What problem does it solve? Coordinating a fleet of autonomous coding agents across GitHub issues and pull requests requires constant situational awareness; without an orchestrator, work duplicates, failed PRs loop forever, and human-blocked items silently stall. ## Core Features & Use Cases - Full-board triage: Reads every open issue's full history, every open agent PR's checks and merge state, and every in-flight worker session before deciding one action per item. - Duplicate and loop prevention: Guards against launching a second develop run for an issue already in flight, enforces a rework cap via oa-rework marker comments, and cancels stuck or runaway runs through the Runner. - Dangling PR reaping and human escalation: Closes stale PRs whose issues are already closed, assigns and @mentions maintainers or requesters on blocked items, and re-pings them on a configurable SLA. - Use Case: On a scheduled sweep, the orchestrator finds an issue whose PR has green checks but a merge conflict, relaunches develop to rebuild it on fresh main, and escalates a 26-hour-old human-required item to the maintainer. ## Quick Start Ask the agent to sweep the repository board: review every open issue, PR, and running worker, then take the appropriate orchestration action on each.