Decision Matrix logo

Decision Matrix

OrganizationPopular
iflytek
decision-matrix

Compare options with weighted scoring, pros and cons, pre-mortems, opportunity costs, and ICE prioritization. Use when a user wants to reason through a choice, expose assumptions, or rank alternatives.

Overview

Publisheriflytek
Repositoryskillhub
Skill namedecision-matrix
Stars
5.1K
Forks
839
Bundled files
1
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by iflytek on GitHub. Read the source before you install it.

Installation

Install the Decision Matrix AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/iflytek/skillhub.git /tmp/skillhub
mkdir -p .claude/skills
cp -r /tmp/skillhub/builtin-skills/skills/decision-matrix .claude/skills/decision-matrix
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Decision Matrix in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Decision Matrix on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Decision Matrix is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Decision Matrix

What It Does

Apply a transparent framework to compare options, expose trade-offs, and identify what information could change a choice.

Treat every score as a transparent expression of the user's stated preferences, not as objective truth. Clearly label estimates and assumptions, and never invent missing costs, probabilities, constraints, or preferences.

For medical, legal, financial, safety-critical, or other high-impact decisions, use the frameworks only to organize questions and trade-offs. Do not present the highest score as professional advice or a final decision. Encourage the user to verify material facts and consult an appropriately qualified professional.


Frameworks Available

1. Classic Pros & Cons (Benjamin Franklin Method)

Best for: Quick decisions with low-to-moderate stakes

StepAction
1Draw two columns: PROS and CONS
2List every reason for and against — no filtering
3Weigh each item (not all pros are equal). Assign +1 to +5 for pros, -1 to -5 for cons
4Sum the scores, then inspect the strongest items, uncertainty, and any non-negotiables

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          |      5      |   9/10   |   4/10   |   7/10   |
| Team Capacity          |      2      |   6/10   |   8/10   |   4/10   |
| **Weighted Total**     |             |   110    |   87     |   94     |

Steps:

  1. List all viable options (columns in the example)
  2. Define criteria that matter (rows in the example)
  3. Assign a weight (1-5) to each criterion based on importance
  4. Score each option per criterion (1-10)
  5. Multiply score × weight, sum across criteria
  6. Use the highest total as a starting point, then inspect assumptions, uncertainty, must-haves, and reversibility

3. Pre-Mortem

Best for: High-stakes decisions where risk mitigation is critical

"It's 12 months from now and our decision has failed spectacularly. How did it happen?"

StepTechnique
1Assume the decision was made and led to disaster
2Fast-forward and write the "post-mortem" — what went wrong?
3Generate 5-10 plausible failure modes
4For each failure, ask: "What could prevent this?"
5Incorporate those safeguards into the decision

Use this to surface plausible failure modes that an ordinary comparison may miss. Do not treat an imagined failure as a prediction.

4. Opportunity Cost Frame

Best for: Deciding between two good options (where saying yes to A means saying no to B)

FrameQuestion
Cost of yesWhat do I give up by choosing this?
Cost of noWhat do I give up by not choosing this?
Regret testIf I look back in 5 years, which "no" would I regret more?
Opportunity comparisonIf Option A didn't exist, would I choose Option B?

Use the answers as discussion prompts, not an automatic selection rule.

5. ICE Score (Impact, Confidence, Ease)

Best for: Prioritizing many options quickly (features, ideas, experiments)

CriterionScaleQuestion
Impact1-10How significant will the result be if successful?
Confidence1-10How sure are we about the expected outcome?
Ease1-10How easy/simple is this to execute?

Formula: ICE Score = Impact × Confidence × Ease

Sort by score to create a shortlist. Check dependencies, risk, and confidence before selecting work, and re-score when new data emerges.

6. The 10/10/10 Rule

Best for: Emotional or high-stakes personal decisions

Time HorizonQuestion
10 minutesHow will I feel about this decision in 10 minutes?
10 monthsHow will I feel about it in 10 months?
10 yearsHow will I feel about it in 10 years?

Purpose: Shifts perspective from short-term emotion to long-term impact. If the horizons conflict, explain the conflict instead of automatically favoring one horizon.


Trigger Phrases

