What problem does it solve? Executing a multi-task implementation plan in one long session pollutes context, lets defects slip through, and loses progress after compaction. This Skill coordinates a lead controller that dispatches a fresh implementer subagent per task, reviews each task for spec compliance and code quality, and keeps durable progress in the plan ledger and Git. ## Core Features & Use Cases - Fresh subagent per task: Dispatch isolated implementer subagents with curated briefs extracted by the task-brief script, so workers never inherit session history. - Two-gate task review: A reviewer subagent returns separate spec-compliance and code-quality verdicts against a scoped diff package generated by the review-package script, with fix-and-re-review loops for Critical and Important findings. - Durable coordination: The lead controller owns plan ledger updates and checkpoint commits, reconciles Git state before dispatch, and runs a final whole-branch review before verification and branch finishing. - Use Case: Given an approved plan with eight tasks, the controller extracts each task brief, dispatches implementers sequentially, reviews each diff, fixes findings, and finishes with one broad whole-branch review. ## Quick Start Use subagent-driven development to execute the approved plan in docs/plans/feature-plan.md task by task with per-task reviews.