What problem does it solve?
This Skill automates turning QA Swarm analysis into executable fixes by orchestrating TDD test creation, targeted code changes, and iterative verification so teams can close prioritized issues reliably and traceably.
Core Features & Use Cases
- TDD-first implementation: Generates and assigns tests, then implements fixes while preserving test-first discipline.
- Phased, prioritized workflow: Runs P0→P3 phases with strict ordering, retries, halting rules, and incremental results tracking.
- Agent orchestration & traceability: Creates structured tasks (pipeline, phase, and per-finding), references spec sections for each fix, and updates a results file for auditability.
- Safety guards: Verifies clean working tree before edits, supports Context7 MCP when available, and requires user confirmation for risky actions.
Quick Start
Run the implement skill with the QA Swarm report, spec, and test plan file paths to create tests and apply fixes until the suite passes.