什么是 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