Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scrum Burndown Patterns [closed]

Tags:

agile

scrum

I'm in a 10 person team working on a large legacy code base with a less than ideal product owner. Our backlog is in pretty bad shape and large epics have frequently been breaking our sprints. The team also struggles with its definition of done - some members write unit test religiously, others don't, sometimes depending on time available.

So, I've been seeing some interesting burndown patterns, and I'm wondering which patterns others are seeing and what they mean.

Pattern 1:

#
# # 
# # #  
# # # #     
# # # # #   
# # # # # #
# # # # # # #
  • Positive explanation: "All good."
  • Negative explanation: "Too good to be true. What's really going on?"

Pattern 2:

#
#
# #
# #     
# # #   # 
# # #   # #
# # # # # # #
  • Positive explanation: "This was way easier than we thought, let's pull in more stories."
  • Negative explanation: ??

Pattern 3:

#
# # # #
# # # #  
# # # #     
# # # # #   
# # # # # #
# # # # # # #
  • Positive explanation: "Not sure about this work at first, then turns out easier than we thought."
  • Negative explanation: "Not enough progress, let's stop writing unit tests to get 'done' on time."
like image 802
thvo Avatar asked Oct 17 '08 18:10

thvo


People also ask

Why is my burndown chart flat?

If the burndown chart is a flat line, it is plateauing. This indicates that we have too many features, or have a poor estimation. Your team is inexperienced, in desperate need of a skilled Scrum master, and requires lecturing on the proper ways of Scrum, preferably by an experienced Scrum consultant.

What are two types of burndown charts?

Types of Burndown Chart There are two burndown chart variants: a sprint burndown and a product burndown. A sprint burndown is used for work remaining in the iteration while a product burndown illustrates the work remaining for the entire project.

What are different burndown techniques?

There are two types of burndown charts: Agile burndown charts and sprint burndown charts. An Agile burndown chart is used by Agile teams to enable tasks to move quickly. A sprint burndown chart is used by development teams when working in short sprints.

How often does a burndown chart track?

A sample burn down chart for a completed iteration, It will show the remaining effort and tasks for each of the 21 work days of the 1-month iteration.


2 Answers

This is recognized around our office as the "Ah, crap! I forgot about that." burndown:

    # # #
    # # # #
    # # # # #
    # # # # # #
#   # # # # # #
# # # # # # # #
# # # # # # # #
like image 61
MojoFilter Avatar answered Sep 24 '22 03:09

MojoFilter


Pattern 2 on the negative side is "didn't estimate too well".

Here are some burndown charts I've used. Ignore the background pictures - they are there just to entertain the people I work with and have nothing to do with our work otherwise. alt text http://www.atalasoft.com/cs/photos/techtalkgallery/images/16157/425x285.aspx

I love this chart. It's very typical of a good chart we start a little slowly as we shed other tasks, bear down into the work, get interrupted by other things and push to finish.

alt text http://www.atalasoft.com/cs/photos/techtalkgallery/images/16155/425x262.aspx

In this chart we started very steadily and then took off actually finished ahead of time.

alt text http://www.atalasoft.com/cs/photos/techtalkgallery/images/16156/425x264.aspx

In this chart you can see that we started very typically and then a task that looked easy turned out to be heinously hard. I think we ended up halting this sprint and building a new one.

like image 26
plinth Avatar answered Sep 24 '22 03:09

plinth