What problem does it solve? Executing a multi-task implementation plan in one long session pollutes context, loses progress after compaction, and lets unreviewed code slip through. This Skill orchestrates plan execution with isolated subagents, persistent ledgers, and mandatory review gates so every task is implemented, tested, and verified independently. ## Core Features & Use Cases - Fresh subagent per task: Dispatches an implementer subagent with a task brief file, report file, and only the context that task needs, keeping the controller's context clean for coordination. - Review gates with a bounded fix loop: Each task gets a spec-compliance and code-quality review, followed by up to five fix rounds with scoped re-reviews, then adjudication of residual findings. - Crash-safe progress ledger: A per-plan workspace under .superpowers/sdd/ stores briefs, reports, review packages, and a ledger that survives context compaction. - Use Case: Given a phased implementation plan with eight tasks, run this Skill to execute each task via subagents, review every diff, and finish with a whole-branch review before merging. ## Quick Start Use subagent-driven-development to execute the implementation plan at docs/plans/feature-plan.md task by task with reviews.