PhraseAction
"Help me decide between..."Starts a structured comparison of options
"Pros and cons of..."Generates a weighted pros/cons table
"Should I [X] or [Y]?"Runs a decision matrix or opportunity cost analysis
"What am I not considering?"Surfaces blind spots and hidden assumptions
"Run a pre-mortem on..."Scenarios worst-case outcomes to de-risk the decision
"Prioritize these for me..."Uses ICE or weighted scoring to rank options
"Help me think this through..."Combines frameworks layered for clarity

Step-by-Step Instructions

Step 1: Define the Decision Clearly

A fuzzy question gets a fuzzy answer. Be specific:

  • ❌ "Should I change jobs?"
  • ✅ "Should I accept the offer at Company X ($120k, hybrid, startup) or stay at my current role ($110k, remote, corporate)?"

Step 2: Identify the Decision Type

Decision TypeRecommended Framework
Low stakes, 2 optionsPros & Cons (weighted)
Multiple options, many criteriaWeighted Decision Matrix
High risk, irreversiblePre-mortem
Scarcity (time/money focus)Opportunity Cost Frame
Prioritizing a long listICE Score
Emotional/personal10/10/10 Rule

Step 3: Collect the Data

Gather:

  • All realistic options (at least 2, rarely more than 5)
  • All relevant criteria
  • Objective data where possible (numbers, dates, facts)
  • Subjective preferences (gut feel, values, identity)

Ask for critical missing information when it could change the outcome. Otherwise, proceed with clearly labeled assumptions and show how changing them affects the result.

Step 4: Apply the Framework

Run the framework step by step. Document scores, weights, and reasoning.

Step 5: Check for Bias

BiasMitigation
Confirmation biasActively list reasons against your preferred option first
Recency biasConsider decisions from 6+ months ago — does this feel different?
Sunk cost"If I had no prior investment in this, would I still choose it?"
Status quo bias"If this weren't the default, would I pick it?"

Step 6: Decide and Commit

  • If the evidence strongly favors an option, explain why and identify the remaining uncertainty.
  • If scores are close, compare reversibility, information gaps, and the cost of a small experiment. Do not impose an arbitrary 10% threshold.
  • Let the user make the final choice, especially for consequential decisions.
  • Offer to write down the decision and reasoning; do not persist it unless the user asks.

Step 7: Review the Outcome

After the decision plays out, revisit your framework. Did your weights reflect reality? Did you miss a criterion? Retrospect improves future decisions.


Examples

Example 1: Freelancer Deciding Between Two Clients

Input: "Should I take Client A ($5k, urgent, boring) or Client B ($3k, flexible, exciting project)?"

Process: Weighted Decision Matrix

CriteriaWeightClient AClient B
Income49 (36)5 (20)
Enjoyment33 (9)9 (27)
Time Pressure23 (6)9 (18)
Portfolio Value44 (16)9 (36)
Total67101

Result: Under these stated weights and scores, Client B leads because portfolio value and enjoyment outweigh the income gap. Verify workload, payment risk, and any non-negotiables before choosing.

Example 2: Solopreneur — "Should I Build Feature X?"

Input: "Should I prioritize building a mobile app or improving onboarding?"

Process: ICE + Pre-mortem

ICE:

  • Mobile App: Impact 8, Confidence 4, Ease 2 → ICE = 64
  • Onboarding: Impact 6, Confidence 8, Ease 8 → ICE = 384

Pre-mortem on mobile app decision: "We built the app but no one used it because onboarding was broken." → Clear signal to fix onboarding first.


Quality checks

  • Show the arithmetic and retain the user's original units, weights, and scores.
  • Identify must-haves before ranking options.
  • Label estimates and distinguish evidence from preferences.
  • Test whether a modest change in an uncertain weight or score changes the result.
  • For close results, compare reversibility and the value of gathering more information.
  • Leave consequential choices to the user; do not persist or act on a decision without a separate request.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Decision Matrix AI skill do?

Compare options with weighted scoring, pros and cons, pre-mortems, opportunity costs, and ICE prioritization. Use when a user wants to reason through a choice, expose assumptions, or rank alternatives.

Why use Decision Matrix on TypingMind?

Because you install it once and use it with any model. Decision Matrix is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Decision Matrix in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/iflytek/skillhub/tree/main/builtin-skills/skills/decision-matrix. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Decision Matrix?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Decision Matrix?

As many as you like. As long as a model supports skills, you can use Decision Matrix with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Decision Matrix AI skill free?

Yes. It is published on GitHub by iflytek under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