Impact Estimation
Purpose
Apply RICE scoring to prioritize features and initiatives based on quantified reach, impact, confidence, and effort, replacing gut-feel prioritization with a repeatable framework.
Inputs
- List of features or initiatives to prioritize
- User base size and segmentation (for Reach estimation)
- Available team capacity (for Effort calibration)
- Business goals and success metrics
- Any existing data (usage analytics, user research, market data)
Process
Step 1: Define RICE Criteria
Calibrate the scoring dimensions for this project:
- Reach: How many users or customers will this affect per quarter? Use real numbers where possible (e.g., "500 active users" not "many users"). For internal tools, count affected team members.
- Impact: How much will each affected user benefit?
- 3 = Massive (transforms their workflow, solves a critical pain point)
- 2 = High (significant improvement, removes notable friction)
- 1 = Medium (noticeable improvement, nice to have)
- 0.5 = Low (minor improvement, slight convenience)
- 0.25 = Minimal (barely noticeable, edge case benefit)
- Confidence: How sure are we about Reach and Impact estimates?
- 100% = High confidence (backed by data, user research, or direct requests)
- 80% = Medium confidence (strong signals but some assumptions)
- 50% = Low confidence (educated guess, limited data)
- 20% = Moonshot (speculative, unvalidated assumption)
- Effort: Person-months of work (including design, development, testing, deployment). Use 0.5 as minimum for small tasks.
Step 2: Score Each Feature on All 4 Dimensions
For each feature/initiative, provide:
- Reach number with source/rationale
- Impact score with justification
- Confidence percentage with evidence basis
- Effort estimate with scope description
Be honest about confidence — inflated confidence undermines the entire framework.
Step 3: Calculate RICE Score
Formula: RICE = (Reach x Impact x Confidence) / Effort
- Higher scores indicate higher priority
- Calculate for every feature to enable direct comparison
- Show the math for transparency
Step 4: Rank Features by RICE Score
- Sort all features by RICE score descending
- Group into tiers:
- Tier 1: Top quartile — prioritize immediately
- Tier 2: Second quartile — plan for next cycle
- Tier 3: Third quartile — consider if capacity allows
- Tier 4: Bottom quartile — deprioritize or reconsider
Step 5: Identify Quick Wins vs Strategic Bets
Classify by effort and score:
- Quick Wins: High RICE score + Low effort (< 1 person-month). Do these first.
- Strategic Bets: High RICE score + High effort (> 2 person-months). Plan carefully, consider phasing.
- Low-Hanging Fruit: Medium RICE score + Very low effort (< 0.5 person-month). Fill gaps in sprints.
- Money Pits: Low RICE score + High effort. Avoid or fundamentally rethink.
Step 6: Define Success Metrics and KPIs
For each prioritized feature, define:
- Primary metric: The one number that indicates success
- Leading indicators: Early signals that predict the primary metric
- Guardrail metrics: Things that should NOT get worse (e.g., performance, error rate)
- Measurement method: How and when you'll measure
- Target: Specific number or threshold for success
Output Format
RICE Scoring Table
| Feature |
Reach |
Impact |
Confidence |
Effort |
RICE Score |
Tier |
| Feature A |
1000 |
3 |
80% |
2 |
1200 |
1 |
| Feature B |
500 |
2 |
100% |
0.5 |
2000 |
1 |
| Feature C |
200 |
1 |
50% |
3 |
33 |
3 |
| ... |
... |
... |
... |
... |
... |
... |
Priority-Ranked Feature List
- Feature B (RICE: 2000) — Quick Win
- Feature A (RICE: 1200) — Strategic Bet
- ...
Quick Wins vs Strategic Bets
| Category |
Features |
Combined Effort |
Expected Impact |
| Quick Wins |
Feature B, ... |
... person-months |
... |
| Strategic Bets |
Feature A, ... |
... person-months |
... |
| Low-Hanging Fruit |
... |
... |
... |
| Money Pits |
Feature C, ... |
... |
Deprioritize |
Success Metrics per Feature
| Feature |
Primary Metric |
Target |
Leading Indicator |
Guardrail |
| Feature A |
... |
... |
... |
... |
| Feature B |
... |
... |
... |
... |
Quality Checks
Evolution Notes
1---2name: impact-estimation3description: RICE scoring framework for evidence-based feature prioritization4---56# Impact Estimation78## Purpose910Apply RICE scoring to prioritize features and initiatives based on quantified reach, impact, confidence, and effort, replacing gut-feel prioritization with a repeatable framework.1112## Inputs1314- List of features or initiatives to prioritize15- User base size and segmentation (for Reach estimation)16- Available team capacity (for Effort calibration)17- Business goals and success metrics18- Any existing data (usage analytics, user research, market data)1920## Process2122### Step 1: Define RICE Criteria2324Calibrate the scoring dimensions for this project:25- **Reach:** How many users or customers will this affect per quarter? Use real numbers where possible (e.g., "500 active users" not "many users"). For internal tools, count affected team members.26- **Impact:** How much will each affected user benefit?27 - 3 = Massive (transforms their workflow, solves a critical pain point)28 - 2 = High (significant improvement, removes notable friction)29 - 1 = Medium (noticeable improvement, nice to have)30 - 0.5 = Low (minor improvement, slight convenience)31 - 0.25 = Minimal (barely noticeable, edge case benefit)32- **Confidence:** How sure are we about Reach and Impact estimates?33 - 100% = High confidence (backed by data, user research, or direct requests)34 - 80% = Medium confidence (strong signals but some assumptions)35 - 50% = Low confidence (educated guess, limited data)36 - 20% = Moonshot (speculative, unvalidated assumption)37- **Effort:** Person-months of work (including design, development, testing, deployment). Use 0.5 as minimum for small tasks.3839### Step 2: Score Each Feature on All 4 Dimensions4041For each feature/initiative, provide:42- Reach number with source/rationale43- Impact score with justification44- Confidence percentage with evidence basis45- Effort estimate with scope description4647Be honest about confidence — inflated confidence undermines the entire framework.4849### Step 3: Calculate RICE Score5051Formula: **RICE = (Reach x Impact x Confidence) / Effort**5253- Higher scores indicate higher priority54- Calculate for every feature to enable direct comparison55- Show the math for transparency5657### Step 4: Rank Features by RICE Score5859- Sort all features by RICE score descending60- Group into tiers:61 - **Tier 1:** Top quartile — prioritize immediately62 - **Tier 2:** Second quartile — plan for next cycle63 - **Tier 3:** Third quartile — consider if capacity allows64 - **Tier 4:** Bottom quartile — deprioritize or reconsider6566### Step 5: Identify Quick Wins vs Strategic Bets6768Classify by effort and score:69- **Quick Wins:** High RICE score + Low effort (< 1 person-month). Do these first.70- **Strategic Bets:** High RICE score + High effort (> 2 person-months). Plan carefully, consider phasing.71- **Low-Hanging Fruit:** Medium RICE score + Very low effort (< 0.5 person-month). Fill gaps in sprints.72- **Money Pits:** Low RICE score + High effort. Avoid or fundamentally rethink.7374### Step 6: Define Success Metrics and KPIs7576For each prioritized feature, define:77- **Primary metric:** The one number that indicates success78- **Leading indicators:** Early signals that predict the primary metric79- **Guardrail metrics:** Things that should NOT get worse (e.g., performance, error rate)80- **Measurement method:** How and when you'll measure81- **Target:** Specific number or threshold for success8283## Output Format8485### RICE Scoring Table8687| Feature | Reach | Impact | Confidence | Effort | RICE Score | Tier |88|---------|-------|--------|------------|--------|------------|------|89| Feature A | 1000 | 3 | 80% | 2 | 1200 | 1 |90| Feature B | 500 | 2 | 100% | 0.5 | 2000 | 1 |91| Feature C | 200 | 1 | 50% | 3 | 33 | 3 |92| ... | ... | ... | ... | ... | ... | ... |9394### Priority-Ranked Feature List95961. **Feature B** (RICE: 2000) — Quick Win972. **Feature A** (RICE: 1200) — Strategic Bet983. ...99100### Quick Wins vs Strategic Bets101102| Category | Features | Combined Effort | Expected Impact |103|----------|----------|-----------------|-----------------|104| Quick Wins | Feature B, ... | ... person-months | ... |105| Strategic Bets | Feature A, ... | ... person-months | ... |106| Low-Hanging Fruit | ... | ... | ... |107| Money Pits | Feature C, ... | ... | Deprioritize |108109### Success Metrics per Feature110111| Feature | Primary Metric | Target | Leading Indicator | Guardrail |112|---------|---------------|--------|-------------------|-----------|113| Feature A | ... | ... | ... | ... |114| Feature B | ... | ... | ... | ... |115116## Quality Checks117118- [ ] Reach estimates use real numbers (not vague qualifiers)119- [ ] Impact scores include justification for each rating120- [ ] Confidence percentages are honest (not all 80%)121- [ ] Effort estimates account for design, dev, testing, and deployment122- [ ] RICE math is shown and correct123- [ ] Features are ranked and tiered by score124- [ ] Quick wins vs strategic bets are clearly classified125- [ ] Success metrics are defined with specific targets126127## Evolution Notes128<!-- Observations appended after each use -->