decision_analysis
Rank decision options by scoring them against weighted criteria. Receive a markdown report with ranked options, strengths, weaknesses, and a recommendation.
Instructions
Rank options against weighted criteria with a weighted-sum decision matrix. Returns a markdown report: ranked options, a per-option breakdown (score × weight contribution, strengths, weaknesses), and a recommendation. Weights are normalized to sum to 1; omit them for equal weighting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scores | Yes | Score matrix: one row per option, one score (0-10) per criterion. scores[i][j] rates option i against criterion j. | |
| options | Yes | List of decision options to analyze | |
| weights | No | Optional weights for each criterion (must match criteria length) | |
| criteria | Yes | List of criteria to evaluate options against |