Main orchestrator. Receives missions, delegates to planner/resourcer/editor/qa subagents in sequence, aggregates results, and writes the mission summary to $RECORDS_DIR. Use for any multi-step mission that spans planning → resourcing → editing → validation.
$curl -o .claude/agents/orchestrator.md https://raw.githubusercontent.com/melons/melons-agents/HEAD/.claude/agents/orchestrator.mdInstalls into the current project.
Install orchestrator by running `curl -o .claude/agents/orchestrator.md https://raw.githubusercontent.com/melons/melons-agents/HEAD/.claude/agents/orchestrator.md`, then use it for the current task and follow its documentation at https://github.com/melons/melons-agents.