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

45 lines
1.4 KiB
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 Prioritization Score"
type: concept
tags: [product-management, prioritization, metrics]
sources: [product-manager.md]
last_updated: 2026-04-20
---
## Definition
RICE 是用于客观优先级排序的量化框架通过四个维度计算分数Reach触达、Impact影响、Confidence信心、Effort努力
## Formula
**RICE Score = (R × I × C) ÷ E**
| Factor | Scale | Description |
|--------|-------|-------------|
| Reach | 用户数/季度 | 多少人受影响 |
| Impact | 0.25, 0.5, 1, 2, 3 | 对指标的影响倍数 |
| Confidence | 百分比 | 估计的信心水平 |
| Effort | 人力月数 | 需要多少时间 |
## Example Calculation
| Factor | Value | Notes |
|--------|-------|-------|
| Reach | 10,000 users/quarter | Source: analytics |
| Impact | 0.5 | half of 1x |
| Confidence | 80% | Based on: interviews |
| Effort | 4 person-months | M t-shirt |
| **RICE Score** | **100** | |
## Use Case
- 跨多个机会客观排序
- 支撑 build/defer/kill 决策对话
- 替代直觉式优先级排序
## Limitation
- 估算性质,结果应作为讨论起点而非绝对值
- 不捕捉战略重要性或风险
- 需要定期重新评估
## Connection
- [[RICE Prioritization Score]] ← calculated_in ← [[Opportunity Assessment]]
- [[Roadmap (Now / Next / Later)]] ← ranks ← [[RICE Prioritization Score]]
- [[Product Backlog]] ← prioritized_by ← [[RICE Prioritization Score]]