Questions tagged [burndown]

13 questions
5
votes
4 answers

Need help for sprint planning when tasks are not done in previous sprint

In our team we don't have dedicated Scrum Master, so one of the developer is playing the role of SM. I know this is wrong but it can't be changed. In our system, we assign story points to all the stories at the time of grooming. Production issues…
sunil20000
  • 159
  • 2
4
votes
3 answers

How to record changes to tasks in sprint backlog?

We are using Scrum for more than a year now for a mobile game project. We use a printed Excel sheet pinned on cork board almost similar to one here on mountaingoatsoftware website. During the sprint we need to take customer approval mostly for…
AZK
  • 41
  • 2
4
votes
2 answers

How to draw sprint burndown chart?

In my company, there are 3 different development teams, newly started scrum. They mainly follow same path in doing scrum, but when it comes to sprint burndown chart, the act differently. One team, gathered story points (with estimated points in…
Mehraban
  • 269
  • 1
  • 7
4
votes
2 answers

Daily Scrum Meeting (Burndown chart)

Here is an example: early in the morning of the second day of the Sprint (during the stand up) I go to the board and see that the story I worked the previous day (first day of Sprint) contains a big "1 IDEAL DAY" written on it (estimate). Right now…
Pomario
  • 1,309
  • 2
  • 13
  • 26
3
votes
2 answers

Is it a fallacy to use Little's Law to prove that you need WIP limits in Kanban?

I have heard the argument that Little's Law proves that you should limit the work in process in your Kanban columns, because the more work that arrives, the longer it will take to move through the system. Is this an accurate conclusion? If I have N…
Victor Grazi
  • 241
  • 2
  • 8
3
votes
1 answer

Scrum: Capacity vs Velocity when planning a sprint

We have completed 11 sprints so far in our current project. In most sprints we have not been burning down well and usually finish with our velocity gradient flattening as we approach the end of the sprint. However, having looked back at our last few…
Allan
  • 225
  • 1
  • 2
  • 9
2
votes
1 answer

Why are burn down and burn up charts mostly used in agile projects?

Burn down and burn up charts are used in agile projects to visualize the progress of a sprint. The same type of chart could also be applied to entire projects, not only to a single sprint. Thus they could be used in 'traditional' waterfall or v…
Frank Puffer
  • 6,411
  • 5
  • 21
  • 38
2
votes
5 answers

Tracking progress via a burndown chart when sprints overlap

Our team has adopted some agile practices to help us develop and deliver our software to our client. We adopt practices as needed (as problems/challenges were identified) rather than jumping wholesale into the agile camp. The big ones for us are…
Ryan Taylor
  • 1,026
  • 1
  • 9
  • 14
1
vote
1 answer

How to handle multiple stories with changes on the same big Cobol program/module in a Scrum Sprint

How to handle multiple stories with changes on the same big Cobol program/module in a Scrum Sprint without ending in a mini-waterfall at the end of the Sprint? The risk is that the development sub-tasks of multiple stories are linked to each other,…
1
vote
2 answers

The burndown suffers due to "technical" dependency between tasks - should we focus more on each task, and accept additional overhead?

We have a new piece of functionality coming up. It comprises of 9 different user stories, covering the functions needed. Three of these are listed below: As a user I should be able to add a person so that... As a user I should be able to edit a…
sonstabo
  • 113
  • 4
1
vote
3 answers

How to compute scrum burndown chart when projects overlap?

In my team we have a multiple projects, some short term and some long term. The team is required to deliver these projects on different dates and the effort to deliver these is run in parallel with the team working on stories for more than one…
Markus
  • 113
  • 4
0
votes
1 answer

How can I distinguish between the two interpretations of a bulge in a cumulative flow diagram?

A bulge in a cumulative flow diagram could indicate that there are blockers in this step of the value stream. Or it could indicate that this column is producing faster than the next column can pull. I was thinking that every column should be…
Victor Grazi
  • 241
  • 2
  • 8
0
votes
1 answer

If my value stream has dev followed by test, how do I model a developer who writes tests first?

I am wondering how to construct a Kanban and generate meaningful cumulative flow diagrams in a scenario where steps are not required to be performed in the same order. As an example, we might have columns "Development" followed by "Write-tests". But…
Victor Grazi
  • 241
  • 2
  • 8