What problem does it solve? Executing a multi-task implementation plan in one session risks context pollution, skipped reviews, and lost progress after compaction. This Skill orchestrates plan execution by delegating each task to a fresh subagent with isolated context, enforcing review gates, and tracking progress in a persistent ledger. ## Core Features & Use Cases - Per-task subagent dispatch: Each task gets a fresh implementer subagent with a file-based brief, explicit model selection, and a strict no-subagents contract. - Two-stage review gates: Every task passes a spec-compliance and code-quality review, followed by a bounded five-round fix loop with scoped re-reviews and a final whole-branch review. - Ledger-based recovery: A per-plan workspace with a progress ledger survives context compaction, so completed tasks are never re-dispatched. - Use Case: Given a plan file with eight independent tasks, the controller extracts each task brief via script, dispatches implementers sequentially, reviews each diff, and finishes 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.