nexus_plan_execute
Execute structured multi-step AI plans: independent steps run in parallel, dependent steps receive prior context, with agent mode for code/file execution and prompt mode for analysis/review.
Instructions
Execute a structured multi-step plan where Claude is the orchestrator and Nexus agents do the work. Independent steps run IN PARALLEL. Dependent steps wait and receive context from prior steps. Use mode="agent" for steps that need file access/code execution. Use mode="prompt" for analysis/review steps. Opus plans, Nexus executes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Ordered list of steps. Steps with no depends_on run immediately in parallel. | |
| title | No | Human-readable title for this plan | |
| context | No | Shared context injected into ALL steps (e.g., project description, codebase info) | |
| max_total_time_ms | No | Total plan timeout in ms (default: 600000 = 10 min) |