@@ -11,10 +11,8 @@ description: >
1111 whenever the output is meant to live under .plans/. The skill defines the
1212 phase structure, output style rules, constraint checks, and verification
1313 checklist — it does NOT write implementation code, tests, function
14- bodies, goroutine logic, or SQL queries. Do NOT use for specifications
15- (use writing-specs), ADRs (use managing-adrs), code reviews (use
16- Reviewer), implementing code (use Coder or Tester), or triaging review
17- feedback (use babysit-pr).
14+ bodies, goroutine logic, or SQL queries. Do NOT use for specifications,
15+ ADR, code reviews, implementing code, or triaging review feedback.
1816metadata :
1917 version : 2026-04-21
2018 category : planning
@@ -39,7 +37,7 @@ A good plan is the compiled form of a spec: it removes ambiguity, sequences depe
3937| "Write the spec for X" (no plan) | No — use writing-specs |
4038| "Implement this plan" / "write the code" | No — Coder or Tester |
4139| "Review this PR" | No — Reviewer |
42- | "Document this ADR" | No — managing -adrs |
40+ | "Document this ADR" | No — manage -adrs |
4341| "Resolve review feedback" | No — babysit-pr |
4442
4543## Inputs
0 commit comments