Tdd Workflow

Test-driven development discipline covering the red-green-refactor loop with an enforced RED gate, the test pyramid, mocking boundaries, test naming and structure, and a CI coverage gate of around 90 percent line coverage of real logic. Use when you say "write this feature test first", "add tests for this bug fix", "our coverage gate is failing", "what should I mock here", or "refactor this without breaking behaviour". Not for browser journeys and the flaky-test policy, use `e2e-testing`.

Lukk17 d3f78a6 2 files · 17.6 KB Updated

File contents

Lukk17/agent-standards/tree/main/.agents/skills/tdd-workflow commit d3f78a6a00

Frequently asked questions

npx skillmds@latest add lukk17/tdd-workflow