vote up 9 vote down star
4

Everything I've been reading and researching up to this point describes how Agile/Scrum works great with teams of about 4 to 6 members, maybe even more.

In my current shop, we have about 8 developers or so, but given the nature of the volume of projects and the number of departments we support, we never have more than 1 or 2 folks assigned to a given project.

Can I still use Agile/Scrum with a team of 1 or 2 developers? I'm working on making the pitch to my manager to start working with this methodology, but I need to be able to explain how to scale things back for a small developer crew, or convince them to make sure we get more members on a given project.

flag

8  
I failed to apply pair programming to a team of 1 developer – flybywire Sep 10 at 19:34
2  
Playing planning poker by myself is no fun. – Tomas Sep 10 at 19:43

8 Answers

vote up 6 vote down check

You sure can use certain agile principles in your projects, you don't have to use scrum, use whatever will work best for you. You can definitely benefit from some of XP methods and some scrum practices. But probably not "by book", 1-2 person team is just too small even for that little overhead scrum brings, start with what book says and then drop whatever you'll feel irrelevant after some time. Just don't drop retrospectives, it sure is worth the time spent discussing the problems you have, and finding solutions for them.

link|flag
1  
absolutely. The keyword is 'agile'. The book 'practices of an agile developer' (assets1.pragprog.com/titles/pad/…) may be helpful to pick the tools useful for you. – Adriaan Sep 29 at 12:19
vote up 3 vote down

Yes you can use the principles of Scrum/Agile for 1 person. If you want personal productivity look at the Pomodoro technique or GTD.

Agile techniques are suited to smaller teams as with larger teams it becomes more difficult to manage communication. With 1 or 2 people developing a project (and a customer) you should be able to work in an agile manner very easily. i suggest you read the agile manifesto as a good start to agile. For scrum, I'd suggest you look at Scrum from the trenches. Kanban seems to be in fashion now and there is a personal Kanban too!

link|flag
Lovin' that personal Kanban! Getting my own board here shortly! – Dillie-O Sep 11 at 18:18
vote up 1 vote down

Absolutely and without question. Checkout the book Pragmatic Programmer for more information on how individual developers can work Agile. Scrum resources for individual work are harder to come by, however the primary notion of iterative development can be applied to any size work group.

http://www.pragprog.com/the-pragmatic-programmer

link|flag
vote up 0 vote down

I think 2 developers instinctively default to a system like agile, even if they don't set out to explicitly do it. They'll naturally be talking to each other and iterating with their PO.

link|flag
vote up 1 vote down

I would say that you can use agile methods, but you can't formally use Scrum as you can't fill the roles, and from what I know, Scrum is designed for teams of 7-10 people, perhaps slightly larger. But many of the agile methodologies, including Scrum, can provide you with a starting point.

I would suggest looking into the Personal Software Process. I'm learning about it now, on my own, and once you get good at it, you can apply it to both plan-driven and agile environments.

link|flag
vote up 0 vote down

I recently read this book about scrum: Agile Project Management with Scrum

For me it was my first book about scrum, and did it for me, it really focusses on what underlying principles are important. I think that some of these principles could apply to and help 1-2 person teams.

link|flag
vote up 0 vote down

I agree with Dustin. Scrum is a kind of system that needs a minimum of people, otherwise it is not Scrum. Can be agile or what so ever, but not Scrum. If you are only in 2 or 3 you will not be able to follow all Scrum rules, but of course you can use the principles, best practices and the ideas behind Scrum to work better.

Have fun Doro

link|flag
vote up 0 vote down

Yes, you can use agile methods with only two developers, but you always need a dedicated customer/product manager. With only one developer, I would say no mostly because I personally like to work in teams, but also because you cannot really pair program, and thus miss all code sharing opportunities. Four to six developers + one product manager is the perfect size for an agile project. More than that, and sub-teams tend to form which kinda defeats the purpose.

I don't know your exact situation of course, but it seems to me that you are running to many projects as the same time. My suggestion is that you should try to pitch the idea of lowering the amount of concurrent projects, and instead have, say, two teams working on one project each. That would be the first step to improve your situation and make it easier to apply an agile process.

There is much to be said about the badness of task-switching and project-trashing, but really, nothing good comes out of it. Ever.

link|flag

Your Answer

Get an OpenID
or

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