orchestrate
Analyzes a high-level objective, creates an execution plan, spawns multiple sub-sessions to handle tasks, and aggregates the results.
Instructions
Orchestrate multiple Claude Code sessions with HEAD/SUB coordination. HEAD analyzes the objective, creates an execution plan, spawns SUB processes to handle individual tasks, and aggregates results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | List of tasks to execute | |
| objective | Yes | High-level objective for the orchestration | |
| coordination | No | Coordination settings | |
| resourceLimits | No | Resource limits | |
| workingDirectory | Yes | Base directory for all operations |