This is a strict orchestration workflow for test-driven development that enforces red-green-refactor discipline through gated phases. It coordinates multiple subagents to write failing tests first, implement minimal passing code, then refactor while keeping tests green. Each phase has validation gates that block progress if violated, like refusing to proceed until tests actually fail or pass appropriately. Includes coverage thresholds (80% line, 75% branch), refactoring triggers based on complexity metrics, and supports both incremental single-test cycles and full test suite modes. Honestly heavy on process ceremony, but if you struggle with TDD discipline or need to enforce it across a team, the structured gates and rollback mechanisms could prevent the usual shortcuts that break the cycle.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill tdd-workflows-tdd-cycle