What is plan?
Create, update, or list plans in the KB. Generates metadata (slug, type, tags, summary) and upserts atomically via MCP tools. Source: michael-menard/monorepo.
Create, update, or list plans in the KB. Generates metadata (slug, type, tags, summary) and upserts atomically via MCP tools.
Quickly install plan AI skill to your development environment via command line
Source: michael-menard/monorepo.
Reads a plan from a text/markdown file, extracts the title, generates metadata, writes the canonical file to /.claude/plans/, and upserts to the KB in one step.
| filepath | yes | Path to a text or markdown file containing the plan | | --prefix=X | no | Story prefix (e.g., APIP, DASH) | | --priority=P1-P5 | no | Priority level (default: P3) | | --type=X | no | Plan type override (feature, refactor, migration, infra, tooling, workflow, audit, spike) | | --feature-dir=X | no | Target feature directory |
Read the file using the Read tool. The file must exist.
Create, update, or list plans in the KB. Generates metadata (slug, type, tags, summary) and upserts atomically via MCP tools. Source: michael-menard/monorepo.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/michael-menard/monorepo --skill planCreate, update, or list plans in the KB. Generates metadata (slug, type, tags, summary) and upserts atomically via MCP tools. Source: michael-menard/monorepo.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/michael-menard/monorepo --skill plan Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/michael-menard/monorepo