Loading...
Loading...
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants test-first development, or requests TDD workflow.
npx skill4agent add helderberto/skills tddprinciples.mdRED: Write first test → fails
GREEN: Minimal code to pass → passesRED: Write next test → fails
GREEN: Minimal code to pass → passesexamples.md