views:

752

answers:

9

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.

+3  A: 

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!

John Nolan
Lovin' that personal Kanban! Getting my own board here shortly!
Dillie-O
+1  A: 

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

free-dom
+1  A: 

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.

Dustin Getz
+1  A: 

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.

Thomas Owens
+7  A: 

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.

Dmitry
absolutely. The keyword is 'agile'. The book 'practices of an agile developer' (http://assets1.pragprog.com/titles/pad/practices-of-an-agile-developer) may be helpful to pick the tools useful for you.
Adriaan
A: 

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.

Emile Vrijdags
A: 

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

Doro
+1  A: 

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.

Martin Wickman
A: 

If I were you I'd manage and visualize my tasks and priorities using Kanban, and I'd adopt some of the XP practices: Test-driven development, retrospectives and time-boxing are probably good to start with. Later on, during retrospectives, you can identify more practices that you feel you need.

Kanban is very non-prescriptive. All it really requires is that:

  1. You visualize your workflow
  2. You limit your work in progress (especially useful in your case)

The idea is that you latch on other practices which you find useful, and XP is an excellent source for these practices.

Disclaimer: I have never tried this, but it would be at the top of my list of things to try if I were in the same position.

Kevin Thiart
The only issue I see is getting a product owner to fully participate. Someone with the authority to prioritize the development outputs needs to join in and have high availability.
Kevin Thiart
I jumped into Personal Kanban about 3/4 months ago and I really like it! I think it is a springboard in the right direction for others in my group. Thanks!
Dillie-O