How this command is triggered — by the user, by Claude, or both
Slash command
/skill-tdd:tddThe summary Claude sees in its command listing — used to decide when to auto-load this command
../../tdd-pack/commands/tdd.md
../../tdd-pack/commands/tdd.md
2plugins reuse this command
First indexed Jul 20, 2026
npx claudepluginhub s-hiraoku/claude-harnesses --plugin skill-tdd/tddEnforces a test-driven development workflow: scaffolds interfaces, writes failing tests first, implements minimal code to pass, and verifies 80%+ coverage.
/tddGuides Claude through a test-driven development workflow: understand code, create branches, follow Red-Green-Refactor, commit without Claude footer, and submit pull requests.
/tddGuides Claude through a test-driven development workflow: understand code, create branches, follow Red-Green-Refactor, commit without Claude footer, and submit pull requests.
/tddStarts a TDD cycle (Red-Green-Refactor) for a requested feature, iterating one behavior at a time.
/tddEnforces test-driven development: scaffold interfaces, write failing tests, implement minimal code, refactor, and verify 80%+ coverage. Includes a Prove-It pattern for bug reproduction.