understand_question
Decompose user questions into structured prompts for restating intent, surfacing constraints, and preparing clarifying questions before acting.
Instructions
Produce a protocol shell to decompose a user question.
Args:
question: The raw user ask to unpack.
context: Optional background knowledge or situational frame.
constraints: Explicit limits or success criteria.
Returns:
A structured prompt guiding the model to restate intent, surface
constraints, and prepare clarifying questions before acting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | ||
| context | No | ||
| constraints | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |