nucleus_plan_execute
Execute a plan file autonomously. WHEN TO USE: you have a plan file (.brain/plans/*.md) you want executed autonomously — parses the plan, creates tasks, starts a mission with budget/time limits. Chains import_plan_as_tasks() then _brain_start_mission_impl() and returns the mission status string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Optional mission goal text. Defaults to empty. | |
| plan_path | Yes | Path to the plan markdown file (.brain/plans/*.md). | |
| budget_limit | No | Mission spend cap in USD (default $10.00). | |
| time_limit_hours | No | Mission time cap in hours (default 4.0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |