evaluate_options_with_scenarios
COMPOSITE (simulate -> decide). Project each option as its own scenario, then rank the options against weighted criteria drawn from the scenario OUTCOMES. Provide a base 'template', an 'options' array ([{name, inputs}]), and 'criteria' ([{metric, weight, direction}]) where each metric is a scenario key_result. Combines ScenarioSim + DecisionMatrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | No | ||
| method | No | ||
| horizon | No | ||
| options | Yes | ||
| criteria | Yes | ||
| template | No | ||
| period_label | No |