Understand how to prioritize your work using the WSJF method in Agile projects.
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.
The WSJF formula is:
WSJF = Cost of Delay ÷ Job Size
Items with higher scores get higher priority.
This is the estimated effort required. Smaller jobs often score better if their value is high.
Say a task scores:
Then: WSJF = (8 + 6 + 4) ÷ 3 = 6.0