prompt_split_execute
Execute a prompt_split plan by running subtasks in dependency order, dispatching to sub-agents, and passing results between tasks. Alternatively, provide a prompt to generate and execute a plan in one step.
Instructions
Execute a prompt_split plan: runs subtasks in dependency order, dispatches to the correct sub-agent, passes results between dependent tasks, and enforces rate limits on cloud agents. Provide a "plan" from prompt_split, or just a "prompt" to generate and execute in one step. Use "overrides" to change agent/model/prompt per task or skip tasks. Set dry_run=true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | A SplitPlan object (from prompt_split). If omitted, provide "prompt" to generate one. | |
| prompt | No | If no plan is provided, run prompt_split with this prompt first (heuristic strategy). | |
| dry_run | No | If true, return the plan with rate limit checks but do not execute. | |
| overrides | No | Optional per-task overrides: change agent, model, prompt, or skip a task. |