What problem does it solve?
This Skill helps you carry out an approved implementation plan reliably by breaking work into dependency-safe waves, assigning the right subagents, and verifying each step before moving on.
Core Features & Use Cases
- Plan Preflight: Checks that tasks have clear files, dependencies, acceptance criteria, and validation commands before implementation starts.
- Wave-Based Execution: Dispatches independent implementation subagents in parallel when their file changes do not conflict.
- Review and Validation: Runs spec-compliance review and project-derived validation after each wave, then escalates failures with precise correction cycles.
- Artifact Passing: Sends exact generated artifacts, not summaries, to dependent tasks so downstream work uses real contracts and schemas.
- Acceptance Audit: Confirms all planned work, validations, and reviews are complete before a final global code review.
Quick Start
Use this skill to execute an approved implementation plan in the current repository by organizing the tasks into safe dependency waves, dispatching subagents, and validating each wave against the project’s actual commands.