TOOLS & ARTIFACTS · LESSON 04.06intermediate

Roadmap — RICE, WSJF, MoSCoW.

Three frameworks for the same hard question: what next.

↳ tl;dr

You can't build everything; you're always trading off. RICE (Intercom) scores by Reach × Impact × Confidence ÷ Effort. WSJF (SAFe) scores by Cost of Delay ÷ Job Size. MoSCoW sorts by must / should / could / won't. Use one consistently — switching frameworks mid-quarter just means redoing the work.

RICE (Intercom)

Reach (how many people in a time period) × Impact (1, 2, 3 — minimal/medium/high) × Confidence (% — "I have data" vs. "I have a hunch") ÷ Effort (person-months). Higher = better. Best for product features where reach + impact are estimable.

WSJF (SAFe)

Weighted Shortest Job First: Cost of Delay ÷ Job Size. Cost of delay = user/business value + time criticality + risk reduction / opportunity enablement. Best for portfolio-level prioritization where the question is "which big bet first" not "which feature."

MoSCoW

Must have (failure if we miss), Should have (important, not critical), Could have (nice to have), Won't have (this time). The won't column is the load-bearing one — it forces explicit deprioritization. Most useful for fixed-deadline projects where you're negotiating scope.

all three are imperfect

Numerical scoring frameworks pretend to be objective; they're not. Reach and Impact estimates are guesses; Cost of Delay is subjective. The value isn't the absolute number — it's forcing the conversation about why we think this is higher than that.

// sources

Sources cited

  1. [01]
    RICE: Simple Prioritization for Product Managers

    McPherson, S. · Intercom · 2016 · retrieved 2026-05

    Origin of the RICE framework (Reach × Impact × Confidence ÷ Effort).

  2. [02]
    SAFe — Scaled Agile Framework

    Scaled Agile, Inc. · retrieved 2026-05

    Four configurations: Essential, Large Solution, Portfolio, Full SAFe.

// sources

Further reading

  1. [01]
    RICE: Simple Prioritization for Product Managers

    McPherson, S. · Intercom · 2016 · retrieved 2026-05

    Origin of the RICE framework (Reach × Impact × Confidence ÷ Effort).