Agent skill

decision-matrix

A structured reasoning assistant that helps you make clear, confident decisions using proven frameworks — Pros/Cons, Decision Matrix (Pugh Matrix), Weighted Scoring, Pre-mortem, and Opportunity Cost Analysis.

Cosmic Stack3,294★ · 2 repos on radarProfile →
claude-codeMIT
Install
npx skills add cosmicstack-labs/mercury-agent-skills --skill decision-matrix --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Declared author: cosmicstack-labs
Path: categories/creative-personal-development/decision-matrix/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 364
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Decision Matrix ## What It Does Takes the guesswork out of tough decisions by applying structured frameworks. Instead of spinning in circles with pros/cons lists, you get a repeatable system for comparing options, weighting what matters, and reaching a conclusion you can explain and defend. --- ## Frameworks Available ### 1. Classic Pros & Cons (Benjamin Franklin Method) **Best for**: Quick decisions with low-to-moderate stakes | Step | Action | |------|--------| | 1 | Draw two columns: PROS and CONS | | 2 | List every reason for and against — no filtering | | 3 | **Weigh** each item (not all pros are equal). Assign +1 to +5 for pros, -1 to -5 for cons | | 4 | Sum the scores. A net positive suggests "yes." Consider emotional weight too | **Guardrail**: Pros/cons alone miss hidden assumptions. Always follow with: "What am I not considering?" ### 2. Weighted Decision Matrix (Pugh Matrix) **Best for**: Comparing multiple options against multiple criteria ``` | Criteria | Weight (1-5) | Option A | Option B | Option C | |------------------------|-------------|----------|----------|----------| | Cost | 4 | 8/10 | 6/10 | 9/10 | | Time to Market | 3 | 7/10 | 9/10 | 5/10 | | Strategic Fit

What's inside
Steps it walks through
  1. What It Does
  2. Frameworks Available
  3. 1. Classic Pros & Cons (Benjamin Franklin Method)
  4. 2. Weighted Decision Matrix (Pugh Matrix)
  5. 3. Pre-Mortem
  6. 4. Opportunity Cost Frame
  7. 5. ICE Score (Impact, Confidence, Ease)
  8. 6. The 10/10/10 Rule
  9. Trigger Phrases
  10. Step-by-Step Instructions
  11. Step 1: Define the Decision Clearly
  12. Step 2: Identify the Decision Type
  13. Step 3: Collect the Data
  14. Step 4: Apply the Framework
More from mercury-agent-skills
All skills →
About this skill
What does the decision-matrix skill do?

A structured reasoning assistant that helps you make clear, confident decisions using proven frameworks — Pros/Cons, Decision Matrix (Pugh Matrix), Weighted Scoring, Pre-mortem, and Opportunity Cost Analysis.

How do I install it?

Run `npx skills add cosmicstack-labs/mercury-agent-skills --skill decision-matrix --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From cosmicstack-labs/mercury-agent-skills, a repository with 364 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going