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

32 lines
931 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]