-1

Intro: I have been trying to introduce SCRUM into our company. Getting into this subject I noticed the SCRUM burndown chart. I want to extract some information about the team performance, or maybe the ability to make a correct guess of the workload.

Question: I know what the ideal line is on this chart. But how should I interpret any dis-alignments?

To make it a bit more concrete:

  • What does it mean when its above ideal?
  • What does it mean when its below ideal?
  • What does it mean when its oscillates around ideal?

And:

  • Does it say more about the team's performance, or more about the way the workload of the work-items are determined?

Thanks in advance.

Stefan
  • 17,448
  • 11
  • 60
  • 79
  • This question is off-topic because it's not within the scope for this site, as defined in [What topics can I ask about here?](//stackoverflow.com/help/on-topic) Also see: [What types of questions should I avoid asking?](//stackoverflow.com/help/dont-ask) You may be able to ask on [another Stack Exchange site](//stackexchange.com/sites#name), for example [pm.se] or [softwareengineering.se]. Be sure to read the on-topic page in the help center for any site on which you intend to post a question. – Makyen Oct 03 '17 at 23:48
  • 1
    I'm voting to close this question as off-topic because it's about project management, not programming. – EJoshuaS - Stand with Ukraine Oct 05 '17 at 14:55
  • 3
    I'm voting to close this question as off-topic because it is not about programming. – Vadim Kotov Oct 25 '17 at 09:02
  • 1
    I'm voting to close this question as off-topic because [project management is now off-topic on Stack Overflow](//meta.stackoverflow.com/questions/343829/is-stack-overflow-an-appropriate-website-to-ask-about-project-management-issues/343841#343841). Ask these questions on [SoftwareEngineering.SE](//softwareengineering.stackexchange.com/) and [ProjectManagement.SE](//pm.stackexchange.com/) instead. (You can also flag for moderator intervention to have this question migrated.) – robinCTS Oct 28 '17 at 02:12
  • @VadimKotov, @robinCTC; thank you, I wanted to get rid of it but I couldn't delete it. – Stefan Oct 28 '17 at 07:45

2 Answers2

2

The burndown shows how the tasks planned during sprint planning are progressing. The team would have discussed,estimated and committed to the user stories they can complete in the sprint.

What does it mean when its above ideal? This means the team is unable to burn enough tasks (complete enough tasks) so that all the tasks committed during sprint planning can be completed. This can be due to various reasons: - Too much work committed during sprint planning. - The team has impediments and cannot progress further with the user stories until the blockers are resolved. - There might be chances that the team is being asked to do adhoc tasks that are not planned during sprint planning.

What does it mean when its below ideal? The team is able to complete the tasks faster than planned. So they can take more user stories. However need to ensure if the entire Dod is completed and the user stories are really DONE.

What does it mean when its oscillates around ideal? - The team has been able to estimate the user stories that they can complete in the sprint with pretty much accuracy.

Sushma R
  • 70
  • 8
1

The Scrum burndown simply shows how much work is left at a point in time.

As a very general rule:

If you're above the ideal line, you have too much work and/or not enough time left. You should consider taking some work out of the sprint.

If you're below the ideal line, you have too little work and/or too much time. You should consider taking on extra work.