Test Driven Development

Use when implementing any feature or bugfix, before writing implementation code

paperclipai 882df6c 283 B Updated

File contents

RED-GREEN-REFACTOR cycle — write a failing test first, implement the minimum code to pass, then refactor. No production code without a failing test.

paperclipai/companies/tree/main/superpowers/skills/test-driven-development commit 882df6cde9

Frequently asked questions

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