--- title: "RICE Framework" type: concept tags: [prioritization, agile, product-management] sources: [raw/Agent/agency-agents/product/product-sprint-prioritizer.md] last_updated: 2026-04-20 --- ## Definition 数据驱动的功能优先排序框架,通过四个维度量化评估每个功能的潜在价值。 ## Components - **Reach(触达)**:单位时间内受影响的用户数量 - **Impact(影响)**:对业务目标的贡献度(0.25-3 刻度) - **Confidence(信心)**:估计的确定性(百分比) - **Effort(工作量)**:开发所需时间(人月) ## Formula Score = (Reach × Impact × Confidence) ÷ Effort ## Application 用于在多个候选功能之间进行客观比较,选择高价值低工作量的特性优先开发。 ## Related Concepts - [[MoSCoW Method]] - [[Kano Model]] - [[Team Velocity]] - [[Sprint Planning]] ## Source Reference - [[Product Sprint Prioritizer]]