tdd
Test-Driven Development (TDD)
Guides you through the complete TDD workflow with Red-Green-Refactor cycle.
Usage
/tdd <ACTION> [ARGUMENTS]
Actions
- start - Initialize TDD session for a feature
- red <TEST_NAME> - Create failing test (Red phase)
- green - Run tests and implement code (Green phase)
- refactor - Guide refactoring process (Refactor phase)
- cycle - Run complete Red-Green-Refactor cycle
- watch - Start test watcher for continuous feedback
- status - Show current test status and next steps
- help - Show this help
More from jellydn/my-ai-tools
qmd-knowledge
Project-specific knowledge management system using qmd MCP server. Captures learnings, issue notes, and conventions in a searchable knowledge base.
35pickup
Resumes work from a previous handoff session which are stored in `.claude/handoffs/`
30prd
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
30codemap
Orchestrate parallel codebase analysis to produce 7 structured documents about the codebase in .planning/codebase/
30adr
Manages Architecture Decision Records (ADR) for tracking important architectural decisions
29pr-review
Fix PR review comments by implementing requested changes
29