What problem does it solve? Executing a multi-task implementation plan in one session pollutes context, skips review gates, and loses progress after compaction. This Skill orchestrates plan execution by delegating each task to an isolated subagent with curated context, enforcing spec-compliance and code-quality reviews after every task. ## Core Features & Use Cases - Per-task subagent dispatch: Each task gets a fresh implementer subagent with a file-based task brief, followed by a task reviewer subagent that returns spec compliance and code quality verdicts. - File-based handoffs: Bundled scripts generate task briefs and review packages (commit list, diff stat, full diff) as files so bulk artifacts never enter the controller's context. - Durable progress ledger: A git-stored ledger tracks completed tasks so work resumes correctly after context compaction, plus model-selection guidance to match subagent cost to task complexity. - Use Case: Given a written implementation plan with eight independent tasks, execute all of them in the current session with automatic review loops, fix dispatches, and a final whole-branch review before merge. ## Quick Start Use subagent-driven development to execute the implementation plan in docs/plans/feature-plan.md task by task with reviews.