decision_framework
Analyze complex decisions using structured frameworks like multi-criteria evaluation and expected utility to recommend the optimal choice.
Instructions
Structured decision analysis and rational choice frameworks for complex decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | Yes | The current stage of the decision-making process. | |
| options | Yes | A list of the options being considered. | |
| criteria | No | A list of the criteria used to evaluate the options. | |
| iteration | Yes | The iteration number of this decision-making process. | |
| decisionId | Yes | A unique identifier for this decision. | |
| constraints | No | A list of constraints on the decision. | |
| timeHorizon | No | The time horizon for the decision. | |
| analysisType | Yes | The type of analysis to be performed. | |
| stakeholders | No | A list of stakeholders involved in the decision. | |
| riskTolerance | No | The risk tolerance for the decision. | |
| expectedValues | No | A record of the expected values for each option. | |
| recommendation | No | The final recommendation. | |
| informationGaps | No | A list of information gaps that need to be filled. | |
| nextStageNeeded | Yes | A flag indicating whether another stage is needed. | |
| possibleOutcomes | No | A list of possible outcomes for the decision. | |
| decisionStatement | Yes | A clear and concise statement of the decision to be made. | |
| suggestedNextStage | No | The suggested next stage in the decision-making process. | |
| criteriaEvaluations | No | A list of evaluations of the options against the criteria. | |
| multiCriteriaScores | No | A record of the multi-criteria scores for each option. | |
| sensitivityInsights | No | A list of insights from sensitivity analysis. |