Run orchestration workflow for a complex task using multi-agent patterns. Use when a task requires coordinated scout-build-review phases.
Plan multi-agent workflows for complex tasks requiring coordinated scout-build-review phases. Use this to design orchestration patterns before executing with Claude Agent SDK.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install google-ecosystem@melodic-software<task-description>Run an orchestration workflow that plans multi-agent execution for a complex task.
$ARGUMENTS - The task description to orchestrate
Analyze the task to identify:
Design the orchestration plan:
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]
Important: This command produces an orchestration plan. Actual execution of orchestrator patterns with agent creation/deletion requires Claude Agent SDK, not Claude Code subagents.
/orchestrate Add rate limiting to the authentication endpoints