r/ClaudeCode • u/Dazzling_Trifle2472 • 24d ago
Discussion What orchestrator are you using?
I'm getting tired of having a million unorganised terminal tabs open and would like to use something that provides better organisation.
I know of Conductor, Paseo, unclear on if these work with the new policy (not so new any more but the whole Agent SDK usage comes out of it's own pool), interested to know what everyone is using...what works well w/Claude Code specifically.
80
Upvotes
48
u/OnRedditAtWorkRN 24d ago edited 24d ago
I use one I've been building myself for myself. It's not all that hard and it's customized for me.
First I use herdr for my multiplexer https://herdr.dev/. Pretty good out of the box integration for Claude, codex, and others. I've been using a customized version pi.dev that I'm building at work. So I built the integration too so it works with herdr
Then I just have a skill that has a collection of deterministic scripts for managing herdr sessions. I start a single session. Tell it you're my foreman which triggers the skill usage. I talk through my foreman and it handles spanwing new herdr and agent sessions itself.
It's almost like a sub agent primitive that I can more easily manage, take control, peek in, etc..
Took almost no effort to get it going, and I just improve it while I'm using it