Tell me more ×
Project Management Stack Exchange is a question and answer site for project managers. It's 100% free, no registration required.

I have a fixed-sized team (with fixed-hours) and products, more than the team can handle. At any given time, while my resources are working on one product, requests keep flowing in about work on other products--most of them with conflicting timelines--and I find it difficult to predict when we can take up the new task based on resource availability.

I want to be able to answer the question "Which resource is working on what product release till what time?" at a glance. How can I do that?

share|improve this question

1 Answer

up vote 2 down vote accepted

Schedule Estimates with Kanban

Utilization is less important than capacity. I would generally recommend measuring team capacity to see how soon a task can be added, rather than trying to determine the utilization of individual team members.

If you have a large number of demand-queued tasks, you may want to consider Kanban as a both a project methodology and as an estimating technique. Kanban is a great system when you need to manage (and estimate) based on work-in-progress constraints.

As a gross simplification, if you have 6 members on your team, and a work-in-progress limit of 12, you might use a trailing average of past performance to determine that your team can generally handle 36 requests in a week.

By prioritizing backlog items or measuring the total depth of your request backlog, you can estimate when task X can be pulled into the work queue, or how long it will take to "empty the bucket" of all pending tasks. Plus, the kanban itself (meaning the physical board) is a great at-a-glance visual tool.

share|improve this answer
hmm...I can take a look at Kanban..but does Kanban work across different projects/products? I mean, can 3 resources working on one product and 3 others working on another, use the same Kanban board? Sorry, if this is a foolish question - I don't know much about Kanban. Any good resources for me to learn about Kanban? – legendofawesomeness Jul 13 '12 at 22:14
@legendofawesomeness Ah, well, that's where it becomes an art form. You could set up multiple swim lanes, or multiple boards--it really just depends on what works for your team. If you have specific implementation questions down the road, you can always ask them as separate questions on this stack. As for resources, en.wikipedia.org/wiki/Kanban_%28development%29 has some information and links, and is a reasonable place to start your self-education. – CodeGnome Jul 13 '12 at 22:27
Thanks CodeGnome. Will take a look at the WIKI doc. – legendofawesomeness Jul 13 '12 at 22:27

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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