Avoiding the "crunch mode" in the last few weeks of a project

anitha

June 29, 2011

We recently launched a product into production. It was a 4 month long project - with 5 full time members on the team. Right from the outset, one of things that we wanted to do, was to set and maintain a rhythm across the entire duration of the project. We set this rhythm to 1 week iterations - with a demo at the end of each iteration. Things went pretty well for most of the project. We had expected to have to hustle a little bit in the last couple of weeks - but in the end we actually ended up working much longer hours than the usual.

After the launch, we realized that the number of issues reported over the last few weeks of the project were much higher than what we were used to for most of the project. So not only did we have a tired team at launch time, we also had lower quality. In the retrospective that soon followed the launch, we discussed this in great detail and came up with one important conclusion:

We were missing the forest for trees - by focusing  too much on the individual practices, but not appreciating the  overall XP Process. Had we been perhaps more aware of the value we were getting by following the practices, we’d probably tried to find or create new practices that would have suited the changing context better.

Thankfully though, I got this thought that writing to James Shore directly might help as well. James is, among many other things, the author of our favorite book - The Art of Agile Development. What follows is the question/answer emails I exchanged with him:

My Question to James:

We are a team that has transitioned to XP for a while now. We have been following almost everything mentioned in your book “The Art of Agile Development”. We found that the project was more stable than any other project that we’d done in the past.  But we found recently that we were not able to sustain the pace with which we had started the project. There was this “Crunch Mode” in the last few weeks of the project with everyone in the team putting in long hours of work.  We really want to avoid to such situations in our future projects. Can you suggest as to how we could achieve that?

And the response I got from him:

Glad to hear it worked for you! It’s hard to know what happened since I wasn’t there, but there are several possibilities: - You might have overcommitted. In that case, take a second look at the ” Release Planning” and ” Risk Management” practices. You might have been better off reducing scope or delaying the release date. - You might have had incurred too much technical debt. In that case, remember the maxim that you should always leave the code better than you found it, and take a second look at the SlackTDDRefactoringSimple Design, and  Incremental Design practices.  - You might have had too many bugs. In that case, take a second look at the ” No Bugs” practice and remember that you need to keep things clean and bug-free all the time rather than saving up bug-fixing for the end. Also consider doing the “Exploratory Testing [1]” practice from the beginning of the project, and not saving testing for the end.  - You might have had a difficult relationship with your key stakeholders. This problem, in particular, can result in excessive schedule pressure, which will lead to all of the other problems I’ve mentioned. In that case, see the ” Trust” practice and enlist the help of some politically-savvy people in your organization. You might also be interested in the Rabu project I’ve started ( http://www.teamrabu.com).Finally, consider that a week or two of crunch mode at the end of a longer project isn’t always a bad thing, so long as that’s all it is.Best wishes, Jim

I guess our problem was that we had overcommitted. We also did not consider practices like the Risk Management and Slack. Now speaking of action items, we’ve come up with the following:

Notes: [1]This practice is yet to be put online.

[2]This refers to the role of the Navigator in the context of Pair Programming