Tdd Implement

Implements a feature or fix using Test-Driven Development — write failing tests first, then implement just enough to make them pass, then refactor. Keeps tests focused on acceptance criteria rather than implementation details. Use when building something new with TDD, or when the user wants to start from tests rather than code. Trigger on "implement with TDD", "use TDD for this", "write the tests first", "TDD workflow", "red-green-refactor".

jerseycheese bc8b033 5.4 KB Updated

File contents

jerseycheese/agent-skills/tree/main/skills/tdd-implement commit bc8b03367e

Frequently asked questions

npx skillmds@latest add jerseycheese/tdd-implement