Is it OK to have more than one role in a SCRUM process - Stack Overflow most recent 30 from stackoverflow.com2009-12-18T07:03:27Zhttp://stackoverflow.com/feeds/question/409342http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/409342/is-it-ok-to-have-more-than-one-role-in-a-scrum-process4Is it OK to have more than one role in a SCRUM processMartin2009-01-03T16:48:38Z2009-01-09T00:19:18Z
<p>Do you think it may be OK for a person to have more than one role in a software development company that wants to use SCRUM?</p>
<p>E.g. is it ok/possible if a person is</p>
<ul>
<li>SCRUM master and team member</li>
<li>Product owner and team member</li>
<li>SCRUM master and product owner</li>
</ul>
<p>Which combinations do you think are possible? Do you work in such a team? What should be considered if a person has more than one roles?</p>
<p>Thanks for any hints.</p>
http://stackoverflow.com/questions/409342/is-it-ok-to-have-more-than-one-role-in-a-scrum-process/409359#4093593Answer by Charlie Martin for Is it OK to have more than one role in a SCRUM processCharlie Martin2009-01-03T16:59:29Z2009-01-03T17:15:28Z<p>Product owner shouldn't be a developer or project management role; the whole point is to have someone who can accept a result and who is the subject matter expert. If you make them a team member, you're back to making the product developers define the product; this is a Bad Thing. And if you make them the SCRUM master, first, they probably don't have the development background a SCRUM master needs to understand the issues and estimation, and second, they then control the exact processes and products the SCRUM master should be serving as a balance on.</p>
<p>The SCRUM master can certainly take some team member duties, especially in a small team. However, in most cases as the team size grows beyond 3-4, the SCRUM master won't have a ton of time for regualr development work.</p>
<p>[Updated: "SCUM" master a very inconvenient typo.]</p>
http://stackoverflow.com/questions/409342/is-it-ok-to-have-more-than-one-role-in-a-scrum-process/409361#4093611Answer by Paul for Is it OK to have more than one role in a SCRUM processPaul2009-01-03T17:00:26Z2009-01-03T17:00:26Z<p>Search the <a href="http://groups.yahoo.com/group/scrumdevelopment/msearch?query=combining+roles&submit=Search&charset=ISO-8859-1" rel="nofollow">archives of the scrumdiscussion list.</a> This has been extensively discussed in the past on there.</p>
http://stackoverflow.com/questions/409342/is-it-ok-to-have-more-than-one-role-in-a-scrum-process/409364#4093645Answer by krosenvold for Is it OK to have more than one role in a SCRUM processkrosenvold2009-01-03T17:01:12Z2009-01-03T17:01:12Z<p>All of our scrum-masters are participating team-members and I think that works fine. The process handles differences in productivity really well. </p>
<p>I really think the product owner should be external, but I just believe the teams should have some distance from the product owner.</p>
http://stackoverflow.com/questions/409342/is-it-ok-to-have-more-than-one-role-in-a-scrum-process/409444#4094441Answer by Cymon for Is it OK to have more than one role in a SCRUM processCymon2009-01-03T17:39:11Z2009-01-03T17:39:11Z<p>Our SCRUM master and product owner are the same person, but he's a unique individual who knowns when he's wearing his SCRUM master hat (or Karate Kid headband in this case) he is not the product owner and visa versa.</p>
<p>Oh yeah, and I definitely recommend a Karate Kid headband for the SCRUM master.</p>
http://stackoverflow.com/questions/409342/is-it-ok-to-have-more-than-one-role-in-a-scrum-process/426611#4266110Answer by Martin for Is it OK to have more than one role in a SCRUM processMartin2009-01-09T00:19:18Z2009-01-09T00:19:18Z<p>Thanks for all your answers. I can't select one of them as the accepted answers, because all are valuable. I'm therefore accepting this answer to remove the reminder from my profile page.</p>