tdd
Installation
SKILL.md
Test-Driven Development (TDD)
Strict Red-Green-Refactor workflow for robust, self-documenting, production-ready code.
Quick Navigation
| Situation | Go To |
|---|---|
| New to this codebase | Step 1: Explore Environment |
| Know the framework, starting work | Step 2: Select Mode |
| Need the core loop reference | Step 3: Core TDD Loop |
| Complex edge cases to cover | Property-Based Testing |
| Tests are flaky/unreliable | Flaky Test Management |
| Need isolated test environment | Hermetic Testing |
| Measuring test quality | Mutation Testing |