What problem does it solve?
This Skill orchestrates per-task implementation and two-stage automated reviews to prevent context pollution, catch specification drift early, and maintain consistent code quality while enabling parallel progress.
Core Features & Use Cases
- Fresh subagent per task: dispatches isolated implementer subagents so each task runs in a clean context without leftover state.
- Two-stage review workflow: enforces automated spec compliance checks followed by a dedicated code quality review before marking tasks complete.
- TDD-aligned implementation and final integration review: requires failing-first tests, iterative fix-and-review loops, and a final integration reviewer to ensure all tasks work together in the full test suite.
- Use Case: Given a feature plan broken into independent tasks, this Skill automates creating a todo list, dispatching implementers and reviewers for each task, cycling fixes until approvals, and producing a merge-ready implementation.
Quick Start
Dispatch the parsed implementation plan to create a todo list and iterate implementer, spec reviewer, and quality reviewer subagents per task until all tasks pass and integrate.