Burn Down Chart | Glossary

Definition

A ‘Burn Down Chart’  is a graphical representation of the amount of work left to do, and the time available to do it in. The work remaining( or backlog) is placed on the vertical axis, with the time left, along the horizontal axis. So in simple terms, it can be defined as a run chart of outstanding work. Whilst often used in Agile Software Development methodologies such as Scrum, they can be applied to any project that contain measurable progress over time.

The chart is usually displayed at a place on the wall of a project room. Adopting this practice results in up-to-date project status being visible to each member of the team. As a result, it encourages the team members to confront any and all difficulties, both ahead of schedule, and in a more decisive manner. Their simplicity is another reason why they’re so effective.

Further Reading

  •  “The Art of Agile Development”(book), by James Shore

Backlog Grooming | Glossary

 

Definition

Backlog grooming occurs when the Product Owner and the rest of the team review and prioritize items on the Backlog. This is a regular activity and can be in the form of an officially scheduled meeting, or ongoing activity. The list of activities that occur during the refinement of this backlog include:

  • Removing non-relevant user stories
  • Building new user stories
  • Prioritizing the user stories
  • Estimating user stories
  • Correcting said estimates with newly discovered information
  • Dividing high-priority user stories that are too coarse to fit in an iteration

Further Reading

  • For more on Backlog grooming , read here and  here.