Usage Examples
Examples
Simple Feature with TDD
# Implement the function
> claude "create a function to validate email addresses with proper regex"
# Add test coverage
> /tdd:write-testsComplex Feature with Agent Orchestration
Fixing Tests After Refactoring
Test-First Bug Fix
Coverage Review for Critical Module
Post-Dependency Update Test Fixes
Multi-Module Test Coverage
Integration with Other Plugins
With Reflexion (Implement-Reflect-Test-Memorize)
With Code Review (TDD-Review-Fix Cycle)
With SDD (Spec-Driven Development)
With Git (Complete Pre-Commit Workflow)
Anti-Pattern Detection Examples
Detecting Mock Abuse
Detecting Test-Only Methods
Detecting Incomplete Mocks
Command Cheat Sheet
Scenario
Command
Last updated