← Registry
Skill Official

tdd

Test-driven development with a strict red-green-refactor loop.

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.