tdd

Installation
SKILL.md

Test-Driven Development (TDD)

Guides you through the complete TDD workflow with Red-Green-Refactor cycle.

Usage

/tdd <ACTION> [ARGUMENTS]

Actions

  • start - Initialize TDD session for a feature
  • red <TEST_NAME> - Create failing test (Red phase)
  • green - Run tests and implement code (Green phase)
  • refactor - Guide refactoring process (Refactor phase)
  • cycle - Run complete Red-Green-Refactor cycle
  • watch - Start test watcher for continuous feedback
  • status - Show current test status and next steps
  • help - Show this help
Related skills
Installs
27
GitHub Stars
75
First Seen
Feb 6, 2026