
Mbruhler Claude Orchestration
- 218 repo stars
- Updated June 1, 2026
- mbruhler/claude-orchestration
mbruhler-claude-orchestration is a Claude Code plugin that orchestrates multi-agent workflows with parallel execution, checkpoints, and natural-language flow design.
About
mbruhler-claude-orchestration is a Claude Code plugin for multi-agent workflow orchestration: you describe flows in natural language, run parallel execution where it fits, branch with conditional logic, and resume from checkpoints instead of losing state on failure. developers who already depend on Claude Code for implementation install it when a single agent thread cannot carry planning, implementation, review, and verification without explicit structure. The catalog positions it under productivity with rich keywords—agents, automation, orchestration, parallel-execution, visualization, and workflows—reflecting a full coordination layer rather than one-shot skills. Canonical placement is Build and agent-tooling because that is where you first wire agent teams to your repo; the same orchestration carries into Ship for gated release steps and Operate for repeatable maintenance routines. Expect intermediate complexity: you need comfort delegating subtasks, defining checkpoints, and trusting parallel agents. It complements task-specific skills by sequencing them; it does not replace domain skills for coding, testing, or security review.
- Multi-agent workflow orchestration native to Claude Code
- Parallel execution and conditional flows with checkpoint support
- Natural-language workflow creation and progress tracking
- Visual workflow visualization for long-running agent pipelines
- Productivity-oriented plugin with automation and multi-agent keywords
Mbruhler Claude Orchestration by the numbers
- Data as of Jul 21, 2026 (Skillselion catalog sync)
/plugin install mbruhler-claude-orchestration@mbruhler/claude-orchestrationAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 218 |
|---|---|
| Last updated | June 1, 2026 |
| Repository | mbruhler/claude-orchestration ↗ |
What it does
Orchestrate multi-agent Claude Code workflows with parallel steps, checkpoints, and natural-language flow design instead of one monolithic prompt.
Who is it for?
Best when you're running repeatable multi-step agent pipelines—feature builds, audits, or refactors—that benefit from parallel tasks and resume points.
Skip if: Simple one-prompt edits or teams that want a hosted CI/CD product instead of in-IDE agent orchestration.
What you get
After install, you can define, visualize, and run structured multi-agent workflows in Claude Code with tracking and conditional progression.
- Defined multi-agent workflows runnable inside Claude Code
- Checkpointed, trackable execution with optional visualization
- Single-plugin bundle listed in the catalog for mbruhler-claude-orchestration
By the numbers
- Catalog lists 1 plugin in the mbruhler-claude-orchestration bundle
- Repository mbruhler/claude-orchestration with catalog star count 212 at last fetch
- Plugin keyword set includes parallel-execution, checkpoints, conditional flows, and workflow visualization
Recommended Plugins
How it compares
In-IDE multi-agent orchestration plugin, not a semantic code search tool or a static skill-only checklist.
FAQ
Who is Mbruhler Claude Orchestration for?
It is for Claude Code users—especially developers—who need to coordinate several agents or steps with checkpoints, parallelism, and visible workflow progress.
When should I use Mbruhler Claude Orchestration?
Use it when a project step chains multiple agent responsibilities—research, implement, verify—or when you want conditional branches and parallel execution instead of one linear chat.
How do I add Mbruhler Claude Orchestration to my agent?
Register the mbruhler/claude-orchestration Claude Code plugin from its repository, then create and run workflows using the plugin’s natural-language orchestration commands per its documentation.