Request human decision
request_decisionQueue questions needing human judgment for architecture, product, scope, or security decisions. Affected work pauses while independent tasks proceed, avoiding guesses and preventing blockers.
Instructions
Queue a question that needs human judgment (architecture, product, scope, security...). Never guess instead. Affected units wait; everything else continues. Returns impact and the independent work that can proceed. Does not block and does not wait for an answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | ||
| category | No | ||
| question | Yes | Answerable by a human without reading code. | |
| sessionId | Yes | Session handle returned by start_session. | |
| checkpoint | No | Resume point for an in-progress affected unit. | |
| whyItMatters | Yes | What goes wrong if this is decided badly or not at all. | |
| recommendation | No | Your suggestion. Stored as a suggestion; never applied. | |
| affectedUnitIds | No | Units that cannot proceed until this is decided. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| decision | Yes | ||
| guidance | Yes | ||
| sessionId | Yes | ||
| releasedUnitIds | Yes |