Skip to main content

Feature Teams vs Component Teams

Last post 05:33 pm June 8, 2020 by Jowen Mei
11 replies
11:50 am September 11, 2013

Hi all

Although it isn't expressly mentioned in the Scrum Guide, I think it's fair to say that the canonical Development Team in Scrum is a "feature team". This is certainly the position established in the Scrum Primer, and it fits in well with the practice of composing a Product Backlog in terms of user stories and other such abstractions that support the incremental delivery of business value.

There is an alternative to this, which is to use "component teams". For example, each team might be responsible for architectural components, and thereby act as interface guardians and as the guarantors of component quality.

Now, I've noticed that as agile teams move to scale, the "feature team" model can increase certain technical risks, and become rather attenuated. The issue is that in order to deliver features, each team must own the entire codebase, and their work will typically cross-cut many components. There is a real danger of entering a "code merge hell" where instabilities are inadvertently introduced and the quality of the deliverables suffers. I'm sure many of you will have seen this. A move to "component teams" theoretically minimizes such risks, albeit at the cost of increased business risk as teams become more technically focused.

At least one framework (yes, it's SAFe) provides for the use of "component teams" at scale. Then again, Larman and Vodde have indicated that "feature teams" should remain viable. What are other people's thoughts on this matter?


08:01 am September 16, 2013

There's a very good article on the Scrum Alliance website that covers this topic in some detail...

Working with Component Teams: How to Navigate the Complexity:
http://www.scrumalliance.org/community/articles/2012/september/working-…

The contention is that component teams are indeed a problem, and they should be replaced as soon as practicable by feature teams.

This article also looks at Mike Cohn's idea of having component teams fulfil a Product Ownership role. I have to confess that I've tried that in the past without much success...the ownership was too weak, essentially because it did not represent business interests in a direct enough manner.


02:38 pm September 19, 2013

My thought is that component teams are generally a dysfunction. Larman/Vodde cover the pitfalls of component teams very well in this book:
http://www.amazon.com/Scaling-Lean-Agile-Development-Organizational/dp/…

I think Cohn covers them well in his book too, though I wish he would go further in pushing for Feature teams.

One of my problems with SAFe is that it condones component teams too much in its graphics and elsewhere. IF you have fairly permanent component teams, then it's going to be hard to Agile, since it makes it hard to deliver end to end features every couple/few weeks.

Some other comments:
> The issue is that in order to deliver features, each team must own the entire codebase,
I'm not sure that this is true. In any product, the entire product group (all Scrum teams working on that product) collectively own the entire code base, and collectively share the same Definition of Done.

> idea of having component teams fulfill a Product Ownership role
This gets ugly quickly and has one major, fatal flaw. For any given product, there is only one Product Owner or one "Chief Product Owner" if you prefer that term. That person has final say on the order of the single product backlog, including any "component team's" backlog items. The entire product group shares the same product backlog, and the same Chief PO. Now, if you wanted a team level PO for the component team, that might be ok, so long as that person answers to the Chief PO on ordering of the backlog.

Another fatal flaw of this approach is that the Product Owner is one person, not a team. This is a very strict rule in the Scrum Guide. My preference, if you must go down this road, is that the consuming teams be treated as important stakeholders, and help negotiate with the producer team to define interfaces to the components. But alas, remember, for a component team, the PO gets to control the "what" (likely this is interfaces -- inputs, outputs, exceptions, etc), and component team gets to control the "how" (how everything works below the interface level).

My strong preference is to use only feature teams, move teams towards feature teams, and teach feature teams how to co-operate to achieve shared goals. Larman has some good stuff on all of this in the book above and in this one:
http://www.amazon.com/Practices-Scaling-Lean-Agile-Development/dp/03216…

I should mention that Larman's books are not for Scrum newbies, but scaling Scrum is not for newbies either.


02:39 pm September 19, 2013

> For any given product, there is only one Product Owner or one "Chief Product Owner" if you prefer that term.

This is important because the only way a Chief PO can effectively manage total ROI for the product is if he/she also has the last say on the order of the single, unified, product backlog.


07:51 am December 2, 2013

Perhaps a good concrete example for this topic is how Spotify put Scrum into practice internally:
https://dl.dropboxusercontent.com/u/1018963/Articles/SpotifyScaling.pdf


01:03 pm December 2, 2013

I think both Feature Teams and Component Teams can be used, and both are described in "Scrum and the Enterprise". If you have Component Teams, you will probably have an integration team which integrates and tests the components and reports found bugs back to the Component Teams where they are fixed with high priority. The point is that you need an integrated increment which fullfills a common definition of done each sprint. If you can manage that, I don't see a dysfunction in Component Teams per se.


05:26 am December 3, 2013


I am strongly in favor of Feature team as with multiple component teams you are not sure of getting a shippable product to customer after every sprint. I agree that it adds some overhead in terms of dependency but those can be managed with the help of tools and processes such as SoS.

Cheers
Sanjay


02:11 am December 20, 2019

Ian can you please confirm how "SAFe provides for the use of "component teams" at scale". My understanding was that SAFe doesn't infer to either.


05:16 am December 20, 2019

It was over 6 years ago, but I may have been referring to: https://www.scaledagileframework.com/features-and-components/


06:06 am December 27, 2019

I am favourable on the "feature team" approach as the essence of Scrum is to deliver the releasable feature(s) at the end of the Sprint. This reflects the progress of evolution of a product and how it fulfills the user requirements. Having said that, I agree with Ian on the "code merge hell" as a inevitable issues when we are adopting feature team approach and multiple people are working on the same piece of code. I believe what Ian is trying to highlight is the pros and cons and these 2 models and how to actually manage the cons so that the delivery of the product is not jeopardized whereas in quality or customer satisfaction.

To add on Ian points, it can be even more worried regarding whether you have team members with adequate knowledge to work on each of the different components. Let's say component A is developed in Java while component B is developed in LINC. Do you have a developer that master these 2 languages at the same time in the market?

Thus, it boils down to the point of how to manage the cons of the approach in the scaled product delivery. Probably you need to ask yourself whether the multiple teams are able to sustain with the "feature team" concept given the knowledge, tools and capabilities you have on hands. "Code Merge Hell" can be a relatively small problem as we have automated version merging tools (Git, SVN, etc) and alerts can be sent to the developers so that they tackle the issues and react to them earlier. The same point has been highlighted in the hyperlink given by Ian as well.

Thus, I am more inclined to go with "feature team" approach to preserve the essence of the Scrum. I admit in reality there is limitation but it should not bend too much until the essences are lost.


09:48 am December 28, 2019

Component teams create unsolvable dependencies of other teams.

Feature teams will resolve dependencies with technical solutions: conways law will typically result in microservices architecture.

I would argue that it's crystal clear what is in line with agility, because I think dependencies are it's evil twin brother.


01:36 pm June 8, 2020

> My thought is that component teams are generally a dysfunction. Larman/Vodde cover the pitfalls   of component teams very well... 

I totally agree with Charles that Larman/Vodde describe it well. Their chapter on Feature teams is online available:

https://www.craiglarman.com/content/feature-teams/feature-teams.htm 


By posting on our forums you are agreeing to our Terms of Use.

Please note that the first and last name from your Scrum.org member profile will be displayed next to any topic or comment you post on the forums. For privacy concerns, we cannot allow you to post email addresses. All user-submitted content on our Forums may be subject to deletion if it is found to be in violation of our Terms of Use. Scrum.org does not endorse user-submitted content or the content of links to any third-party websites.

Terms of Use

Scrum.org may, at its discretion, remove any post that it deems unsuitable for these forums. Unsuitable post content includes, but is not limited to, Scrum.org Professional-level assessment questions and answers, profanity, insults, racism or sexually explicit content. Using our forum as a platform for the marketing and solicitation of products or services is also prohibited. Forum members who post content deemed unsuitable by Scrum.org may have their access revoked at any time, without warning. Scrum.org may, but is not obliged to, monitor submissions.