Install
openclaw skills install decision-dynamoRun a weighted decision matrix to score and rank 2-4 options across 5 configurable criteria. Use when a user needs help choosing between options, comparing t...
openclaw skills install decision-dynamoRun a weighted matrix analysis to score and rank options objectively.
scripts/decision_matrix.py (interactive or JSON mode).Interactive mode (guided prompts):
python3 scripts/decision_matrix.py
JSON mode (pre-built input):
python3 scripts/decision_matrix.py input.json
See references/criteria.md for the JSON schema, criteria definitions, scoring scale, and inversion logic for negative criteria.
| Criterion | Type |
|---|---|
| Skill/Leverage Gain | Positive |
| Goal Alignment | Positive |
| Mental/Emotional Drag | Negative (inverted) |
| Financial Cost | Negative (inverted) |
| Time and Effort | Negative (inverted) |
Negative criteria use (11 - score) * weight so that less drag = higher score.