Decision Matrix (MCDA)

Decision Matrix (MCDA) is a skill for Claude Code, Codex from winstonkoh87/Athena-Public. It costs 24 tokens per session (620 once invoked), scanned A, original, MIT.

A decision calculator for comparing at least two choices against several weighted criteria. MCDA means Multi-Criteria Decision Analysis: a method that scores options while making priorities explicit.

In plain words
What is it for?
Use it to compare options with trade-offs, score each option from 1 to 10, calculate a weighted total, rank the choices, and check whether an important criterion is missing.
Why use it?
It replaces an unclear “it depends” discussion with visible criteria, percentage weights, scores, and reasons. This helps reveal which priorities determine the result when people disagree.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: model in frontmatter.

Good fit Use it to compare options with trade-offs, score each option from 1 to 10, calculate a weighted total, rank the choices, and check whether an important criterion is missing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/winstonkoh87/athena-public/mcda-solver
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add winstonkoh87/Athena-Public --skill mcda-solver
Clone the repo
git clone --depth 1 https://github.com/winstonkoh87/Athena-Public

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Decision Matrix (MCDA)

README.md
[![agentmods](https://agentmods.dev/badge/skills/winstonkoh87/athena-public/mcda-solver/github.svg)](https://agentmods.dev/skills/winstonkoh87/athena-public/mcda-solver)
Your own site
<a href="https://agentmods.dev/skills/winstonkoh87/athena-public/mcda-solver"><img src="https://agentmods.dev/badge/skills/winstonkoh87/athena-public/mcda-solver/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Decision Matrix (MCDA)

Your own site · 80×15
<a href="https://agentmods.dev/skills/winstonkoh87/athena-public/mcda-solver"><img src="https://agentmods.dev/badge/skills/winstonkoh87/athena-public/mcda-solver.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 620 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00620
Opus 5 $0.00012 $0.00310
Sonnet 5 $0.00005 $0.00124
Haiku 4.5 $0.00002 $0.00062

Measured 10d ago against content hash 0c2784f77cd2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

Decision Matrix (MCDA) scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/skills/decision/mcda-solver/SKILL.md · 80 lines

What it actually says

⚖️ Decision Matrix (MCDA / EEV)

Philosophy: Complex decisions fail because people optimize for one variable while ignoring five others.

1. When to Use

  • Choosing between 2+ options with multiple trade-offs
  • Any decision where "it depends" is the current answer
  • When stakeholders disagree on priorities

2. Execution Workflow

STEP 1: LIST OPTIONS
  └─ Must have ≥2 distinct options (no straw men)

STEP 2: DEFINE CRITERIA
  └─ List 3-7 evaluation criteria
  └─ Each criterion must be measurable or scorable (1-10)

STEP 3: WEIGHT CRITERIA
  └─ Assign percentage weights (must sum to 100%)
  └─ Force-rank: "If you could only optimize for ONE criterion, which?"

STEP 4: SCORE EACH OPTION
  └─ Score 1-10 per criterion per option
  └─ Justify each score in one sentence

STEP 5: COMPUTE EEV
  └─ EEV = Σ (Score × Weight) for each option
  └─ Rank options by total EEV

STEP 6: SANITY CHECK
  └─ Does the winner "feel" right?
  └─ If not, a hidden criterion exists — surface it and re-run

3. Output Format

# Decision: [Question]

## Criteria & Weights
| # | Criterion | Weight |
|---|-----------|--------|
| 1 | [Name]    | [X]%   |
| 2 | [Name]    | [X]%   |

## Scoring Matrix
| Option | C1 | C2 | C3 | **EEV** |
|--------|----|----|-----|---------|
| A      | 8  | 6  | 7   | **7.1** |
| B      | 5  | 9  | 4   | **6.2** |

## Recommendation
[Winner] with EEV of [X]. Key differentiator: [criterion].

## Sensitivity Analysis
If [criterion weight] changed by ±10%, would the winner change? [Yes/No]

4. Rules

  • Never let one criterion dominate (max weight 40%)
  • If an option scores 0 on a criterion, flag it as a potential dealbreaker
  • Always run sensitivity analysis on the top weight

skill #decision-making #analysis #framework

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 80 lines · 24 tokens per session scan A 0c2784f77cd2

Subscribe to this mod's changes

Decision Matrix (MCDA) is a skill published in the GitHub repository winstonkoh87/Athena-Public (587 stars, last pushed today), licensed MIT. It adds 24 tokens to every session and 620 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.