WSJF Made Simple

Understand how to prioritize your work using the WSJF method in Agile projects.

What is WSJF?

WSJF stands for Weighted Shortest Job First. It helps you decide what to do first based on the highest value delivered in the shortest time.

How It Works

The WSJF formula is:

WSJF = Cost of Delay ÷ Job Size

Items with higher scores get higher priority.

What's in Cost of Delay?

And Job Size?

This is the estimated effort required. Smaller jobs often score better if their value is high.

Quick Example

Say a task scores:

Then: WSJF = (8 + 6 + 4) ÷ 3 = 6.0