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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install decision-dynamo - After installation, invoke the skill by name or use
/decision-dynamo - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 256 downloads so far.
How do I install Decision Dynamo?
Run "/install decision-dynamo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Decision Dynamo free?
Yes, Decision Dynamo is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Decision Dynamo support?
Decision Dynamo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Decision Dynamo?
It is built and maintained by mdomerofski (@mdomerofski); the current version is v1.0.0.