什么是 create-plan?
为新功能或项目制定分阶段实施计划。生成一个用于计划/阶段创建的临时规划代理,然后生成用于审核的验证程序。交互式检查点让用户可以在规划过程中纠正路线。 来源:darraghh1/my-claude-setup。
为新功能或项目制定分阶段实施计划。生成一个用于计划/阶段创建的临时规划代理,然后生成用于审核的验证程序。交互式检查点让用户可以在规划过程中纠正路线。
通过命令行快速安装 create-plan AI 技能到你的开发环境
来源:darraghh1/my-claude-setup。
This skill is a thin dispatcher. It does NOT read codebase references, extract patterns, or create phase files. The planner handles all planning work via the preloaded planner-workflow skill.
| Orchestrator (you) | Clarify requirements with user, spawn/shutdown planner + validators, relay checkpoints, route PASS/FAIL | | Planner | Plan creation: read templates, explore codebase, create plan.md + phase files, self-validate. Does NOT review its own plan. |
| Validator | Independent review: runs /review-plan against one file (plan.md or single phase). Reports template score + codebase compliance. |
为新功能或项目制定分阶段实施计划。生成一个用于计划/阶段创建的临时规划代理,然后生成用于审核的验证程序。交互式检查点让用户可以在规划过程中纠正路线。 来源:darraghh1/my-claude-setup。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/darraghh1/my-claude-setup --skill create-plan为新功能或项目制定分阶段实施计划。生成一个用于计划/阶段创建的临时规划代理,然后生成用于审核的验证程序。交互式检查点让用户可以在规划过程中纠正路线。 来源:darraghh1/my-claude-setup。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/darraghh1/my-claude-setup --skill create-plan 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/darraghh1/my-claude-setup