From orchestration
Guides creation of orchestrated workflows from natural language descriptions of complex multi-step tasks with sequential steps, parallels, conditionals, error handling, and approvals.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-1 --plugin mbruhler-claude-orchestrationThis skill uses the workspace's default tool permissions.
Proactively suggest orchestration when user describes tasks involving:
Creates multi-agent orchestration workflows from natural language using Socratic questioning, pattern detection for sequential/parallel/conditional flows, syntax generation, and visualization.
Orchestrates complex tasks with delegation, parallel agents, and structured workflows for brainstorm, spawn, and task execution. Use for multi-step coordination and requirements discovery.
Provides templates for orchestrator system prompts, phase-specific agent commands like scout and builder, and result aggregation in multi-agent workflows.
Share bugs, ideas, or general feedback.
Proactively suggest orchestration when user describes tasks involving:
Watch for these patterns in user messages:
Explicit workflow requests:
Implicit workflow descriptions:
Example phrases:
When triggers detected, suggest orchestration:
This sounds like a perfect use case for orchestration! I can help you create a workflow that handles:
[List 2-4 key aspects identified from description, e.g.:]
- Sequential testing and deployment steps
- Parallel validation (tests + security scan)
- Conditional deployment based on test results
- Automatic rollback on failure
Would you like me to guide you through creating this workflow?
If user says yes:
Execute the create command with their description:
/orchestration:create [initial description from user message]
If user says no or wants to see example first:
Show relevant example from docs/reference/examples.md that matches their pattern.
User: "I need to implement authentication using test-driven development"
Assistant: "This sounds like a perfect use case for orchestration! I can help you create a TDD workflow that handles:
Would you like me to guide you through creating this workflow?"
If yes: /orchestration:create implement authentication with TDD
User: "Can you help me set up automated deployment that runs tests first, then if everything passes, does a security scan, and only deploys if both succeed?"
Assistant: "This sounds like a perfect use case for orchestration! I can help you create a deployment pipeline that handles:
Would you like me to guide you through creating this workflow?"
If yes: /orchestration:create deploy with tests and security validation
User: "I want to make sure all my changes go through code review and pass linting before merging"
Assistant: "This sounds like a perfect use case for orchestration! I can help you create a review workflow that handles:
Would you like me to guide you through creating this workflow?"
If yes: /orchestration:create code review with linting and approval
Simple single-step tasks:
Already using orchestration syntax:
Exploratory questions:
This skill makes Claude proactive about suggesting orchestration when appropriate. It works alongside:
/orchestration:create - Command this skill triggersusing-orchestration - General guidance skillworkflow-socratic-designer - Agent this launches✅ Claude suggests orchestration for multi-step tasks ✅ Claude identifies parallel opportunities ✅ Claude recognizes conditional logic needs ✅ Claude explains workflow benefits before offering ✅ Claude uses /orchestration:create when user agrees