Loading...
Loading...
Use when user has complex multi-agent workflows, needs to coordinate sequential or parallel agent execution, wants workflow visualization and control, or mentions automating repetitive multi-agent processes - guides discovery and usage of the orchestration system
npx skill4agent add mbruhler/claude-orchestration using-orchestration/orchestrateThis 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?expert-code-implementercode-optimizerI 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.explore:"task" -> review -> implement[test || lint || security]test (if passed)~> deploy@try -> fix -> test (if failed)~> @try/orchestrate [workflow-syntax]