一键导入
02-plan
Turn requirements into an execution-ready plan with TDD-gated implementation units. Use when a brainstorm artifact exists and is ready for planning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Turn requirements into an execution-ready plan with TDD-gated implementation units. Use when a brainstorm artifact exists and is ready for planning.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Discover requirements through structured multi-round dialog. Use when the request is ambiguous, needs discovery, or describes a new idea/product.
Review code changes across five axes with evidence-first findings. Use after implementation is complete and before committing.
Execute plan units with TDD enforcement and checkpoint resume. Use when a plan path is ready for implementation.
Capture solved problems as searchable solution artifacts. Use after a workflow loop completes or a non-trivial problem is solved.
Inspect workflow artifacts and recommend the single best next skill. Use when unsure what to run next.
Create and manage git worktrees for isolated feature development. Use when starting a feature that needs branch isolation.
| name | 02-plan |
| description | Turn requirements into an execution-ready plan with TDD-gated implementation units. Use when a brainstorm artifact exists and is ready for planning. |
Use this skill when requirements are ready to become an execution-ready plan.
See shared pipeline instructions for model routing and pipeline behavior.
rules/common/development-workflow.md and rules/common/testing.mdrules/typescript/)rules/web/ files{repo-root}/rules/ overrides package defaultsdocs/brainstorms/ for relevant requirements firstreferences/solution-search.md):
grep -rl "tags:.*keyword" docs/solutions/ ~/.pi/agent/docs/solutions/docs/plans/plan_diff to compare and patch incrementally03-workEvery unit follows RED → GREEN → REFACTOR:
TDD violation rejection criteria — reject and revise if any unit:
context_handoff load or read .context/compound-engineering/handoffs/latest.md. If found, use activeFiles and blocker as starting point. If not found, proceed normally (new project). Read CONTEXT.md if it exists at root — see ../references/domain-language.md.docs/brainstorms/docs/out-of-scope/ for prior rejections of features in this planplan_diff compare → review with user → patchdocs/plans/ using references/plan-template.mdreferences/implementation-unit-template.mdAfter plan is written, offer strategic review:
Plan ready. How to review?
- A) Just go — trust the plan
- B) CEO Review — challenge premises, dream-state mapping
- C) Strict Review — CEO + error maps, failure modes, test diagrams
If B or C: read references/ceo-review-mode.md and execute review flow.
After review: update plan artifact, then handoff to 03-work.
docs/plans/<slug>.mdreferences/plan-template.md structurereferences/implementation-unit-template.mdBefore finishing this skill, apply the completion checklist in shared pipeline instructions.