InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Annotated Burn-Down Charts Help During Retrospectives

Posted by Chris Sims on Mar 16, 2009

Sections
Process & Practices,
Development
Topics
Artifacts & Tools ,
Agile ,
Agile Techniques
Tags
Retrospectives ,
Information Radiators

A sprint burn-down chart tracks the size of the sprint backlog over the course of the sprint. During the sprint retrospective, the burn-down chart can provide valuable data about how the sprint went. Mike Sutton uses annotations to capture more data on the burn-down chart, making it even more useful during the retrospective.

During a sprint, the burndown chart keeps the team, and anyone else who looks at it, informed as to how big the sprint backlog currently is, and how quickly it is shrinking. Ideally, the chart is trending down such that it will hit 'zero work left' at or before the end of the sprint

A retrospective timeline is a tool for helping the team reconstruct the key events of the sprint. A common approach is to mark off a timeline on a wall or whiteboard, and have team members put sticky notes on the timeline for events that occurred. The notes may say things like: "Mike joined the team.", "Build was broken", "Build finally fixed!", "Big demo for customer went well!", "The big bug was reported", and so on.

Mike Sutton described how he is capturing timeline information, as it happens, on the team's burndown chart. When a team member reports an impediment at the daily stand-up meeting, the impediment is recorded on a sticky note. The sticky note is then placed on the burndown chart, next to the trend line point for that day. The sticky note includes a short description of the impediment, and any relevant context. When the impediment is resolved, the resolution date is added to the sticky. The sticky note remains on the chart. When the team does their sprint retrospective, the can easily refer to the annotated burn-down chart to help them remember the key events of the sprint.

What types of data does your team collect and use during retrospectives? What tools do you use to collect the data? Leave a comment and share.

Related Sponsor

In today’s hyper-competitive world, later may be too late to adopt Agile development and this Roadmap for Success will help you get started. Download "Agile Development: A Manager's Roadmap for Success" now!

Annotated Sprint Burndown Charts - Every Picture Tells a Story by Paul Jackson Posted
  1. Back to top

    Annotated Sprint Burndown Charts - Every Picture Tells a Story

    by Paul Jackson

    Great article Chris. I completely agree that annotating the Burndown Chart during a Sprint can be a useful tool for the retrospective. It's also a great way to explain to the Product Owner or client the impact of scope change or any external activity that affects the Sprint. I recently wrote in my Blog on a similar subject, telling a story about one of our Sprints and showing the Burndown Chart annotated with key events during the Sprint's life. As my Agile team is distributed (the team are based in UK, Canada & India), we use an electronic Burndown Chart which we share during our daily (teleconference) Scrum. Here's my story: blogs.sixninjas.com/paul15/?p=86

Educational Content

Jesper Boeg on Priming Kanban

In this interview, Jesper Boeg, author of the new InfoQ book – Priming Kanban, discusses the keys to using Kanban effectively, and how to get started if you are currently using other approaches.

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.