vote up 5 vote down star
5

I'm fairly well read in the benefits and processes of Scrum. I get the ideas on the backlog, burndown charts, iterations, using user stories, and other various concepts of the Scrum "framework".

With that said... I work for a web development firm that manages multiple projects at one time, with six team members that make up the "production team".

How does Scrum work with having multiple projects? Do you still just schedule an iteration for a single project in a certain amount of time and the entire team works on it, and then you move on to the next project with a new iteration when that iteration is completed? Or is there an "agile" way in managing multiple projects with their own iterations with only one team at the same time?

flag

I wish i knew, I am on 3+ projects and have to do 3+ SCRUMS a day. :cry: – Chad Grant May 7 at 5:48

4 Answers

vote up 9 vote down check

Scrum really doesn't dictate that you have to be working on the one self-contained product. It simply states that there is a bunch of stuff that needs to be done (the product backlog), there is a certain amount of development time available in the next iteration (worked out from the project velocity) and there are items selected by the client/business as having most priority from this pool of issues/tasks that will be done in the next iteration (the sprint backlog).

There is no reason that the product backlog and sprint backlog have to be from the one project - even in a single project there will be discrete units of work that are like separate projects - the UI, the business layer, the database schema, etc. Enterprise software development in particular is like this, where you have a number of code bases that all have to be progressing. The Scrum process - meetings, questions, burn down chart, etc - all work whether it is one project or multiple.

Having said that, in practice it is often good for each iteration to have a major theme - "do the reporting module" or "interface with XYZ system's API" - so that a lot of the issues come from one project or area and at the end of the iteration you can point to a large body of work and place a tick against it.

link|flag
+1: Scrum's essence is the daily stand-up meeting to coordinate activity. Works on single or multiple projects. – S.Lott Jan 5 at 11:19
I disagree with S.Lott, I think the essence is the sprint and the stand-up meeting is a tool to manage the sprint. I would run 6 sprints or 1 per project. – Kenny Jan 5 at 12:57
@Kenny: If it's not essential, would you would dispense with a daily stand-up for each separate project? If so, what do you do to keep each project's sprint on track? – S.Lott Jan 5 at 16:26
@S.Lott, the meeting is for problems if they are occuring. I would have one stand up for the whole team. Doesn't hurt to keep inform and different/new points of view can be valuable often. – Kenny Jan 7 at 11:19
vote up 2 vote down

I think the answer depends on "who will be prioritizing the backlog items" (i.e. decide what needs to be done first). If this is a single person, then this person is the Product Owner for your projects, and you can have a single backlog will all items for all projects - or a backlog per project - and you select the backlog items from all projects when you plan a Sprint. In this case, Scrum "works" fine.

If every project has its responsible, then you're likely to encounter some troubles where each responsible will - more or less consciously - try to favor its project(s). IMHO, you'll need to have one Product Owner only with the authority to settle the priorities by arbitration.

One rule that shall be followed in such a context is to never change the Sprint content during the Sprint. If necessary, you can shorten the iteration to two or three weeks to lower the risk of having to add an urgent item in the current Sprint.

link|flag
vote up 1 vote down

I have been in this precise situation.

If you have one product owner across the projects then Phillipe is absolutely correct; One sprint with one team should work just fine.

If you have more than one product owner, then ideally the business side needs to choose a single 'prioritizer' who is given the responsibility for scheduling the work. This is definitely the best solution.

If (as is probably the case) the business don't want to change how they want to prioritise things (that would be far too convenient) then you can split the team., and run two concurrent sprints. However with a team of six, I wouldn't split it into a more than 3 teams (I wouldn't want to split it at all, but I think 2-3 teams would be workable). Splitting any further as Kenny suggests, and having teams of a single person seems to me somewhat pointless, as then you no longer have a team, just individual programmers.

If you are splitting the team, I haven't found much value in amalgamating the stand-ups, unless you have separate sprints working on very much of the same codebase, but then that may be an argument to amalgamate those teams for the purpose of the sprint.

link|flag
vote up 0 vote down

I would suggest running one Sprint for each Project and have 1 daily standup meeting to handle all active Springs/projects.

link|flag
Kenny so one sprint for each project at a time? Or are you talking about running multiple sprints at once and splitting the team like others are suggesting? – Tim K. Jan 5 at 17:58
Hey Tim, I was imagining not changing your team structure by splitting teams to sprints, but just run separate sprints/backlogs/etc... for each project. At each stand-up, have each person comment on what they are troubling on. For me, it would be nice to keep up on everyone/everything, or aware. – Kenny Jan 7 at 11:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.