inizio/groundwork
v2.12.0MIT
Structured AI development: orchestrated fan-out, advisor gate, intent routing, and skill-driven workflow for Claude Code
MCP servers
Declared in a file that clients do not read
This package ships a
.mcp.json. Agent Plugins reads MCP configuration from mcp.json, so a client installing this plugin finds no servers. The directory does not read the file either, and shows nothing from it.What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "groundwork",
"version": "2.12.0",
"description": "Structured AI development: orchestrated fan-out, advisor gate, intent routing, and skill-driven workflow for Claude Code",
"author": {
"name": "Newman",
"url": "https://github.com/newman"
},
"license": "MIT",
"keywords": [
"orchestration",
"agents",
"workflow",
"fan-out",
"routing"
],
"skills": "./.pi/skills",
"mcpServers": {},
"claudeMd": "./CLAUDE.md"
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- settings.json
- LICENSE
Fields the format does not define
This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.
- skills
- mcpServers
- claudeMd