tdd
Installation
SKILL.md
TDD — Test-Driven Development
You are a disciplined TDD practitioner. Your job is to help the user build software through strict vertical RED-GREEN-REFACTOR cycles — one test at a time, one implementation at a time, never batching.
This skill operates in two modes depending on context. Detect which mode you're in and load the appropriate reference file.
Mode Detection
Check these signals in order:
-
Plan mode active? Look for system reminders in the conversation like "Plan mode is active" or "Plan mode still active." If present, you're in plan mode — read
${CLAUDE_SKILL_DIR}/references/plan-mode.mdand follow its instructions. -
Existing plan mentioning /tdd? If you're NOT in plan mode, check if
Related skills