Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scrum, and Cross-Functional Teams vs. Specialists [closed]

Tags:

scrum

Post edited for clarification (original post at the bottom).

I wish to reorganize the R&D staff from horizontal (i.e. specialty or component based) teams to vertical (i.e. feature, self sufficient) teams. I'm likely to end up with 3-4 teams, with developers and QA engineers who collaboratively can work with most aspects of the product. I have, however, only one qualified DBA, and one technical writer. I can have DBA on one team, and give his team features that require the most complicated DB work, and give tasks with more trivial DB-related aspects to the teams without the DBA.

Almost every feature, though, requires the documentation to be updated, and documentation is a task that must be completed in almost every feature, for it to be Done. I have only one technical writer. The rest of the developers do not have (nor can learn) the skills required to write the documentation, as it is not in their native language.

How do I deal with such resources in a vertical team?

  1. Do I have the writer not be part of any team? That would make it impossible for the team to be "Done" on his own.
  2. Do I have the writer be part of all teams? If so, how can he attend all of the teams' meetings (daily, planning, retrospectives)?
  3. Do I make him a member of just one team? Which one? All teams need him equally. How do the other teams get "Done" without him?

Thanks, Assaf.


Original:

Our company want to adopt the Scrum way of life, and be able to assign a feature to a team, and have that feature "Done" (i.e. according to the Definition of Done), within the team.

Some skills, though, require skills not owned by enough people in the team, to assign one to each team (e.g. technical writer, DBA, integration specialist, etc.)

How would you deal with such limited-resource-specialists with mostly vertical teams?

like image 524
Assaf Stone Avatar asked May 12 '09 08:05

Assaf Stone


People also ask

What are the benefits of cross-functional teams over Siloed functional teams in Scrum?

Cross-functional RPA COEs and agile teams can iterate faster than siloed teams. Siloed teams can often find themselves delayed as one or more skill-sets are not available when needed. Cross-functional teams have all of the necessary resources and skills to iterate rapidly, continually improve, and deliver.

Should a Scrum team be cross-functional?

The Scrum Guide indicates “The Scrum Team consists of a Product Owner, the Development Team, and a Scrum Master. Scrum Teams are self-organizing and cross-functional.

Can Scrum teams include cross-functional teams?

Agile frameworks like Scrum thrive when a team can use cross functional collaboration to tackle a variety of challenges.

Does Scrum team must be specialists?

In my previous post on Business Analysts as Specilaist Team members within a Scrum team noted, individual team members may have specialised skills and areas of focus, however accountability to deliver the Sprint work belongs to the Scrum development team as a whole.


2 Answers

After doing some research (a lot of sites, and a book named "Cross-functional teams" By Glenn M. Parker), I came to the following conclusions:

  1. A team should be comprised of people who are collectively qualified to get the team's features "Done". This means, that each member is not expected to be able to perform every task required , but that every task required can be performed, in sufficient quality, by at least one member of the team.
  2. While the team(s) should be cross-functional, when there is more than one team, there should be also some form of functional department, whether official or otherwise, led by an expert in the field. The expert may be a member of one team, or not, but in any case all members who perform tasks of a certain function, should communicate and collaborate frequently enough with the expert, as a professional authority on how to do their job.

In my example, this would mean that the DBA and Technical-Writer would both lead their respective professional forum or department (depending on the level of formality), they may each be a member of one team. Database and documentation work would be done by team members capable of doing the work, and doing so under the experts' supervision (professional authority).

In this way specialists may exist in the organization, alongside with generalists, and what people who ride the middle between the two.

And of course, in this method, the team is capable of completing all of the business-level tasks (features, user-stories) assigned to it, in a self-sufficient manner, which is what we wanted.

like image 158
Assaf Stone Avatar answered Sep 21 '22 01:09

Assaf Stone


first, I would not confuse scrum teams and organizational structure. Organization -wise,your tech. writer can belong to any team. From Scrum perspective, i would dedicate time of the tech writer to the teams (the distribution depends on your sprint size) e.g. one day a week to each team or AM/PM (for 2 teams). That way, each scrum team knows how much and when the tech writer is assigned to them and can plan accordingly. I would also have the tech writer attend all the daily meetings if possible (with 2 teams, it should be doable). This way, the tech writer (or any scarce resource) would be a part of all the teams (scrum-wise). I think the only problem may be discipline to only work for the assigned team ad assigned times, but I am sure you will sort that our in a sprint or two. I am not sure about the planning meetings, but I am sure the person should take part in retrospectives Matej

like image 23
Harnod Avatar answered Sep 21 '22 01:09

Harnod