tdd-hybrid
Installation
SKILL.md
Test-Driven Development (Hybrid Edition)
Overview
Core principle: Tests verify behavior through public interfaces, not implementation. If you didn't watch the test fail, you don't know if it tests the right thing.
Hybrid approach: Superpowers discipline (Iron Law, Delete means delete) + MattPocock intelligence (Planning, Domain awareness, Vertical slicing).
Scope Triage
Before starting, classify the work:
| Signal | Voie | Pipeline |
|---|---|---|
| Bug fix isolé OU fonction simple <20 lignes OU <3 behaviors | LIGHT | Skip Planning → Tracer Bullet → Loop |
| Feature ≥3 behaviors OU touche architecture OU nouveau module | FULL | Planning → Tracer Bullet → Loop → Refactor avancé |