‹ 首页

prioritize-assumptions

@phuryn · 收录于 1 周前 · 上游提交 1 周前★ 社区精选

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.

适合你,如果常需从一堆假设中找出最值得验证的那一个

/ 通过 npx 安装 校验哈希
npx oh-my-skill add phuryn/pm-skills/prioritize-assumptions
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- phuryn/pm-skills/prioritize-assumptions
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify phuryn/pm-skills/prioritize-assumptions
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
23265GitHub stars
~466上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 18468a9 · 表述以原文为准
它做什么

当你提供一组假设时,它会用影响×风险矩阵对每个假设打分,并建议如何测试高影响高风险的假设。

什么时候触发

当你列出多个假设,需要决定先测试哪个,或者想用假设优先级画布时触发。

装好后可以这样说
它会分析每个假设的影响和风险。
它会给出最小化努力、最大化学习的测试方案。
技能原文 SKILL.md作者撰写 · MIT · 18468a9
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:
  2. Impact: The value created by validating this assumption AND the number of customers affected (in ICE: Impact = Opportunity Score × # Customers)
  3. Risk: Defined as (1 - Confidence) × Effort
  1. Categorize each assumption using the Impact × Risk matrix:
  2. Low Impact, Low Risk → Defer testing until higher-priority assumptions are addressed
  3. High Impact, Low Risk → Proceed to implementation (low risk, high reward)
  4. Low Impact, High Risk → Reject the idea (not worth the investment)
  5. High Impact, High Risk → Design an experiment to test it
  1. For each assumption requiring testing, suggest an experiment that:
  2. Maximizes validated learning with minimal effort
  3. Measures actual behavior, not opinions
  4. Has a clear success metric and threshold
  1. Present results as a prioritized matrix or table.

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


Further Reading
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。