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.

Mohit Aggarwal 9d63362 3.1 KB Updated

File contents

mohitagw15856/pm-claude-skills/tree/main/skills/tdd-workflow commit 9d63362f37

Frequently asked questions

npx skillmds add mohitagw15856/tdd-workflow