Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
dgalarza avatar

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-workflow

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs43
repo stars59
Last updatedJune 5, 2026
Repositorydgalarza/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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.