ORCH — CLI runtime that turns Claude Code into a coordinated AI engineering team #560
Closed
oxgeneral
started this conversation in
Show and tell (with ECC)
Replies: 1 comment
-
|
This is very aligned with where serious Claude Code workflows end up: multiple sessions, explicit roles, shared context, and review gates. The parts I would evaluate hardest are the boundaries:
ECC has been moving toward similar orchestration patterns through skills, worktrees, tmux/dmux-style flows, and verification gates. ORCH looks like a useful independent runtime to compare against that direction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Turn Claude, Cursor, and Codex into one team.
Built ORCH — an open-source CLI runtime that orchestrates Claude Code (and other AI coding agents) as a typed engineering team with formal state machine, auto-retry, and inter-agent messaging.
If you are using Claude Code, ORCH adds the coordination layer:
Architecture overview:
npm install -g @oxgeneral/orch
orch agent add backend --adapter claude --role Senior Backend Developer
orch agent add reviewer --adapter claude --role Code Reviewer
orch task add Implement JWT auth --assignee backend
orch tui # live view of all Claude Code agents
What makes ORCH different from just running multiple Claude Code sessions:
1493 tests, TypeScript strict, MIT license. 5 adapters: claude, opencode, codex, cursor, shell.
GitHub: https://github.com/oxgeneral/ORCH
Curious what multi-agent Claude Code workflows people here are building?
Beta Was this translation helpful? Give feedback.
All reactions