skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
phuryn/pm-skills1.7k installs

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.

How do I install this agent skill?

npx skills add https://github.com/phuryn/pm-skills --skill prioritize-assumptions
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    This skill provides a framework for prioritizing business assumptions using natural language instructions. While it contains no executable code, it is vulnerable to indirect prompt injection via the files it is instructed to analyze.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

  • Runlayerpass

    1 file scanned · No issues

  • ZeroLeakspass

    Score: 93/100 · 2 sections analyzed

What does this agent skill do?

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 implementation (low risk, high reward)
    • Low Impact, High Risk → Reject the idea (not worth the investment)
    • High Impact, High Risk → Design an experiment to test it
  3. For each assumption requiring testing, suggest an experiment that:

    • Maximizes validated learning with minimal effort
    • Measures actual behavior, not opinions
    • Has a clear success metric and threshold
  4. Present results as a prioritized matrix or table.

Think step by step. Save as markdown if the output is substantial.


Further Reading

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/phuryn/pm-skills/prioritize-assumptions">View prioritize-assumptions on skillZs</a>