Tdd Workflow

Drive a feature with a disciplined test-driven development loop — red, green, refactor. Use when implementing a feature or fixing a bug and you want tests to lead, or when asked to 'do this with TDD' / write the test first. Produces a step-by-step red-green-refactor plan: the failing test to write first, the minimal code to pass it, and the refactor — one small cycle at a time.

gabrielmoreira Updated 17 repo stars

File contents

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/mohitagw15856@pm-claude-skills/exports/openclaw/tdd-workflow commit b46a227061

Frequently asked questions

npx skillmds@latest add gabrielmoreira/tdd-workflow-2