InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Five Benefits of Feature Teams

Posted by Mike Bria on Dec 16, 2009

Sections
Process & Practices
Topics
Agile ,
Agile in the Enterprise ,
Team Collaboration
Tags
Scaling Agile ,
Lean

Mike Cohn and others present their case to why you should consider structuring your teams around software "features" rather than software "components".

Cohn recalls a past video game development client of his whose component team organization style led them to create "weapons too weak to kill the monsters, colors too dark to show secret passages, and obstacles that frustrated even the most patient player."

He uses this story to setup his advice for agile organizations to prefer "feature teams", teams responsible for the development of end-to-end features, as opposed to "software components". He goes on to outline the following five advantages of feature teams:

  • "Feature teams are better able to evaluate the impact of design decisions." Having built end-to-end functionality garners real feedback on how well user's desires/needs have been met; having worked across architectural layers informs about the outcomes of internal/technical decisions.
  • "Feature teams reduce waste created by hand-offs." Counting on handoffs creates risk of component teams not meeting the needs of other component teams and/or of going beyond what was actually needed.
  • "It ensures that the right people are talking." A feature team creates an environment for everybody in the value-chain to stay plugged in with each other.
  • "Component teams create risk to the schedule." Work of component teams must be integrated in order to obtain anything of tangible value; planning this activity is difficult as it depends on unknown information scattered across multiple teams.
  • "It keeps the focus on delivering features." At the heart of the agile mantra is for the team to deliver "working software" each iteration, feature teams help to keep this at the forefront of everyone's focus.

Probably the most notable source of recent support for feature teams comes from Bas Vodde and Craig Larmen in their book Scaling Lean & Agile Development. An article by Mike Cottmeyer said this:

Larman and Vodde summarize the ideal feature team as cross-functional, cross component, and co-located. They are working on complete user functionality, the team is made up of generalizing specialists, and typically six to eight people in size. In other words, our prototypical Scrum team.

[Larmen and Vodde] also point out several challenges with the feature team approach.... which I really appreciated by the way. Common barriers include... concurrent access to code, shared responsibility for design, difficult to learn skills, and organizational structure. Their assertion is that with modern tooling these challenges can be overcome... but it could take years.

In the same article Cottmeyer points to a contrasting message from Dean Leffingwell's Scaling Software Agility book that provides support for component teams:

The component team [suggested by Leffingwell] shares many of the same attributes of the feature team [suggested by Vodde/Larmen and Cohn] in that it is small and contains all the skill-sets necessary to delivery the user story. Leffingwell's component team is empowered, self-organized, and self-managing. In short, they are a typical Scrum team. But... and this is a big but... they are working on component features... not end user features.

The comments to this article provide further insight by Leffingwell, Cottmeyer, and Vodde into the context of their views.

For some former discussion on team structuring, including other ideas on feature teams, check out this previous InfoQ article.

  • This article is part of a featured topic series on Agile

Related Sponsor

In today’s hyper-competitive world, later may be too late to adopt Agile development and this Roadmap for Success will help you get started. Download "Agile Development: A Manager's Roadmap for Success" now!

I totally agree by Laran Evans Posted
I resonate with these problems by David Allen Posted
  1. Back to top

    I totally agree

    by Laran Evans

    Customers only see deliverables in terms of features. As such, it only makes sense to make the focus of your effort on delivering features.

  2. Back to top

    I resonate with these problems

    by David Allen

    Our team suffers from each of the five problems listed above. I hope I can persuade our team to try features teams to see whether they will help us reduce these sources of friction.

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.