/prioritize-assumptions
Prioritize assumptions using an Impact ร Risk matrix and suggest experiments for each. Use when triaging a list of assumptions, deciding what to test first, or applying the assumption prioritization canvas.
One skill from pm-skills.
shell
$ npx -y skills add phuryn/pm-skills --skill prioritize-assumptions --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/prioritize-assumptions
Context preview
The summary Claude sees to decide when to auto-load this skill.
Prioritize assumptions using an Impact ร Risk matrix and suggest experiments for each. Use when triaging a list of assumptions, deciding what to test first, or applying the assumption prioritization canvas.
Stats
Stars24,323
Forks2,502
LicenseMIT
SKILL.md
prioritize-assumptions.SKILL.md
--- name: prioritize-assumptions description: "Prioritize assumptions using an Impact ร Risk matrix and suggest experiments for each. Use when triaging a list of assumptions, deciding what to test first, or applying the assumption prioritization canvas." --- ## Prioritize Assumptions Triage assumptions using an Impact ร Risk matrix and suggest targeted experiments. ### Context You are helping prioritize assumptions for **$ARGUMENTS**. If the user provides files with assumptions or research data, read them first. ### Domain Context **ICE** works well for assumption prioritization: Impact (Opportunity Score ร # Customers) ร Confidence (1โ10) ร Ease (1โ10). Opportunity Score = Importance ร (1 โ Satisfaction), normalized to 0โ1 (Dan Olsen). **RICE** splits Impact into Reach ร Impact separately: (R ร I ร C) / E. See the `prioritization-frameworks` skill for full formulas and templates. ### Instructions The user will provide a list of assumptions to prioritize. Apply the following framework: 1. **For each assumption**, evaluate two dimensions: - **Impact**: The value created by validating this assumption AND the number of customers affected (in ICE: Impact = Opportunity Score ร # Customers) - **Risk**: Defined as (1 - Confidence) ร Effort 2. **Categorize each assumption** using the Impact ร Risk matrix:
