From the course: Agile Development in the New World of Work
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Weighted shortest job first
From the course: Agile Development in the New World of Work
Weighted shortest job first
- Let's talk about a backlog refinement technique known as weighted shortest job first or WSJF. It's a prioritization tool that teams use to prioritize and sequence which work items should be delivered from a large backlog to provide maximum benefit. We first calculate the cost of waiting on each deliverable in our backlog, or in Agile, It is known as calculating the cost of delay. We then apply the level of effort to deliver the work to ensure we are working on the items that would create higher value if they were delivered sooner. When I was a member of a development team tasked with delivery of the company's first mobile application, using WSJF made it possible. In our retrospective, we discovered that not all small items are equal in value delivery, and some could wait longer than others to be delivered. We also noticed that there were other items that happened to be time-sensitive and would cost us time and value if we…