Tdd Loop

Writes the failing test first, watches it fail for the right reason, then makes it pass with the smallest change. Use before implementing any feature or bug fix, when adding a regression test, or when a change needs proof it works. Refuses to write implementation code before a red test exists.

khuynh22 e1e2d75 3.7 KB Updated

File contents

khuynh22/agent-dev-team/tree/main/skills/tdd-loop commit e1e2d75eb6

Frequently asked questions

npx skillmds@latest add khuynh22/tdd-loop