What problem does it solve? Executing a multi-task implementation plan in one session pollutes context, loses progress after compaction, and skips quality gates. This Skill orchestrates plan execution by delegating each task to an isolated subagent with curated context, enforcing review after every task. ## Core Features & Use Cases - Per-task subagent dispatch: Each task gets a fresh implementer subagent with a task brief file, explicit model selection, and a structured report contract (DONE, DONE_WITH_CONCERNS, BLOCKED, NEEDS_CONTEXT). - Two-stage review gates: A task reviewer checks spec compliance and code quality per task, followed by a broad whole-branch review at the end, with fix subagents for Critical and Important findings. - File-based handoffs and durable progress: Scripts generate task briefs and review packages as files, and a progress ledger survives context compaction so completed tasks are never re-dispatched. - Use Case: Given a written implementation plan with eight independent tasks, execute all of them in the current session with automatic per-task reviews and a final whole-branch code review before merge. ## Quick Start Use subagent-driven development to execute the implementation plan at docs/plans/feature-plan.md task by task with reviews.