
Tdd Workflow
- 43 installs
- 59 repo stars
- Updated June 5, 2026
- dgalarza/claude-code-workflows
Enforces a true test-driven development loop: write one failing test, verify it fails, write minimal code to pass, verify, then refactor - one discrete piece at a time.
About
TDD Workflow is a Claude skill that enforces a disciplined test-driven development loop: write the simplest failing test for one piece of behavior, confirm it fails, write just enough code to pass, confirm it passes, then refactor. It deliberately avoids writing whole test files up front or building multiple features at once. A solo builder reaches for it to keep implementation honest and incremental.
- Strict red-green-refactor loop
- One discrete piece of functionality at a time
- Never writes whole test files up front
- Language-agnostic TDD discipline
Tdd Workflow by the numbers
- 43 all-time installs (skills.sh)
- Ranked #1,252 of 2,153 Testing & QA skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dgalarza/claude-code-workflows --skill tdd-workflowAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 43 |
|---|---|
| repo stars | ★ 59 |
| Last updated | June 5, 2026 |
| Repository | dgalarza/claude-code-workflows ↗ |
What it does
Enforces a true test-driven development loop: write one failing test, verify it fails, write minimal code to pass, verify, then refactor - one discrete piece at a time.
Who is it for?
Implementing features incrementally with tests first
What you get
- tests and passing implementation