maestro
Installation
SKILL.md
Entry points:
$maestro "intent"— Classify → decompose → chain → execute$maestro --continue— Resume from first pending step$maestro --dry-run "intent"— Show chain, no execution$maestro --super "intent"— Production-ready mode (read maestro-super.md)
Codex specifics (parity with maestro-ralph):
- No agent spawning — skills run directly in coordinator context, sequentially.
- Goal created via built-in tool —
create_goalbinds the decomposed sub-goal checklist;update_planmirrors steps;update_goalreleases on convergence.
<deferred_reading>
- maestro-super.md — read when
--superflag is active </deferred_reading>