orchestrator-session
Installation
SKILL.md
Purpose
Manage a long-running session by delegating each phase to a new subagent, while the current chat acts as the orchestrator.
Orchestrator loop
- Read the previous phase review and current phase plan.
- Spawn a new subagent for the phase.
- Require a "poke" back with:
- Completed tasks summary
- Files changed (tree snippet)
- Validation results
- Commit + push confirmation
- Next-phase readiness
- Update primary task list phase status and prepare the next phase plan.
Phase kickoff
- Each phase begins with a brief review of the previous phase review.