Tdd

Test-driven development via the red-green-refactor loop using vertical slices (one test → one implementation at a time). Tests verify behavior through public interfaces, not implementation details. Use when user wants to build a feature or fix a bug test-first, says "TDD", "red-green-refactor", "test-first", "write tests first", asks for integration tests, or invokes `/tdd`.

orakitine 76b2d0d 8 files · 17.8 KB Updated

File contents

orakitine/toolbox/tree/main/skills/tdd commit 76b2d0d69b

Frequently asked questions

npx skillmds@latest add orakitine/tdd