What problem does it solve? Executing a multi-task implementation plan often suffers from context pollution, skipped reviews, and uncontrolled Git operations. This Skill enforces a disciplined workflow where every task gets a fresh implementer subagent and passes independent specification and code-quality reviews before approval. ## Core Features & Use Cases - Fresh Implementer Per Task: Dispatches a new implementer subagent for each task with complete task text, design context, and allowed file scope, preventing cross-task context contamination. - Layered Review Pipeline: Runs specification review first, then code quality review, then stage review, and finally a full-requirements final review before merge. - Structured Status Handling: Processes DONE, DONE_WITH_CONCERNS, NEEDS_CONTEXT, and BLOCKED statuses with defined recovery paths such as context supplementation or task splitting. - Use Case: When executing a staged development plan, use this Skill to dispatch each task to an implementer following test-driven development, verify the diff against the task BASE_SHA, and only approve tasks that pass both spec and quality reviews. ## Quick Start Use the subagent-driven-development skill to implement and review each task in my current execution plan with fresh implementer subagents.