tdd

Installation
SKILL.md

Test-Driven Development (TDD) Skill

Core Principle

Write the test first, then make it pass, then refactor.

TDD is a discipline where you:

  1. Write a failing test
  2. Write minimal code to make it pass
  3. Refactor while keeping tests green

This creates well-tested, well-designed code by default.


The TDD Cycle (Red-Green-Refactor)

Installs
3
GitHub Stars
4
First Seen
Mar 16, 2026
tdd — all-the-vibes/skills-catalog