What problem does it solve? Executing a multi-task implementation plan manually leads to context pollution, inconsistent quality, and skipped reviews. This Skill orchestrates plan execution by dispatching a fresh subagent for each task and enforcing spec compliance and code quality reviews 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 reviewer verifies the code matches requirements before a code quality reviewer assesses maintainability, with fix-and-re-review loops until approval. - Prompt Templates Included: Ready-to-use templates for implementer, spec reviewer, and code quality reviewer subagents. - Use Case: You have a written plan with 5 independent tasks. Use this Skill to dispatch an implementer subagent per task, run both review stages after each, and finish with a final whole-implementation code review before merging the branch. ## Quick Start Use subagent-driven development to execute the implementation plan in docs/plans/feature-plan.md task by task.