What problem does it solve? Executing a multi-task implementation plan manually often leads to context pollution, skipped reviews, and inconsistent quality across tasks. This Skill orchestrates plan execution by dispatching a fresh subagent for each task and enforcing a two-stage review after every task. ## Core Features & Use Cases - Fresh Subagent Per Task: Each task runs in an isolated subagent context, preventing confusion and cross-task interference. - Two-Stage Review Gates: A spec compliance review verifies the code matches requirements exactly, followed by a code quality review before any task is marked complete. - Prompt Templates Included: Ready-to-use templates for the implementer, spec reviewer, and code quality reviewer subagents. - Use Case: Given a written plan with 5 independent tasks, the controller extracts all tasks, dispatches implementer subagents one at a time, runs both reviews per task, and finishes with a final whole-implementation code review. ## Quick Start Use subagent-driven development to execute the implementation plan in docs/plans/feature-plan.md task by task.