Skip to content

inizio/groundwork

v2.12.0MIT

Structured AI development: orchestrated fan-out, advisor gate, intent routing, and skill-driven workflow for Claude Code

MCP servers

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
View on GitHub

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