foryourhealth111-pixel/tdd-guide
Test-first development route for TDD, writing failing tests first, RED -> GREEN -> REFACTOR, and behavior-changing feature/bug/refactor work. Do not use for already-failing test root-cause debugging, test-report packaging, or final completion evidence.
npx skills add https://github.com/foryourhealth111-pixel/Vibe-Skills --skill tdd-guide
Use this skill for all feature work, bug fixes, and refactors that change behavior.
Use this skill when the user wants to build or change behavior through tests:
Do not use it when tests are already failing and the user wants root cause; route that to systematic-debugging. Do not use it when the user only wants a test/coverage report; route that to generating-test-reports.
No production code before a failing test.
everything-claude-code:tdd-guide.test-driven-development.Take foryourhealth111-pixel/tdd-guide from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.