Summary: The Feature Prioritization Matrix is a compact, repeatable framework for founders and product leaders to rank and decide which features to build next, supporting multiple scoring systems (Weighted Scoring, RICE, WSJF, Kano) and a formal decision process tied to measurable outcomes. To use it, pick an appropriate scoring model, consistently score and normalize candidates, bucket features into prioritized cohorts, and review with stakeholders while tracking confidence, dependencies, and outcomes (the provided template lists fields like Reach, Impact, Confidence, Effort, and various scores).
Feature Prioritization Matrix Template (Markdown)
Purpose
A compact, repeatable framework founders and product leaders can use to rank and decide which features to build next.
Supports multiple scoring systems (Weighted Scoring, RICE, WSJF, Kano) and a formalized decision process that ties prioritization to measurable outcomes.
How to use
Pick a scoring model (or combine models) that matches your business rhythm (e.g., RICE for growth experiments, WSJF for larger backlog with cost-of-delay concerns).
Score each candidate feature consistently using the defined scales and rubric.
Calculate scores, normalize if you combine models, and bucket features into prioritized cohorts.
Review with stakeholders, include confidence and dependencies, and iterate based on outcomes.
Template: Feature Prioritization Table
Feature ID
Feature name
Description
Owner
Reach
Impact
Confidence
Effort
Dependency
Kano
RICE Score
Weighted Score
WSJF
Priority
F-001
Example: Quick Onboarding
Reduce signup time from 3 min to 1 min
PM
2000/mo
6/10
0.8
2 PM
None
Performance
4800
7.1
2400/2 = 1200
P1
Notes
Reach = number of users impacted in a time window (e.g., per month, quarter).
Impact = business impact per user (scale, see rubric).
Confidence = probability [0–1] reflecting evidence (research, data, experiments).
Effort = normalized sizing (e.g., person-months, story points normalized to team velocity).
RICE/W SJF/Weighted Score columns are computed (see formulas below).
Scoring rubrics (recommended)
Use objective anchors to keep scoring consistent.
Impact (per-user business impact 1–10)
0–1: negligible
2–3: small
4–6: moderate
7–8: significant
9–10: transformational
Reach (per-window)
Absolute number (users per month or quarter). Use consistent timeframe.
Confidence (0–1)
0.25: Gut feel
0.5: Some qualitative evidence
0.75: Data-backed + prototype
0.9–1.0: Experiment-proven
Effort (person-months or normalized story points)
Use consistent unit across backlog.
Kano mapping
Must-have: essential; deprioritize using pure score (but still required).
Performance: linear value increase.
Exciter/Delighter: high perceived user love, may have non-linear impact.
Included models & math
Weighted Scoring (generic, multi-criteria)
Let criteria i ∈ {1..n}, each feature has score s_i and weight w_i (weights reflect strategic priority).
Weighted score S:
S = (Σ_{i=1..n} w_i * s_i) / (Σ_{i=1..n} w_i)
Spreadsheet (row 2, criteria in B2:E2, weights in B1:E1):
=SUMPRODUCT(B2:E2,$B$1:$E$1)/SUM($B$1:$E$1)
RICE (Reach, Impact, Confidence, Effort) good for growth/features with measurable reach
Let R = Reach, I = Impact, C = Confidence (0–1), E = Effort.
RICE score:
RICE = (R * I * C) / E
Sheet example:
=(R2 * I2 * C2) / E2
WSJF (Weighted Shortest Job First) for cost-of-delay scheduling (SAFe-style)
JobSize (often same as Effort). Cost of Delay (CoD) often decomposed:
CoD = UserBusinessValue + TimeCriticality + RiskReduction / OpportunityEnablement
WSJF = CoD / JobSize
Use normalized scoring for CoD components when mixing scales.