What problem does it solve?
This skill enforces a disciplined, spec-driven workflow for implementing new features so teams avoid ad-hoc coding, mismatched tests, and unreviewed changes that break quality or traceability.
Core Features & Use Cases
- Technical-spec first: Generates or accepts a confirmed technical specification that drives both implementation and tests.
- Parallel implementation and tests: Launches isolated implementer and test-writer worktrees, merges implementation before tests, and surfaces design discrepancies for user confirmation.
- Review, coverage, and release mechanics: Runs coverage and code-review checks, applies approved fixes, updates a project roadmap and documentation, and prepares a single coherent PR.
- Use case: A developer provides a requirements file for a new API endpoint and this skill coordinates spec generation, parallel test and implementation work, coverage gaps remediation, code review fixes, and a PR with roadmap updates.
Quick Start
Create a new branch, provide a requirements file path or a detailed chat description, confirm the summarized technical spec when prompted, and proceed with the workflow.