test-driven-development

Installation
SKILL.md

Test-Driven Development (TDD)

Write the test first. Watch it fail. Write minimal code to pass.

When to Use

Always:

  • New features
  • Bug fixes
  • Refactoring
  • Behavior changes

Exceptions (ask first):

  • Throwaway prototypes
  • Generated code
  • Configuration files
Installs
3
Repository
5dlabs/cto
First Seen
Jan 24, 2026
test-driven-development — 5dlabs/cto