orchestrate
Orchestrate Command
Run an orchestration workflow that plans multi-agent execution for a complex task.
Input
$ARGUMENTS - The task description to orchestrate
Workflow
-
Analyze the task to identify:
- What reconnaissance is needed (scout phase)
- What implementation is required (build phase)
- What verification is needed (review phase)
-
Design the orchestration plan:
- Agent templates to use
- Phase sequence
- Dependencies between phases
- Expected outputs per phase
-
Output the orchestration plan in format:
## Orchestration Plan
**Task:** [task description]
### Phase 1: Scout
**Agents:** [count] x [template]
**Purpose:** [what to discover]
**Areas:**
- [area 1]
- [area 2]
**Expected Output:** [deliverable]
### Phase 2: Build
**Agents:** [count] x [template]
**Input:** Scout findings
**Changes:**
- [change 1]
- [change 2]
**Expected Output:** [deliverable]
### Phase 3: Review
**Agents:** [count] x [template]
**Criteria:**
- [criterion 1]
- [criterion 2]
**Expected Output:** [deliverable]
### Execution Notes
**Total Agents:** [count]
**Parallel Opportunities:** [phases that can run in parallel]
**SDK Requirement:** This plan requires Claude Agent SDK for actual orchestration
### Agent Commands
[Draft command prompts for each agent]
SDK Note
Important: This command produces an orchestration plan. Actual execution of orchestrator patterns with agent creation/deletion requires Claude Agent SDK, not Claude Code subagents.
Example
/orchestrate Add rate limiting to the authentication endpoints
Cross-References
- @three-pillars-orchestration.md - Framework
- @single-interface-pattern.md - Architecture
- @orchestrator-design skill - Design workflow
More from melodic-software/claude-code-plugins
design-thinking
Design Thinking methodology for human-centered innovation. Covers the 5-phase IDEO/Stanford d.school approach (Empathize, Define, Ideate, Prototype, Test) with workshop facilitation and exercise templates.
191plantuml-syntax
Authoritative reference for PlantUML diagram syntax. Provides UML and non-UML diagram types, syntax patterns, examples, and setup guidance for generating accurate PlantUML diagrams.
161system-prompt-engineering
Design effective system prompts for custom agents. Use when creating agent system prompts, defining agent identity and rules, or designing high-impact prompts that shape agent behavior.
141architecture-documentation
Generate architecture documents using templates with diagram integration. Use for creating C4 diagrams, viewpoint documents, and technical overviews.
126data-modeling
Data modeling with Entity-Relationship Diagrams (ERDs), data dictionaries, and conceptual/logical/physical models. Documents data structures, relationships, and attributes.
101resume-optimization
Resume structure, achievement bullet formulas, ATS optimization, and job-targeted tailoring for software engineers. Use when reviewing resumes, crafting achievement bullets, extracting keywords from job descriptions, or tailoring content for specific roles.
93