What problem does it solve?
This Skill enables safe, efficient parallelization of implementation, code review, and testing across independent sub-phases while providing an automatic sequential fallback when subagents or task primitives are unavailable.
Core Features & Use Cases
- Parallel Mode Dispatch: Detects platform capabilities and dispatches implementer, reviewer, and test subagents for independent sub-phases.
- Sequential Fallback: Executes sub-phases sequentially in the main agent when subagents are not available, preserving TDD discipline and extended self-review.
- Two-stage Review and Aggregation: Enforces spec and code-quality reviews, aggregates test results, summarizes pass/fail counts, and documents artifacts for traceability and approval gates.
- Use Case: Break a multi-domain feature into API, UI, and database migration sub-phases, dispatch implementers in parallel, run code-review subagents, then aggregate integration and E2E test results.
Quick Start
Dispatch parallel implementer subagents for independent sub-phases and fall back to sequential execution if subagents are unavailable.