TDD Discipline
Description
Test-Driven Development methodology. Use when implementing features or fixing bugs. Write the test first, watch it fail, write minimal code to pass, then refactor. Prevents untested code from shipping.
Install
npx clawhub@latest install tdd-disciplineClick to copy the install command