What problem does it solve? Executing a multi-task implementation plan in one session often pollutes context, skips review, and lets errors compound across tasks. This Skill orchestrates plan execution by giving each task an isolated subagent, a combined spec-compliance and code-quality review, and a final whole-implementation review. ## Core Features & Use Cases - Fresh subagent per task: Each task gets an implementer subagent with a scoped brief written to thoughts/.sdd/, never the whole plan or session history. - Unified per-task review: One reviewer returns both a spec-compliance verdict and a code-quality verdict, with fix-and-re-review loops for Critical/Important findings. - Model selection and file handoffs: Explicit per-dispatch model tiers by task complexity, and bulk artifacts (briefs, reports, diffs) move as files to preserve controller context. - Use Case: Given a written plan with five independent tasks, the controller dispatches implementers sequentially, reviews each diff, syncs a .tasks.json ledger for crash recovery, and finishes with a typed final code review. ## Quick Start Use subagent-driven development to execute the implementation plan at thoughts/shared/plans/my-domain/feature-plan.md task by task.