What problem does it solve? Executing a multi-task implementation plan in a single context window causes context pollution, inconsistent quality, and missed spec requirements. This Skill orchestrates plan execution by dispatching isolated subagents per task with enforced review gates. ## Core Features & Use Cases - Fresh Subagent Per Task: Each task runs in an isolated subagent with a curated context package built from CodeGraph exploration, preventing context pollution. - Two-Stage Review Loop: Every task passes a spec compliance review first, then a code quality review, with fix-and-re-review loops until approval. - Status-Based Handling: Implementer subagents report DONE, DONE_WITH_CONCERNS, NEEDS_CONTEXT, or BLOCKED, and the coordinator responds with re-dispatch, model escalation, or task splitting. - Use Case: After Ostacky confirms subagent-driven execution mode for a 5-task feature plan, this Skill dispatches an implementer subagent per task, runs spec and quality reviewers after each, and finishes with a final whole-implementation review. ## Quick Start Execute this implementation plan using subagent-driven development with a fresh implementer subagent and two-stage review for each task.