prioritization-frameworks

작성자: phuryn

9가지 우선순위 결정 프레임워크에 대한 참조 가이드로, 공식, 사용 시기 안내, 템플릿을 포함합니다 — RICE, ICE, Kano, MoSCoW, Opportunity Score 등. 우선순위 결정 방법을 선택하거나 RICE 대 ICE 같은 프레임워크를 비교하거나 다양한 우선순위 접근 방식이 어떻게 작동하는지 배울 때 사용합니다.

npx skills add https://github.com/phuryn/pm-skills --skill prioritization-frameworks

Prioritization Frameworks Reference

A reference guide to help you select and apply the right prioritization framework for your context.

Core Principle

Never allow customers to design solutions. Prioritize problems (opportunities), not features.

Opportunity Score (Dan Olsen, The Lean Product Playbook)

The recommended framework for prioritizing customer problems.

Survey customers on Importance and Satisfaction for each need (normalize to 0–1 scale).

Three related formulas:

  • Current value = Importance × Satisfaction
  • Opportunity Score = Importance × (1 − Satisfaction)
  • Customer value created = Importance × (S2 − S1), where S1 = satisfaction before, S2 = satisfaction after

High Importance + low Satisfaction = highest Opportunity Score = best opportunities. Plot on an Importance vs Satisfaction chart — upper-left quadrant is the sweet spot. Prioritizes customer problems, not solutions.

ICE Framework

Useful for prioritizing initiatives and ideas. Considers not only value but also risk and economic factors.

  • I (Impact) = Opportunity Score × Number of Customers affected
  • C (Confidence) = How confident are we? (1-10). Accounts for risk.
  • E (Ease) = How easy is it to implement? (1-10). Accounts for economic factors.

Score = I × C × E. Higher = prioritize first.

RICE Framework

Splits ICE's Impact into two separate factors. Useful for larger teams that need more granularity.

  • R (Reach) = Number of customers affected
  • I (Impact) = Opportunity Score (value per customer)
  • C (Confidence) = How confident are we? (0-100%)
  • E (Effort) = How much effort to implement? (person-months)

Score = (R × I × C) / E

9 Frameworks Overview

FrameworkBest ForKey Insight
Eisenhower MatrixPersonal tasksUrgent vs Important — for individual PM task management
Impact vs EffortTasks/initiativesSimple 2×2 — quick triage, not rigorous for strategic decisions
Risk vs RewardInitiativesLike Impact vs Effort but accounts for uncertainty
Opportunity ScoreCustomer problemsRecommended. Importance × (1 − Satisfaction). Normalize to 0–1.
Kano ModelUnderstanding expectationsMust-be, Performance, Attractive, Indifferent, Reverse. For understanding, not prioritizing.
Weighted Decision MatrixMulti-factor decisionsAssign weights to criteria, score each option. Useful for stakeholder buy-in.
ICEIdeas/initiativesImpact × Confidence × Ease. Recommended for quick prioritization.
RICEIdeas at scale(Reach × Impact × Confidence) / Effort. Adds Reach to ICE.
MoSCoWRequirementsMust/Should/Could/Won't. Caution: project management origin.

Templates


Further Reading

phuryn의 다른 스킬

create-prd
phuryn
8개 섹션으로 구성된 포괄적인 템플릿을 사용하여 제품 요구사항 문서를 작성합니다. 문제, 목표, 세그먼트, 가치 제안, 솔루션, 출시 계획을 다룹니다. PRD 작성, 제품 요구사항 문서화, 기능 사양 준비, 기존 PRD 검토 시 사용합니다.
outcome-roadmap
phuryn
출력 중심 로드맵을 전략적 의도를 전달하는 결과 중심 로드맵으로 전환합니다. 이니셔티브를 사용자 및 비즈니스 영향력을 반영한 결과 명제로 재작성합니다. 결과 중심 로드맵으로 전환하거나, 로드맵을 더 전략적으로 만들거나, 기능 목록을 결과물로 재작성할 때 사용하세요.
project-managementcommunication
strategy-red-team
phuryn
PRD, 로드맵, 또는 전략을 리드팀(red-team) 방식으로 검토하여, 현실이 그 전제를 무너뜨리기 전에 핵심 가정을 공격합니다. 각 주장을 스틸맨(steelman) 방식으로 정리한 뒤 공격하고, 실패 모드를 영향력 × 발생 가능성 × 테스트 비용으로 순위를 매긴 후, 각각에 대한 최저 비용 테스트와 킬 기준을 반환합니다. 계획을 스트레스 테스트하거나, 전략을 압박 테스트하거나, 가정에 도전하거나, 경영진 검토용 문서를 준비할 때 사용하세요.
pre-mortem
phuryn
PRD 또는 출시 계획에 대한 사전 치명적 위험 분석을 실행합니다. 위험을 호랑이(실제 문제), 종이 호랑이(과장된 우려), 코끼리(표면화되지 않은 우려)로 분류한 후, 출시 차단, 빠른 후속 조치, 추적 중으로 분류합니다. 출시 준비, 제품 계획 스트레스 테스트, 또는 문제 발생 가능성 식별 시 사용합니다.