Help us improve
Share bugs, ideas, or general feedback.
From hotl
Enforces the RED-GREEN-REFACTOR cycle for test-driven development. Use before writing implementation code to ensure tests drive all changes.
npx claudepluginhub yimwoo/hotl-plugin --plugin hotlHow this skill is triggered — by the user, by Claude, or both
Slash command
/hotl:tddThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**RED → GREEN → REFACTOR**
Enforces strict TDD red-green-refactor cycle: write failing test first, minimal implementation to pass, then refactor. Use before coding for test-driven safe development.
Enforces RED-GREEN-REFACTOR TDD cycle: write a failing test first, then minimal code to pass, then refactor. Use when implementing features or fixing bugs during the implement phase.
Share bugs, ideas, or general feedback.
RED → GREEN → REFACTOR
Never skip RED. Never write code before a failing test exists.
Always show the exact command to run tests and expected output at each RED/GREEN step.