Tdd

Test-driven development. Write the test first, watch it fail, write minimal code to pass, refactor. Vertical slices via tracer bullets — one test to one implementation, never all-tests-then-all-code. Tests verify behavior through public interfaces, not implementation. Use when implementing any feature or bugfix, before writing implementation code, or when the user says "implement", "build this", "add a feature".

arendon1 d0f2c04 5.0 KB Updated

File contents

arendon1/agent-skills/tree/main/process/tdd commit d0f2c04758

Frequently asked questions

npx skillmds@latest add arendon1/tdd