Agent skill · Testing & QA

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.

phuryngithub.com/phurynGitHub ↗
claude-codeMIT
Install
npx skills add phuryn/pm-skills --skill prioritize-assumptions --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: pm-product-discovery/skills/prioritize-assumptions/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 24,843
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

## 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: - **Low Impact, Low Risk** → Defer testing until higher-priority assumptions are addressed - **High Impact, Low Risk** → Proceed to implemen

What's inside
Steps it walks through
  1. Prioritize Assumptions
  2. Context
  3. Domain Context
  4. Instructions
  5. Further Reading
More from pm-skills
All skills →
About this skill
What does the prioritize-assumptions skill do?

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.

How do I install it?

Run `npx skills add phuryn/pm-skills --skill prioritize-assumptions --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 phuryn/pm-skills, a repository with 24,843 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