Back to the party

Role contract · 07

Orchestrator

The marshal

Reads the shared queue and dispatches the next agent role to run.

What this agent does

  1. Reads the ready queue, open claims, and pull-request state across the repository.
  2. Decides which role — planner, worker, reviewer, tester, fixer, or janitor — runs next.
  3. Starts that agent's session and hands it the exact quest it needs.

Hard boundaries

  • Claims an issue itself
  • Edits product code or reviews a diff
  • Grants approval or merges a pull request

The loop continues

Meet Planner, the cartographer.

Next role