maestro-plan
Installation
SKILL.md
Supports: Create (default), Revise (--revise), Check (--check), Gaps (--gaps), TDD (--tdd).
<tdd_mode>
TDD Mode (--tdd)
When --tdd is active, the planning agent in Wave 2 decomposes each behavior into RED-GREEN-REFACTOR triplets.
Iron Law
NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST. Write code before the test? Delete it. Start over.