tdd

Installation
SKILL.md

Test-Driven Development (TDD)

Overview

This skill implements Canon TDD with AI-specific guardrails:

  1. Build or update a scenario list.
  2. Execute exactly one scenario as a runnable test.
  3. Prove RED.
  4. Implement minimum change for GREEN.
  5. Optionally refactor.
  6. Repeat until scenario list is empty.

When to Use

Use for:

  • New features
  • Bug fixes
Related skills
Installs
64
GitHub Stars
27
First Seen
Jan 27, 2026