Test Driven Development

Enforce test-first development with Red-Green-Refactor cycle. Use when (1) implementing new features in production code, (2) fixing bugs (write test that reproduces bug first), (3) refactoring code (ensure tests exist before changing behavior). Skip for exploratory research scripts or throwaway prototypes.

nandkapadia 018dbf6 10.4 KB Updated

File contents

nandkapadia/claude-skills-agents/tree/main/skills/test-driven-development commit 018dbf60ad

Frequently asked questions

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