Tdd

Test-driven work in two modes. Default: real Test-Driven Development — red-green-refactor, one failing test at a time, used while implementing features (and by the work skill). With --debug: test-first debugging — generate all plausible root-cause hypotheses, write tests to validate each before touching production code, fix based on which tests fail, then sweep the codebase for the same pattern. Use for 'tdd', 'test-driven', 'write the test first', implementing with tests leading — and with --debug whenever the user reports a bug, unexpected behavior, or failed fix attempts and the root cause is unclear.

supermodo 60a3c6e 29.3 KB Updated

File contents

supermodo/skills/tree/main/skills/tdd commit 60a3c6e47c

Frequently asked questions

npx skillmds@latest add supermodo/tdd