Auto-sync: 2026-04-21 00:02

This commit is contained in:
2026-04-21 00:02:55 +08:00
parent 177469a1cd
commit cb7c11e14f
235 changed files with 16567 additions and 237 deletions

View File

@@ -0,0 +1,31 @@
---
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]]