TemplateFREE⏱️ 15 minutes
WSJF (Weighted Shortest Job First) Template
Calculate WSJF scores to prioritize features by cost of delay divided by job duration. Ship the highest-value, fastest-to-build features first using...
Updated 2026-03-05
WSJF (Weighted Shortest Job First)
| # | Item | Value (1-10) | Effort (1-10) | Score | Priority | Owner | |
|---|---|---|---|---|---|---|---|
| 1 | 3.0 | ||||||
| 2 | 2.5 | ||||||
| 3 | 1.8 | ||||||
| 4 | 1.2 | ||||||
| 5 | 1.1 |
#1
3.0
#2
2.5
#3
1.8
#4
1.2
#5
1.1
Edit the values above to try it with your own data. Your changes are saved locally.
Get this template
Choose your preferred format. Google Sheets and Notion are free, no account needed.
Frequently Asked Questions
How is WSJF different from RICE?+
[RICE](/frameworks/rice-framework) scores features on Reach, Impact, Confidence, and Effort. WSJF scores on Cost of Delay (three sub-components) divided by Job Duration. The key difference is WSJF explicitly captures time sensitivity. A feature with a hard deadline in 4 weeks scores higher in WSJF than one with the same value but no deadline. RICE does not account for this.
What if all my features have similar time criticality?+
If nothing is time-sensitive, the Time Criticality scores will be similar and WSJF reduces to (User-Business Value + RR/OE) / Job Duration. In that case, WSJF still works but you get less differentiation from it. Consider using RICE or ICE instead if time sensitivity is not a major factor in your backlog.
Should I use WSJF for user stories or only for epics?+
WSJF works best at the epic or feature level. User stories are too granular for meaningful Cost of Delay estimates. Score features and epics with WSJF to determine build order, then break them into stories and use story points or t-shirt sizing for sprint-level planning.
How do I estimate Job Duration without detailed planning?+
Use relative sizing. Pick the smallest feature as your baseline (score 1) and rate everything else relative to it. A feature that is roughly 3x the effort gets a 3. One that is 8x gets an 8. You do not need precise hour estimates. Relative sizing is sufficient for sequencing decisions.
Can I modify the Cost of Delay components?+
Yes. The three standard components (User-Business Value, Time Criticality, RR/OE) work for most teams. If your context requires it, you can add a fourth component (for example, Regulatory Urgency) or replace RR/OE with a domain-specific dimension. Just keep the total number of components at 3-4 to avoid scoring fatigue.
Related Tools
WSJF Calculator
Weighted Shortest Job First scoring for SAFe and Lean teams.
RICE Score Calculator
Score features using Reach, Impact, Confidence, and Effort.
ICE Score Calculator
Prioritize with Impact, Confidence, and Ease — fast and lightweight.
MoSCoW Prioritizer
Categorize features into Must, Should, Could, and Won't have.
Explore More Templates
Browse our full library of PM templates, or generate a custom version with AI.