Test Driven Development

Implements behavior changes with a test-first red-green-refactor loop: write one meaningful failing test, watch it fail for the intended reason, make the smallest change, then refactor while green. Use for new behavior, bug fixes, refactors with preserved contracts, and regression tests. Not required for disposable prototypes, generated files, or documentation-only edits.

thiientv Updated

File contents

thiientv/godmode/tree/main/skills/test-driven-development commit b86dbb4bc9

Frequently asked questions

npx skillmds@latest add thiientv/test-driven-development