Decision Dynamo
/install decision-dynamo
Decision Dynamo
Run a weighted matrix analysis to score and rank options objectively.
Workflow
- Gather options — Identify 2–4 named choices to compare.
- Set weights — Ask the user to rate how important each of the 5 criteria is (1–10).
- Score options — For each option, rate it 1–10 on each criterion.
- Run the matrix — Execute
scripts/decision_matrix.py(interactive or JSON mode). - Present results — Share the ranked output and briefly explain the winner.
Running the Script
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.
The Five 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.
Agent Guidance
- If the user hasn't defined weights, suggest defaults (all equal at 5) and ask if they want to adjust.
- If scoring feels subjective, help the user by asking "on a scale of 1–10, how much does this option [criterion]?"
- After presenting results, offer to re-run with adjusted weights to test sensitivity.
- Always show the winner clearly and explain why it scored highest in plain language.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install decision-dynamo - 安装完成后,直接呼叫该 Skill 的名称或使用
/decision-dynamo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Decision Dynamo 是什么?
Run 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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 256 次。
如何安装 Decision Dynamo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install decision-dynamo」即可一键安装,无需额外配置。
Decision Dynamo 是免费的吗?
是的,Decision Dynamo 完全免费(开源免费),可自由下载、安装和使用。
Decision Dynamo 支持哪些平台?
Decision Dynamo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Decision Dynamo?
由 mdomerofski(@mdomerofski)开发并维护,当前版本 v1.0.0。