npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill 'Writing Plans'假设工程师对我们的代码库零了解且品味存疑,撰写全面的实施计划。记录他们需要知道的一切:每个任务需要修改哪些文件、代码、可能需要查阅的测试和文档、如何测试。将整个计划分解为易于处理的小任务。遵循 DRY、YAGNI、TDD 原则。频繁提交。
假设他们是一名熟练的开发人员,但几乎不了解我们的工具集或问题领域。假设他们不太了解良好的测试设计。
开始时声明: "我正在使用 Writing Plans 技能来创建实施计划。"
上下文: 这应该在一个专用的工作树中运行(由头脑风暴技能创建)。
计划保存到: docs/plans/YYYY-MM-DD-<feature-name>.md
计划头部模板: 参见 计划结构与模板
任务模板: 参见 计划结构与模板
粒度指南: 每个步骤 = 2-5 分钟。参见 最佳实践
src/models/user.py"广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
pytest tests/file.py -v" 以及你将看到的内容@skills/category/skill-name详细指南请参见:最佳实践与指南
保存计划后,提供执行选择:
"计划已完成并保存至docs/plans/<文件名>.md。两种执行选项:
1. 子代理驱动(本次会话) - 我为每个任务派遣新的子代理,任务间进行审查,快速迭代
2. 并行会话(独立) - 使用 executing-plans 打开新会话,进行带检查点的批量执行
选择哪种方式?"
如果选择子代理驱动:
如果选择并行会话:
需要示例? 参见 计划结构与模板 获取完整的任务示例。
需要模式? 参见 最佳实践 获取错误处理、日志记录、测试设计等更多内容。
每周安装次数
–
代码仓库
GitHub 星标数
27
首次出现
–
安全审计
Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits.
Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design very well.
Announce at start: "I'm using the Writing Plans skill to create the implementation plan."
Context: This should be run in a dedicated worktree (created by brainstorming skill).
Save plans to: docs/plans/YYYY-MM-DD-<feature-name>.md
Plan header template: See Plan Structure & Templates
Task template: See Plan Structure & Templates
Granularity guide: Each step = 2-5 minutes. See Best Practices
src/models/user.py"pytest tests/file.py -v" with what you'll see@skills/category/skill-nameFor detailed guidance: Best Practices & Guidelines
After saving the plan, offer execution choice:
"Plan complete and saved todocs/plans/<filename>.md. Two execution options:
1. Subagent-Driven (this session) - I dispatch fresh subagent per task, review between tasks, fast iteration
2. Parallel Session (separate) - Open new session with executing-plans, batch execution with checkpoints
Which approach?"
If Subagent-Driven chosen:
If Parallel Session chosen:
Need examples? See Plan Structure & Templates for complete task examples.
Need patterns? See Best Practices for error handling, logging, test design, and more.
Weekly Installs
–
Repository
GitHub Stars
27
First Seen
–
Security Audits
GitHub Actions 官方文档查询助手 - 精准解答 CI/CD 工作流问题
27,800 周安装