test-driven-development
Wymusza rygorystyczny cykl red-green-refactor: najpierw test, potem implementacja. Włączaj przy każdej nowej funkcji lub bugfixie, żeby agent nie „oszukiwał” na testach.
npx bazanarzedzi install test-driven-development | Autor | obra |
| Źródło | https://github.com/obra/superpowers → skills/test-driven-development |
| Licencja | MIT |
| GitHub | ★ 256k (repozytorium, stan: lipiec 2026) |
| Działa z | Claude CodeCodex CLI (skille w standardzie agentskills.io) |
| Kategorie | Testowanie i QAProgramowanie |
Opis oryginalny: Enforces strict TDD: write the failing test first, then implement.