TDD workflow with multi-framework support and coverage tracking.
Test-Driven Development companion — write failing tests first, implement the minimum code to pass, then refactor with confidence and full coverage tracking.
claude skill install tdd-guide
# Start a TDD cycle for a new feature
/tdd-guide "user registration with email verification"
# Run the red-green-refactor loop on existing tests
/tdd-guide cycle --test src/user.test.ts
Follows the classic TDD cycle: writes a failing test based on your feature description, implements the minimum code to make it pass, then suggests refactoring opportunities. Continuously tracks test coverage and flags untested code paths. Supports mutation testing to verify your tests actually catch real bugs.
Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and Aider.