什麼是 plan?
在知識庫中建立、更新或列出計劃。透過 MCP 工具自動產生元資料(slug、類型、標籤、摘要)並更新插入。 來源:michael-menard/monorepo。
在知識庫中建立、更新或列出計劃。透過 MCP 工具自動產生元資料(slug、類型、標籤、摘要)並更新插入。
透過命令列快速安裝 plan AI 技能到你的開發環境
來源: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.
在知識庫中建立、更新或列出計劃。透過 MCP 工具自動產生元資料(slug、類型、標籤、摘要)並更新插入。 來源:michael-menard/monorepo。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/michael-menard/monorepo --skill plan在知識庫中建立、更新或列出計劃。透過 MCP 工具自動產生元資料(slug、類型、標籤、摘要)並更新插入。 來源:michael-menard/monorepo。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/michael-menard/monorepo --skill plan 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/michael-menard/monorepo