
Tdd Planning
- 39 installs
- 31 repo stars
- Updated August 2, 2026
- desplega-ai/ai-toolbox
Creates implementation plans built around strict Red-Green-Commit/Rollback TDD cycles, so no code is written without a failing test first.
About
A Claude Code skill that produces implementation plans structured around strict Test-Driven Development, where every step follows a RED (failing test), GREEN (minimal code), then COMMIT-or-ROLLBACK cycle. It enforces that no implementation code is written before a failing test exists. A solo developer uses it to plan a feature so the build proceeds test-first and stays disciplined.
- TDD-first implementation plans
- Every step is RED -> GREEN -> COMMIT/ROLLBACK
- No implementation code without a failing test
- Structured, reviewable plan output
Tdd Planning by the numbers
- 39 all-time installs (skills.sh)
- Ranked #1,732 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/desplega-ai/ai-toolbox --skill tdd-planningAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 39 |
|---|---|
| repo stars | ★ 31 |
| Last updated | August 2, 2026 |
| Repository | desplega-ai/ai-toolbox ↗ |
What it does
Creates implementation plans built around strict Red-Green-Commit/Rollback TDD cycles, so no code is written without a failing test first.
Who is it for?
Planning a feature so it is built test-first
Skip if: Quick throwaway prototypes without tests
What you get
- TDD implementation plan