Decision Matrix (MCDA)

Score alternatives across weighted criteria to compute an optimal MCDA choice.

558|75|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/winstonkoh87/Athena-Public --skill decision-matrix-mcda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Decision Matrix (MCDA)
Source: https://github.com/winstonkoh87/Athena-Public/tree/main/examples/skills/decision/mcda-solver
Command: npx skills add https://github.com/winstonkoh87/Athena-Public --skill decision-matrix-mcda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Complex decisions require balancing multiple criteria. This Skill provides a structured MCDA workflow to quantify trade-offs and rank alternatives.

Core Features & Use Cases

  • Define options and criteria, assign weights, score options, and compute an overall Evaluation Value.
  • Useful for project selection, vendor comparisons, and prioritization where multiple factors matter and explicit weights guide the decision.
  • Use Case: Compare three proposed features by impact, effort, and risk to decide which to implement first.

Quick Start

Provide a list of options, criteria, and weights to compute the best option.

Frequently Asked Questions about Decision Matrix (MCDA)

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use weighted scoring to prioritize product features?

Weighted scoring for prioritization involves assigning percentage weights to criteria and scoring options on a scale like 1-10. The multicriteria decision analysis computes an overall score for each alternative, ranking them to identify the optimal choice.

What is multicriteria decision analysis for vendor selection?

MCDA for vendor selection is a structured method to evaluate options by scoring them across defined criteria with assigned weights. It calculates an overall evaluation value for each vendor, providing a quantitative comparison to balance multiple factors.

How do I calculate an overall score when comparing multiple project options?

Calculate an overall score by multiplying each option's score per criterion by the criterion's weight, then summing the results. This MCDA approach requires weights to total 100% and uses a defined scoring scale to rank alternatives objectively.

Can I use MCDA for prioritization if my criteria weights do not sum to 100%?

You cannot use this MCDA workflow if criteria weights do not sum to 100%. The calculation requires defined options, a scoring scale, and weights that total exactly 100% to compute accurate overall evaluation values for ranking alternatives.

What is the best way to decide between multiple alternatives when impact and effort conflict?

The best way to decide when impact and effort conflict is to apply a weighted MCDA scoring model. By assigning explicit weights to impact, effort, and risk criteria, you compute an overall evaluation value to objectively rank alternatives and identify the optimal choice.

When should I not use a weighted decision matrix for making choices?

You should not use a weighted decision matrix when you lack clearly defined options, measurable criteria, or a consistent scoring scale. Without criteria weights that sum to 100%, the MCDA process cannot compute a valid overall evaluation value to rank alternatives.