[ t128n ]

RICE

Roadmap prioritization with a simple scoring model.

RICE is a prioritization model for comparing roadmap candidates with the same planning horizon.

Higher scores suggest stronger relative priority, assuming the inputs are estimated consistently.

Formula

R×I×CE\frac{R \times I \times C}{E}
SymbolInputMeaning
RReachNumber of affected entities in a time period
IImpactExpected improvement for each affected entity
CConfidenceCertainty in the reach and impact estimates
EEffortTotal work required to deliver the project

Inputs

InputUnitNotes
ReachEntities per time periodUse a consistent period, such as users per month or transactions per day.
ImpactNumeric scaleUse one scale across all candidates. A 1-5 scale keeps scoring simple.
ConfidencePercentageUse 0-100% as a multiplier. Lower confidence reduces speculative scores.
EffortTime or capacityInclude research, design, development, testing, launch, and coordination.

Example

ProjectReachImpactConfidenceEffortScore
Add dark mode1,000380%21,200
Refactor codebase500470%4350
Add new feature2,000560%61,000

The example assumes reach is measured in users per month and effort is measured in person-weeks.