delimit_next_task
Retrieve the highest-priority open task with safeguard checks to start or continue autonomous development. Returns BUILD, CONSENSUS, or STOP actions.
Instructions
Get the next task to work on (Pro).
Returns the highest-priority open item with safeguard checks. Part of the autonomous build loop - call this to start or continue working.
Returns action: BUILD (with task), CONSENSUS (generate new items), or STOP (safeguard tripped).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venture | No | Project name or path. Auto-detects if empty. | |
| max_risk | No | Filter tasks by max risk level (low, medium, high, critical). | |
| session_id | No | Resume an existing session. Creates a new one if empty. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||