# Orchestrate

> Run orchestration workflow for a complex task using multi-agent patterns. Use when a task requires coordinated scout-build-review phases. Use when this capability is needed.

- Skill: `tomevault-io/orchestrate-9` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/orchestrate-9`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/orchestrate-9/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/orchestrate-9

---


# Orchestrate Command

Run an orchestration workflow that plans multi-agent execution for a complex task.

## Input

$ARGUMENTS - The task description to orchestrate

## Workflow

1. **Analyze the task** to identify:
   - What reconnaissance is needed (scout phase)
   - What implementation is required (build phase)
   - What verification is needed (review phase)

2. **Design the orchestration plan**:
   - Agent templates to use
   - Phase sequence
   - Dependencies between phases
   - Expected outputs per phase

3. **Output the orchestration plan** in format:

```markdown
## 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

```text

/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

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/melodic-software) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

