When to use: feature or bug fix with tests. Steps: write test → see fail → commit test → implement → pass → commit. Do not change tests to make them pass. Run test/lint/type-check before commit.
Tdd Workflow
TDD工作流
SKILL.md
TDD工作流
When to use: feature or bug fix with tests. Steps: write test → see fail → commit test → implement → pass → commit. Do not change tests to make them pass. Run test/lint/type-check before commit.