vote up -1 vote down star
2

Can Scrum and Proj Mngt live together?

Can you take the best of both worlds or will combining these two methods create more chaos?

Would Scrum work better with a proj mngr doing PMO type work and cross function with the product onwers and scrum master? I beleive that a dedicated PMO would track compliance, artifacts and quality. This would allow the Scrum team to continue working without worrying about logistics or paperwork. Has anyone tried to incorporate different ideas (scrum, six sigma, pmp, lean?)

flag
4  
Scrum is a project management methodology - do you mean 'can scrum and waterfall planning live side by side'? – Jeff Sternal Oct 28 at 17:29
1  
People are always trying to incorporate different ideas. For example, Scrumban: lulu.com/content/3864767 – TrueWill Oct 28 at 17:39

5 Answers

vote up 0 vote down

I think you are going it from the wrong side.

First you need to know what kind of team you have. Then start from that knowledge and use the appropriate methodology for your team. Rather than trying to use some methodology for your team. Do a methodology for your team. That means see what they are comfortable doing and what they think would benefit all of them.

For example: Usually when a team failed using RUP, it wasn't because they didn't follow the guidelines, but because they tried to follow all of them.

Generally I think it's better if developers don't have to do paperwork and logistics. Either they are bad at it or they would be more productive doing development.

link|flag
vote up 1 vote down

Your question doesn't make sense since scrum is a project management framework but here are some things to consider:

  1. Quality is the sole responsibility of the Team; not any PM.
  2. Not sure what you mean by "artifacts", but the few scrum has (backlog, burndown) are maintained by the PO and Team under the guidance of the ScrumMaster.
  3. There were no "best parts" to waterfall to want to consider continuing to use once you embrace Agile.
  4. There is no "paperwork" in scrum; its considered waste.
  5. People try to combine things all the time. But most of the time they get the WORST of all worlds; not the best. Most mistakes teams make in implementing scrum is to make excuses for why they can't do it the right way. Then they claim it would be better to combine in something else and just make a mess of the whole thing.
link|flag
vote up 1 vote down

A few things to consider:

  • Scrum is about empowering the team as opposed to command and control management style.
  • There is no manager in Scrum, there is a ScrumMaster which is a servant leader.
  • The ScrumMaster is responsible for the Scrum process, making sure it is used correctly and maximizes its benefits.
  • The ScrumMaster has to remove impediments so that the team can do his job in a productive way.
  • Scrum implements transparency with a minimal set of practices/roles/ceremonies and there is no real paperwork.
  • There is no real PMO type work in Scrum, most of PMO work is (considered as) waste.

So please, keep your PM habits away :)

And during an adoption, I'd recommend to do it as in the book (Shu), don't try to adapt it for now (Ri) (see Alistair Cockburn on Shu Ha Ri). I wouldn't even consider things like Scrumban (a modified version of Scrum using Kaban for continuous flow, no more iterations) at the start.

PS: Agile methods have all been influenced by the Lean movement (most, if not all, Agile manifesto signatories had The Machine That Changed The World in their shelves). Some could say Agile methods are a transposition of lean concepts (for new product development) to software development; others would say Agile and Lean share the same theory (see for example Jeff Sutherland's article The First Scrum: Was it Scrum or Lean?). To me, there are obvious similarities (it would be easy to map the whole Toyota Production System "House" on Agile practices) and I find Lean useful to understand how Agile works and how to implement an Agile process efficiently. So I use Lean as an as an additional toolbox. But to me, Scrum has already everything to make your development process lean, if well implemented. So there is no need to mix it. Just apply it (Shu).

link|flag
vote up 0 vote down

Has anyone tried to incorporate different ideas (scrum, six sigma, pmp, lean?)

Essentially all of the above derive from the Japanese Quality Movement in the early 1980's. It's all about increasing quality by reducing waste, called Muda in Japan

Lean was Toyota's implementation of the Quality Philiosohies and Six Sigma was General Electric's attempt to Americanize Lean based on corporate culture of the day.

Fast forward 20 years and the IT industry have realised that all this 'lean' thinking is a great idea for building better quality software, faster. In what has been labelled Agile.

XP (extreme programming) and SCRUM are just two different implementations of Agile techniques.

Tradiational management and software management is coming up against these new ways of thinking.

You can't have it all. Either your focus is on command and heirachy (DO AS YOUR TOLD, traditional approach) vs Collaboration and working together to reduce wastes and deliver amazing things to customers (LETS DO IT TOGETHER, new model).

If you want to go deeper on this, the best approach is to read back on the original LEAN philosophies and then see how you think they can best be applied to project management. Many of best project management ideas were already considered as part of the original lean movement, read the book 'The Toyota Way' and look into lean that is where you can find your own answers.

Google: the seven types of muda for a start.

link|flag
vote up 0 vote down

Found this useful link today, regarding The software industry has an appaling record for project delivery. Which address your exact question.

Suggest you browse around this site to get more of an idea:

http://behaviour-driven.org/SoftwareIndustryRecordOfFailure

The above the wiki for the very excellent Dan North who proposed the idea of Behaviour Driven Design (Premise: The way we think depends on the language we use and this can be applied to software also).

link|flag

Your Answer

Get an OpenID
or

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