Test-Driven Development
TDD workflow: write tests first, then implement
by Alice Chen
What this skill teaches
A structured approach to TDD that guides agents through the red-green-refactor cycle. Ensures comprehensive test coverage and clean implementations.
When to use it
- Writing new features
- Bug fixes with regression risk
What this skill does NOT cover
- E2E testing