RICE Framework โ€“ Prioritization at Scale

Purpose: To prioritize features or initiatives systematically.

What It Is

RICE = Reach ร— Impact ร— Confidence รท Effort. It helps PMs rank ideas based on potential ROI versus cost.

When To Use It

  • Prioritizing roadmap items
  • Aligning teams on what to build next

How It Works

Each idea is scored on:

  • Reach: How many users it will affect
  • Impact: How strongly it affects user experience
  • Confidence: How certain we are about assumptions
  • Effort: Time/resources required (in person-months)

Then calculate:

RICE Score = (Reach ร— Impact ร— Confidence) รท Effort

Example: E-commerce App

FeatureReachImpactConfidenceEffortRICE Score
Add coupon reminder800030.829600
Add voice search200040.631600
Result โ†’ Coupon reminder scores higher โ€” build it first.