Tdd Workflow

TDD, 테스트 주도 개발, 테스트 먼저, RED-GREEN-REFACTOR - Red-Green-Refactor TDD workflow. Writes failing tests first, then implements minimal code to pass. Use when implementing features test-first or when strict TDD process is needed. Do NOT use for test strategy planning (use testing-strategy) or E2E browser tests (use e2e-runner).

aimskr Updated

File contents

aimskr/aims-claude-toolkit/tree/main/skills/tdd-workflow commit 4a45b3c65b

Frequently asked questions

npx skillmds@latest add aimskr/tdd-workflow