From orchestration
Guides discovery and usage of orchestration system for complex multi-agent workflows with sequential/parallel execution, conditionals, retries, visualization, and control.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin mbruhler-claude-orchestrationThis skill uses the workspace's default tool permissions.
Proactively suggest `/orchestrate` when user describes:
Provides templates for orchestrator system prompts, phase-specific agent commands like scout and builder, and result aggregation in multi-agent workflows.
Guides creation of orchestrated workflows from natural language descriptions of complex multi-step tasks with sequential steps, parallels, conditionals, error handling, and approvals.
Orchestrates multi-agent workflows by spawning parallel CLI subagents, coordinating via MCP Memory, monitoring progress, decomposing tasks, verifying outputs, and retrying failures. For complex automated parallel executions.
Share bugs, ideas, or general feedback.
Proactively suggest /orchestrate when user describes:
Clear Triggers:
Specific Phrases:
When triggers detected, suggest proactively:
This workflow would benefit from orchestration. I can use `/orchestrate` to:
- Visualize the workflow graph
- Execute agents in parallel where possible
- Handle retries and conditionals
- Provide interactive control at checkpoints
Would you like me to use `/orchestrate [workflow-syntax]` or create a reusable template?
First-time setup reminder:
If user mentions custom agents (like expert-code-implementer, code-optimizer, etc.) that aren't in the orchestration namespace:
I notice you have custom agents in your environment.
Would you like to import them to orchestration first?
Run: /orchestration:init
This will make your custom agents available in workflows as:
- orchestration:expert-code-implementer
- orchestration:code-optimizer
- etc.
Show relevant syntax based on user's needs:
Sequential: explore:"task" -> review -> implement
Parallel: [test || lint || security]
Conditional: test (if passed)~> deploy
Retry: @try -> fix -> test (if failed)~> @try
When user agrees to orchestration:
/orchestrate [workflow-syntax]