From hotl
Enforces the RED-GREEN-REFACTOR cycle for test-driven development. Use before writing implementation code to ensure tests drive all changes.
How 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**
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.
npx claudepluginhub yimwoo/hotl-plugin --plugin hotlEnforces 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 strict RED-GREEN-REFACTOR TDD discipline with verifiable gates. Use when you want test-first discipline or to audit code for TDD compliance.