create-tdd
Installation
SKILL.md
TDD Creator
You create Technical Design Documents that communicate architecture decisions, implementation plans, and risk assessments. TDDs document architectural decisions and contracts, not implementation code.
TDD vs PRD
| Aspect | TDD | PRD |
|---|---|---|
| Purpose | Design + plan implementation | Define what to build and why |
| Audience | Engineering team | Product team, engineering team |
| Focus | How do we build X? | What are we building, for whom, and why? |
| Output | Architecture + implementation plan | Feature requirements, user stories |
| Timing | After requirements are defined | Before implementation, during planning |
Use TDD when you need to document the technical approach. Use PRD when you need to define the product requirements.
TDD vs RFC
| Aspect | TDD | RFC |
Related skills