Add workflow checkpoints and scaling to SDD, refine handoffs

- brainstorming: check in with user before transitioning to writing-plans
- writing-plans: structured execution handoff (record context, advise
  compaction, give exact continuation prompt with subagent detection)
- SDD: add scaling paragraph with GATE + orchestrator boundary, graphviz
  decision diamonds for review elision, check-in before finishing,
  replace TodoWrite with generic task list language, tighten Red Flags
This commit is contained in:
Jesse Vincent
2026-02-21 08:54:23 -08:00
parent 41512d6f3a
commit 7cefe7498c
3 changed files with 40 additions and 21 deletions

View File

@@ -123,7 +123,8 @@ After writing the spec document:
**Implementation:**
- Invoke the writing-plans skill to create a detailed implementation plan
- Check in with the user before transitioning: "The design is ready. Want me to move on to writing the implementation plan?"
- On confirmation, invoke the writing-plans skill
- Do NOT invoke any other skill. writing-plans is the next step.
**Design for isolation and clarity:**