What problem does it solve? Executing a multi-task implementation plan manually risks 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 (spec compliance, then code quality) after every task. ## Core Features & Use Cases - Fresh Subagent Per Task: Each task runs in an isolated subagent context, preventing cross-task confusion and context pollution. - Two-Stage Review Gates: A spec compliance reviewer verifies the code matches requirements exactly, then a code quality reviewer assesses maintainability before the task is marked complete. - Prompt Templates Included: Ready-to-use templates for the implementer, spec reviewer, and code quality reviewer subagents. - Use Case: You have a written plan with 5 independent tasks. This Skill extracts all tasks into a todo list, dispatches an implementer subagent per task, runs both review loops until approved, 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 with reviews after each task.