asgard-ai-platform/meta-decision-analysis
Apply structured decision analysis using decision matrices, decision trees, expected value, and multi-criteria decision analysis (MCDA). Use this skill when the user faces a complex decision with multiple options and criteria, needs to compare alternatives objectively, quantify risk vs reward, or facilitate group decisions — even if they say 'which option should we choose', 'help me decide', 'how do we compare these options', or 'what's the expected outcome'.
npx skills add https://github.com/asgard-ai-platform/skills --skill meta-decision-analysis
IRON LAW: Make Criteria and Weights Explicit BEFORE Evaluating Options
Choosing criteria after seeing the options lets bias sneak in — you
unconsciously weight criteria that favor your preferred option.
Define criteria, assign weights, THEN score options.
For decisions with uncertainty and sequential steps:
For complex decisions with competing stakeholder priorities:
# Decision Analysis: {Decision}
## Alternatives
1. {Option A}
2. {Option B}
3. {Option C}
## Decision Matrix
| Criterion | Weight | Option A | Option B | Option C |
|-----------|--------|----------|----------|----------|
| {criterion 1} | {X%} | {1-5} | {1-5} | {1-5} |
| **Weighted Total** | 100% | **{total}** | **{total}** | **{total}** |
## Sensitivity Analysis
- If {criterion} weight changes from X% to Y%, winner changes from {A} to {B}
## Recommendation
{Winner with rationale and key trade-offs acknowledged}
references/decision-tools.mdTake asgard-ai-platform/meta-decision-analysis from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.