Initial commit: WilloW-PMTools marketplace with willow-pmtools plugin

Marketplace with one plugin (willow-pmtools) that wires the projecttodos
MCP server (mcp.willowbrook.work) into Cowork and ships a /todos morning
briefing slash command.
This commit is contained in:
Chase Setters
2026-05-13 14:13:53 -05:00
commit d20825cdd9
6 changed files with 137 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-marketplace.json",
"name": "willow-pm-marketplace",
"displayName": "Willowbrook PM Tools",
"description": "Internal Willowbrook plugins for project management — todos, lists, and other PM workflows wired up to the company's 4D backend.",
"owner": {
"name": "Willowbrook",
"url": "https://willowbrook.build"
},
"plugins": [
{
"name": "willow-pmtools",
"source": "./plugins/willow-pmtools"
}
]
}