Mbruhler Claude Orchestration
mbruhler-claude-orchestration is a Claude Code plugin for the Build phase that orchestrates multi-agent workflows with parallel execution, checkpoints, and natural-language flow design.
Orchestrate multi-agent Claude Code workflows with parallel steps, checkpoints, and natural-language flow design instead of one monolithic prompt.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install mbruhler-claude-orchestration@mbruhler/claude-orchestrationBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:mbruhler/claude-orchestration") and the paste-ready config with skillselion.get_install_config("plugin:mbruhler/claude-orchestration").
What it does
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. Solo builders 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.
Highlights
- 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
Why builders use it
Complex work collapses into one overloaded agent session with no checkpoints, no parallel lanes, and no visible map of what ran or what failed.
After install, you can define, visualize, and run structured multi-agent workflows in Claude Code with tracking and conditional progression.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 212 stars, 0 votes.
FAQ
Who is mbruhler-claude-orchestration for?
It is for Claude Code users—especially indie builders—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.
Comments
Share how you use mbruhler-claude-orchestration, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.