Tdd

Enforces Test-Driven Development (TDD) workflow with three-phase gate system. Use when: (1) implementing new features, (2) fixing bugs, (3) refactoring code. Blocks progress at each phase until conditions are met. RED → GREEN → REFACTOR.

majiayu000 Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/testing/tdd-4meta5-skills commit cc7fe091d6

Frequently asked questions

npx skillmds@latest add majiayu000/tdd-4