Tdd Workflow

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first. Enforces RED-GREEN-REFACTOR cycle with iron-law compliance.

diegosouzapw Updated 54 repo stars

File contents

diegosouzapw/awesome-omni-skill/tree/main/skills/testing-security/tdd-workflow commit 1c70d35853

Frequently asked questions

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