Files
nexus/wiki/concepts/RICE-Framework.md
2026-04-21 00:02:55 +08:00

931 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
RICE Framework concept
prioritization
agile
product-management
raw/Agent/agency-agents/product/product-sprint-prioritizer.md
2026-04-20

Definition

数据驱动的功能优先排序框架,通过四个维度量化评估每个功能的潜在价值。

Components

  • Reach触达:单位时间内受影响的用户数量
  • Impact影响对业务目标的贡献度0.25-3 刻度)
  • Confidence信心:估计的确定性(百分比)
  • Effort工作量:开发所需时间(人月)

Formula

Score = (Reach × Impact × Confidence) ÷ Effort

Application

用于在多个候选功能之间进行客观比较,选择高价值低工作量的特性优先开发。

Source Reference