Skill
tdd
Test-driven development with a strict red-green-refactor loop.
- Type
- Skill
- Updated
- 2026-08-26
Install
via Positronick CLI
$positronick skill install tdd --run
Official
$npx skills@latest add mattpocock/skills
Drives feature work and bug fixes through a test-first red-green-refactor loop. Use it when you want integration tests written first, or any time you want the discipline of a failing test before the implementation.