What problem does it solve?
Orchestrating an agent-based ATDD workflow often causes role drift, missed verification gates, and inconsistent artifacts across long runs. This skill solves that by running a strict six-phase ATDD pipeline with fresh agents per phase and durable handoffs.
Core Features & Use Cases
- Team-based ATDD orchestration: Runs six ATDD phases—spec writing, spec review, pipeline generation, implementation, refine, and verify & harden.
- Fresh agent per phase: Prevents context compaction from eroding role boundaries across long feature development.
- Durable checkpoint handoffs: Persists phase outputs to a handoff directory so each next phase reads the prior checkpoint, not chat history.
- Verification independence guardrails: Enforces
agent_id independence so verification is not performed by the same agent that implemented or refined.
- Charter-driven mutation testing: Runs mutation testing according to the charter policy rather than agent discretion.
Quick Start
Run atdd-team to orchestrate a fresh six-phase agent workflow for the feature you want to build, ensuring acceptance specs, tests, refine, and verification gates are completed.