| name | decision-matrix |
| description | Use a decision matrix to choose between options by scoring them against weighted criteria. Use when several options and multiple decision factors make an objective comparison useful. |
| license | MIT |
| metadata | {"author":"itzcull"} |
Decision Matrix
Overview
A decision-making tool that helps choose the best option by systematically evaluating multiple factors.
When to Use
- When you have several options to choose from
- When multiple factors influence your decision
- When you want to remove subjectivity from decision-making
How to Use
Steps
- Write down the decision you need to make
- List available options
- Identify decision factors
- Score options on each factor
- Add weight to factors
- Calculate total scores
- Select the option with the highest score
Detailed Process
Scoring
- Use a consistent scoring scale (e.g., 1-5)
- 1 = worst
- 5 = best
Weighting Factors
- Not all factors are equally important
- Assign weights to reflect factor significance
- Multiply factor score by its weight
Practical Example: Choosing a Design Tool
Factors Considered
- Cost
- Prototyping capabilities
- Collaboration features
Sample Decision Matrix
| Factors | Cost | Prototyping | Collaboration | Total Score |
|---|
| Sketch | 4 | 2 | 3 | 37 |
| Figma | 3 | 3 | 5 | 42 |
| Framer | 3 | 5 | 3 | 44 |
Benefits
- Removes uncertainty from decisions
- Provides a systematic approach
- Helps prioritize important factors
Resources
Source: https://untools.co/decision-matrix/