delimit_next_task
Get the next highest-priority task with safety checks. Start or resume a work session, filter by risk level, and receive clear action instructions for autonomous development workflow.
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 | |||