Scrum Glossary: 62 Scrum Related Terms in 50 Words or Less (each)
15-02-2013Change Management or Change Leadership?
02-04-2013Do your sprints look anything like this:
- In Sprint Planning 1, the team commits to implementing 8 stories and fixing 2 bugs (open issues identified in the previous Sprint Review).
- During the week — our sprints last one week — from the Product Owner’s perspective, everything seems very quiet. The virtual task board is showing no movement. No builds are forthcoming. No calls or questions either.
- Friday before the Sprint Review there is some pickup of activity.
- Monday, 1 hour before the Sprint Review, a build becomes available. Theoretically, everything is done. You download the build. Start to test the functions. Crash. Try again. Another crash. Hmm. What can I test without causing a crash?
- In the Sprint Review – we go through the 10 stories and bugs. The Review lasted 2 1/2 hours for a one week sprint. The bugs had been fixed. 2 of the 6 stories were implemented and are done. The remaining 4 stories were not done and had to go back on the backlog (and yes, I did put them into the next sprint). The new crashes also came into the backlog.
- I was concerned that I was doing too much of the thinking about how to solve the problems.
- Juliano felt the giving the team responsibility for creating the the how-to-demo section had been a good thing, as it encouraged them to really think about the issues.
- Our definition of Done has included continuous integration with a Jenkins build since the beginning of our project, but for many reasons, we had not actually implemented it. So creating and publishing a build was a lot of work. (see Sample Definition of Done )
- The team was doing overtime every sprint.
- The team felt pressure to deliver as many stories as possible, so they were committing to the maximum they could. As a result, they had no time to work on quality issues, like setting up build server or responding to feedback if it arrived during the sprint.
- The definition of Done was being applied at the Sprint level, not to each individual story. So all the stories were getting delivered shortly before the end of the sprint without any time for feedback. (see It’s Done! (or is it?) )
Particularly these last two items were causing the long Sprint Reviews. After discussing these points, we agreed to emphasize quality over quantity. So now we had a shared commitment that getting some things really done is more important than getting everything sort-of “done.”
As a result, we put one new item in the Product Backlog.
“As Product Owner, I would like a new build when every feature is completed, so I can confirm that stories are really done as soon as possible.”
We prioritized this as number 1 for the next sprint, even higher than unfinished work from the previous sprint. The team focused on getting the build server working, then on getting stories done one after the other, and in the order prioritized. They also reviewed the definition of Done, and how they could better ensure that things were really done.
As I write this, tomorrow is the Sprint review, so this is a work in progress. Some changes are already visible:
- The features have been coming one by one, which makes it easier to review them and give feedback. The team delivered three releases, probably another one will come before the review. So we have quadrupled our output of potentially releasable software.
- We discover problems quicker on the way to Done – “hey, this story has no ‘how-to-demo’ defined. How do we know if it works?” or “This doesn’t install on my iPad 4.”
- We are thinking much harder about how to ensure that stories are really Done. We use TargetProcess to manage our work, so we are exploring how to use the test suite and task creation plugins to automate the routine parts of identifying what has to happen to get a story to done.
- The quality of the delivered stories has gotten much better. It seems taking off the pressure to deliver quantity enables the team to do better.