Coding Agent Orchestrator
Give your team one group chat to hear and steer all their coding agents.
When to use
- Multiple coding agents run on your codebase and you can't see what they're doing.
- You want to observe and redirect them from one place.
Procedure
- Connect each coding agent so its events (start, tool calls, diffs, errors) stream to a central view.
- Group them into one channel/chat where you can see all activity.
- Add steering: send a message that redirects an agent mid-run.
- Add controls: pause, resume, or stop an agent.
- Log the full history for review and debugging.
Pitfalls
- Agents acting unseen is the risk; streaming visibility is the point.
- Steering must be explicit, not ambiguous, or agents will misread it.
Verification
- Show agents running, visible in one view, with a successful mid-run redirect.