SlideShare une entreprise Scribd logo
1  sur  14
Télécharger pour lire hors ligne
Scaling Agile @ Spotify
                           with Tribes, Squads, Chapters & Guilds

                                     Henrik Kniberg & Anders Ivarsson
                                                 Oct 2012




Dealing with multiple teams in a product development organization is always a challenge!

One of the most impressive examples we’ve seen so far is Spotify, which has kept an agile mindset despite
having scaled to over 30 teams across 3 cities.

Spotify is fascinating company that is transforming the music industry. The company has only existed 6
years and already has over 15 million active users and over 4 million paying. The product itself can be
likened to “a magical music player in which you can instantly find and play every song in the world”.

Alistair Cockburn (one of the founding fathers of agile software development) visited Spotify and said “Nice
- I've been looking for someone to implement this matrix format since 1992 :) so it is really welcome to see.”

So how is this managed?

We have both presented at conferences and been caught in engaging discussions around how we work at
Spotify and how the company handles agile with hundreds of developers. Many people are fascinated by
this, so we decided to write an article about it.

Disclaimer: Spotify is (like any good agile company) evolving fast. This article is only a snapshot of our
current way of working - a journey in progress, not a journey completed. By the time you read this, things
have already changed.


                                                      1/14
Squads
The basic unit of development at Spotify is the Squad.




A Squad is similar to a Scrum team, and is designed to feel like a mini-startup. They sit together, and they
have all the skills and tools needed to design, develop, test, and release to production. They are a self-
organizing team and decide their own way of working – some use Scrum sprints, some use Kanban, some
use a mix of these approaches.

Each squad has a long-term mission such as building and improving the Android client, creating the
Spotify radio experience, scaling the backend systems, or providing payment solutions. The picture below
illustrates how different squads take responsibility for different parts of the user experience.




Squads are encouraged to apply Lean Startup principles such as MVP (minimum viable product) and
validated learning. MVP means releasing early and often, and validated learning means using metrics and
A/B testing to find out what really works and what doesn’t. This is summarized in the slogan “Think it, build
it, ship it, tweak it”.

                                                      2/14
Because each squad sticks with one mission and one part of the product for a long time, they can really
become experts in that area - for example what it means to build an awesome radio experience.

Most squads have an awesome workspace including a desk area, a lounge area, and a personal "huddle"
room. Almost all walls are whiteboards. We've never seen a better collaboration space!




yes, that's a shark flying around. perfectly normal.

To promote learning and innovation, each squad is encouraged to spend roughly 10% of their time
on “hack days”. During hack days people do whatever they want, typically trying out new ideas and sharing
with their buddies. Some teams do 1 hack day every second week, others save up for a whole “hack week”.
Hack days are not only fun, they are also a great way to stay up-to-date with new tools and techniques and
sometimes lead to important product innovations!


                                                       3/14
A squad doesn’t have a formally appointed squad leader, but it does have a product owner. The product
owner is responsible for prioritizing the work to be done by the team, but is not involved with how they
do their work. The product owners of different squads collaborate with each other to maintain a high-
level roadmap document that shows where Spotify as a whole is heading, and each product owner is
responsible for maintaining a matching product backlog for their squad.

A squad also has access to an agile coach, who helps them evolve and improve their way of working. The
coaches run retrospectives, sprint planning meetings, do 1-on-1 coaching, etc.

Ideally each squad is fully autonomous with direct contact with their stakeholders, and no blocking
dependencies to other squads. Basically a mini-startup. With over 30 teams, that is a challenge! We have
come a long way, but there are still plenty of improvements to be made.

To aid in this, we run a quarterly survey with each squad. This helps focus our improvement efforts and find
out what kind of organizational support is needed. Here’s a visual summary of one such survey, showing 5
squads within a tribe:




The circles show the current state, arrows show the trend. For example we can see a pattern where three
squads reports problems around releasing and that it does not seem to improve - this area needs urgent
focus! We also see that squad 4 does not have a great situation with agile coach support, but that it is
already improving.

   ●   Product owner - The squad has a dedicated product owner that prioritizes the work and takes both
       business value and tech aspects into consideration.
   ●   Agile coach - The squad has an agile coach that helps them identify impediments and coaches
       them to continuously improve their process.
   ●   Influencing work - Each squad member can influence his/her work, be an active part in planning
       and choose which tasks to work on. Every squad member can spend 10% of his/her time on hack
       days.
   ●   Easy to release - The squad can (and does!) get stuff live with minimal hassle and sync.
   ●   Process that fits the team - The squad feels ownership of their process and continuously improves
       it.
   ●   Mission - The squad has a mission that everyone knows and cares about, and stories on the
       backlog are related to the mission.
   ●   Organizational support - The squad knows where to turn to for problem solving support, for
       technical issues as well as “soft” issues.


                                                     4/14
Tribes
A tribe is a collection of squads that work in related areas – such as the music player, or backend
infrastructure.




The tribe can be seen as the “incubator” for the squad mini-startups. , and have a fair degree of freedom
and autonomy. Each tribe has a tribe lead who is responsible for providing the best possible habitat for the
squads within that tribe. The squads in a tribe are all physically in the same office, normally right next to
each other, and the lounge areas nearby promote collaboration between the squads.

Tribes are sized based on the concept of the “Dunbar number”, which says that most people cannot
maintain a social relationship with more than 100 people or so (the number is actually larger for groups
that are under intense survival pressure, which isn’t really the case at Spotify, believe it or not...). When
groups get too big, we start seeing more things like restrictive rules, bureaucracy, politics, extra layers of
management, and other waste.

So tribes are designed to be smaller than 100 people or so.




                                                       5/14
Tribes hold gatherings on a regular basis, an informal get-together where they show the rest of the tribe
(or whoever shows up) what they are working on, what they have delivered and what others can learn from
what they are currently doing. This includes live demos of working software, new tools and techniques, cool
hack-day projects, etc.




Squad dependencies
With multiple squads there will always be dependencies. Dependencies are not necessarily bad - squads
sometimes need to work together to build something truly awesome. Nevertheless, our goal is to have
squads be as autonomous as possible, especially minimizing dependencies that are blocking or slowing a
squad down.

To aid in this, we regularly ask all our squads which other squads they depend on, and to what extent those
dependencies are blocking or slowing the squad down. Here’s an example:




We then discuss ways to eliminate the problematic dependencies, especially blocking and cross-tribe
dependencies. This often leads to reprioritization, reorganization, architectural changes or technical
solutions.




                                                     6/14
The survey also helps us see patterns around how squads depend on each other - for example that more
and more squads seems to be slowed down by operations. We use a simple graph to track how the various
types of dependencies increase or decrease over time.

Scrum has a practice called “scrum of scrums”, a synchronization meeting where one person from each
team meets to discuss dependencies. We don’t usually do scrum of scrums at Spotify, mainly because
most of the squads are fairly independent and don’t need such a coordination meeting.

Instead, scrum of scrums happens “on demand”. For example we recently had a large project that required
the coordinated work of multiple squads for a few months.




To make this work, the teams had a daily sync meeting where they identified and resolved dependencies
between the squads, and used a board with sticky notes to keep track of unresolved dependencies.




                                                   7/14
A common source of dependency issues at many companies is development vs operations. Most
companies we’ve worked with have some kind of a handoff from dev to ops, with associated friction and
delays.

At Spotify there is a separate operations team, but their job is not to make releases for the squads -
their job is to give the squads the support they need to release code themselves; support in the form of
infrastructure, scripts, and routines. They are, in a sense, “building the road to production”.




It’s an informal but effective collaboration, based on face-to-face communication rather than detailed
process documentation.



                                                     8/14
Chapters and guilds
There is a downside to everything, and the potential downside to full autonomy is a loss of economies of
scale. The tester in squad A may be wrestling with a problem that the tester in squad B solved last week.
If all testers could get together, across squads and tribes, they could share knowledge and create tools for
the benefit of all squads.

If each squad was fully autonomous and had no communication with other squads, then what is the point of
having a company? Spotify might as well be chopped into 30 different small companies.

That’s why we have Chapters and Guilds. This is the glue that keeps the company together, it gives us
some economies of scale without sacrificing too much autonomy.

The chapter is your small family of people having similar skills and working within the same general
competency area, within the same tribe.




Each chapter meets regularly to discuss their area of expertise and their specific challenges - for example
the testing chapter, the web developer chapter or the backend chapter.

The chapter lead is line manager for his chapter members, with all the traditional responsibilities such as
developing people, setting salaries, etc. However, the chapter lead is also part of a squad and is involved in
the day-to-day work, which helps him stay in touch with reality.

Now, reality is always messier than pretty pictures like the one above. For example, chapter members are
not evenly distributed across the squads; some squads have lots of web developers, some have none. But
the picture should give you the general idea.




                                                      9/14
A Guild is a more organic and wide-reaching “community of interest”, a group of people that want to share
knowledge, tools, code, and practices. Chapters are always local to a Tribe, while a guild usually cuts
across the whole organization. Some examples are: the web technology guild, the tester guild, the agile
coach guild, etc.




A guild often includes all the chapters working in that area and their members, for example the testing guild
includes all the testers in all testing chapters, but anybody who is interested can join any guild.

Each guild has a “guild coordinator” who, well, does just that :o)

As an example of guild work, we recently had a “Web Guild Unconference”, an open space event where all
web developers at Spotify gathered up in Stockholm to discuss challenges and solutions within their field.




                                                      10/14
Another example is the agile coach guild. The coaches are spread all over the organization, but share
knowledge continuously and meet regularly to collaborate on the high level organizational improvement
areas, which we track on an improvement board.




Wait a sec, isn’t this just a matrix org?
Yes. Well, sort of. It’s a different type of matrix than what most of us are used to though.

In many matrix organizations people with similar skills are “pooled” together into functional departments,
and “assigned” to projects, and “report to” a functional manager.

Spotify rarely does any of this. Our matrix is weighted towards delivery.

That is, people are grouped into stable co-located squads, where people with different skill sets collaborate
and self-organize to deliver a great product. That’s the vertical dimension in the matrix, and it is the primary
one since that is how people are physically grouped and where they spend most of their time.

The horizontal dimension is for sharing knowledge, tools, and code. The job of the chapter lead is to
facilitate and support this.




                                                      11/14
In matrix terms, think of the vertical dimension as “what” and the horizontal dimension as “how”. The matrix
structure ensures that each squad member can get guidance on “what to build next” as well as “how to
build it well”.




This matches the “professor and entrepreneur” model recommended by Mary and Tom Poppendieck. The
PO is the “entrepreneur” or “product champion”, focusing on delivering a great product, while the chapter
lead is the “professor” or “competency leader”, focusing on technical excellence.

There is a healthy tension between these roles, as the entrepreneur tends to want to speed up and cut
corners, while the professor tends to want to slow down and build things properly. Both aspects are
needed, that’s why it is a “healthy” tension.




                                                    12/14
What about architecture?
Spotify technology is highly service-oriented. We have over 100 distinct systems, and each can be
maintained and deployed separately. This includes backend services such as playlist management or
search or payment, and clients such as the iPad player, and specific components such as the radio, or
the “what’s new” section of the music player.




Technically, anyone is allowed to edit any system. Since the squads are effectively feature teams, they
normally need to update multiple systems to get a new feature into production.

The risk with this model is that the architecture of a system gets messed up if nobody focuses on the
integrity of the system as a whole.

To mitigate this risk, we have a role called “System Owner”. All systems have a system owner, or a pair of
system owners (we encourage pairing). For operationally critical systems, the System Owner is a Dev-Ops
pair – that is, one person with a developer perspective and one person with an operations perspective.

The system owner is the “go to” person(s) for any technical or architectural issues related to that system.
He is a coordinator and guides people who code in that system to ensure that they don’t stumble over each
other. He focuses on things like quality, documentation, technical debt, stability, scalability, and release
process.

The System Owner is not a bottleneck or ivory tower architect. He does not personally have to make all
decisions, or write all code, or do all releases. He is typically a squad member or chapter lead who has
other day-to-day responsibilities in addition to the system ownership. However, from time to time he will
take a “system owner day” and do housekeeping work on that system. Normally we try to keep this system
ownership to less than a tenth of a person’s time, but it varies a lot between systems of course.

We also have a chief architect role, a person who coordinates work on high-level architectural issues that
cut across multiple systems. He reviews development of new systems to make sure they avoid common
mistakes, and that they are aligned with our architectural vision. The feedback is always just suggestions
and input - the decision for the final design of the system still lies with the squad building it.



                                                    13/14
How is this all working out?
Spotify has grown very fast - over 3 years we have grown from 30 to 250 people in tech - so we have our
share of growth pain! This scaling model – with Squads, Tribes, Chapters, and Guilds – is something that
was introduced gradually over the past year, so people are still getting used to it. But so far, based on
surveys and retrospectives, the scaling model seems to be working quite well! And it gives us something
to “grow into”. Despite the fast growth the employee satisfaction has continuously increased; in April 2012 it
was 4.4 out of 5.

However, as with any growing organization, today’s solutions give birth to tomorrow’s problems. So stay
tuned, the story isn’t over :o)

/Henrik & Anders
henrik.kniberg@spotify.com
anders.ivarsson@spotify.com




                                                     14/14

Contenu connexe

Tendances

Exploring Agile Transformation and Scaling Patterns
Exploring Agile Transformation and Scaling PatternsExploring Agile Transformation and Scaling Patterns
Exploring Agile Transformation and Scaling PatternsMike Cottmeyer
 
Introduction to scaled agile framework
Introduction to scaled agile frameworkIntroduction to scaled agile framework
Introduction to scaled agile frameworkITEM
 
How spotify makes product
How spotify makes productHow spotify makes product
How spotify makes productAli Sarrafi
 
Scrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | Edureka
Scrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | EdurekaScrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | Edureka
Scrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | EdurekaEdureka!
 
SAFe® - scaled agile framework in practice
SAFe® - scaled agile framework in practiceSAFe® - scaled agile framework in practice
SAFe® - scaled agile framework in practiceIntland Software GmbH
 
Enterprise Agile Transformation Strategies
Enterprise Agile Transformation StrategiesEnterprise Agile Transformation Strategies
Enterprise Agile Transformation StrategiesMike Cottmeyer
 
Hands-on Agile Webinar #2: Agile Maturity & Agility Assessment
Hands-on Agile Webinar #2: Agile Maturity & Agility AssessmentHands-on Agile Webinar #2: Agile Maturity & Agility Assessment
Hands-on Agile Webinar #2: Agile Maturity & Agility AssessmentStefan Wolpers
 
cPrime Agile Enterprise Transformation
cPrime Agile Enterprise TransformationcPrime Agile Enterprise Transformation
cPrime Agile Enterprise TransformationCprime
 
Agile Mindset For Executives
Agile Mindset For ExecutivesAgile Mindset For Executives
Agile Mindset For ExecutivesMichael Tarnowski
 
Agile Transformation | Mike Cottmeyer
Agile Transformation | Mike CottmeyerAgile Transformation | Mike Cottmeyer
Agile Transformation | Mike CottmeyerLeadingAgile
 
An Introduction to Scaled Agile Framework (SAFe)
An Introduction to Scaled Agile Framework (SAFe)An Introduction to Scaled Agile Framework (SAFe)
An Introduction to Scaled Agile Framework (SAFe)CA Technologies
 
Agile Transformation v1.27
Agile Transformation v1.27Agile Transformation v1.27
Agile Transformation v1.27LeadingAgile
 
Spotify engineering culture summary
Spotify engineering culture summarySpotify engineering culture summary
Spotify engineering culture summaryluisw19
 
Agile Methodology(SCRUM)
Agile Methodology(SCRUM)Agile Methodology(SCRUM)
Agile Methodology(SCRUM)KhushSlideShare
 
Scrum process powerpoint ppt slides.
Scrum process powerpoint ppt slides.Scrum process powerpoint ppt slides.
Scrum process powerpoint ppt slides.SlideTeam.net
 

Tendances (20)

Exploring Agile Transformation and Scaling Patterns
Exploring Agile Transformation and Scaling PatternsExploring Agile Transformation and Scaling Patterns
Exploring Agile Transformation and Scaling Patterns
 
Introduction to scaled agile framework
Introduction to scaled agile frameworkIntroduction to scaled agile framework
Introduction to scaled agile framework
 
How spotify makes product
How spotify makes productHow spotify makes product
How spotify makes product
 
Scrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | Edureka
Scrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | EdurekaScrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | Edureka
Scrum vs SAFe | Differences Between Scrum and Scaled Agile Framework | Edureka
 
SAFe® - scaled agile framework in practice
SAFe® - scaled agile framework in practiceSAFe® - scaled agile framework in practice
SAFe® - scaled agile framework in practice
 
Enterprise Agile Transformation Strategies
Enterprise Agile Transformation StrategiesEnterprise Agile Transformation Strategies
Enterprise Agile Transformation Strategies
 
Hands-on Agile Webinar #2: Agile Maturity & Agility Assessment
Hands-on Agile Webinar #2: Agile Maturity & Agility AssessmentHands-on Agile Webinar #2: Agile Maturity & Agility Assessment
Hands-on Agile Webinar #2: Agile Maturity & Agility Assessment
 
Spotify Model
Spotify ModelSpotify Model
Spotify Model
 
cPrime Agile Enterprise Transformation
cPrime Agile Enterprise TransformationcPrime Agile Enterprise Transformation
cPrime Agile Enterprise Transformation
 
Scaled Agile Framework SAFe 4.0
Scaled Agile Framework SAFe 4.0Scaled Agile Framework SAFe 4.0
Scaled Agile Framework SAFe 4.0
 
Agile Mindset For Executives
Agile Mindset For ExecutivesAgile Mindset For Executives
Agile Mindset For Executives
 
Agile Transformation | Mike Cottmeyer
Agile Transformation | Mike CottmeyerAgile Transformation | Mike Cottmeyer
Agile Transformation | Mike Cottmeyer
 
Waterfall to Agile
Waterfall to AgileWaterfall to Agile
Waterfall to Agile
 
An Introduction to Scaled Agile Framework (SAFe)
An Introduction to Scaled Agile Framework (SAFe)An Introduction to Scaled Agile Framework (SAFe)
An Introduction to Scaled Agile Framework (SAFe)
 
Agile Transformation v1.27
Agile Transformation v1.27Agile Transformation v1.27
Agile Transformation v1.27
 
Spotify engineering culture summary
Spotify engineering culture summarySpotify engineering culture summary
Spotify engineering culture summary
 
Agile Methodology(SCRUM)
Agile Methodology(SCRUM)Agile Methodology(SCRUM)
Agile Methodology(SCRUM)
 
Scrum process powerpoint ppt slides.
Scrum process powerpoint ppt slides.Scrum process powerpoint ppt slides.
Scrum process powerpoint ppt slides.
 
Scaling Agile
Scaling Agile Scaling Agile
Scaling Agile
 
Agile Transformation
Agile TransformationAgile Transformation
Agile Transformation
 

En vedette

Full stackagile - Squads Chapters Tribes and Guilds
Full stackagile - Squads Chapters Tribes and GuildsFull stackagile - Squads Chapters Tribes and Guilds
Full stackagile - Squads Chapters Tribes and GuildsAshley-Christian Hardy
 
Scaling Agile at Spotify (representation)
Scaling Agile at Spotify (representation)Scaling Agile at Spotify (representation)
Scaling Agile at Spotify (representation)Vlad Mysla
 
How Spotify Builds Products (Organization. Architecture, Autonomy, Accountabi...
How Spotify Builds Products (Organization. Architecture, Autonomy, Accountabi...How Spotify Builds Products (Organization. Architecture, Autonomy, Accountabi...
How Spotify Builds Products (Organization. Architecture, Autonomy, Accountabi...Kevin Goldsmith
 
AgileNYC : Agile Day 2015 - Spotify
AgileNYC : Agile Day 2015 - SpotifyAgileNYC : Agile Day 2015 - Spotify
AgileNYC : Agile Day 2015 - SpotifyAgileNYC
 
Growing up with agile - how the Spotify 'model' has evolved
Growing up with agile - how the Spotify 'model' has evolved Growing up with agile - how the Spotify 'model' has evolved
Growing up with agile - how the Spotify 'model' has evolved Peter Antman
 
Agiles Management - Die Zeit ist reif!
Agiles Management - Die Zeit ist reif!Agiles Management - Die Zeit ist reif!
Agiles Management - Die Zeit ist reif!Ilja Preuß
 
友盟&Testin合作报告 ver 3.0
友盟&Testin合作报告 ver 3.0友盟&Testin合作报告 ver 3.0
友盟&Testin合作报告 ver 3.0John Tian
 
Backendless 3.0 Overview
Backendless 3.0 OverviewBackendless 3.0 Overview
Backendless 3.0 OverviewMark Piller
 
Agil - Ein Erklärungsversuch
Agil - Ein ErklärungsversuchAgil - Ein Erklärungsversuch
Agil - Ein ErklärungsversuchFrank Edelkraut
 
Agile Team Leadership The Art Of Letting Go
Agile Team Leadership The Art Of Letting GoAgile Team Leadership The Art Of Letting Go
Agile Team Leadership The Art Of Letting Gofrancelorrain
 
Spotify - staying lean from small start-up through rapid growth
Spotify - staying lean from small start-up through rapid growthSpotify - staying lean from small start-up through rapid growth
Spotify - staying lean from small start-up through rapid growthJoakim Sundén
 
Core Protocols - A workshop
Core Protocols - A workshopCore Protocols - A workshop
Core Protocols - A workshopPeter Antman
 
Scaling like Spotify: What advertising agencies can learn from software-as-a-...
Scaling like Spotify: What advertising agencies can learn from software-as-a-...Scaling like Spotify: What advertising agencies can learn from software-as-a-...
Scaling like Spotify: What advertising agencies can learn from software-as-a-...Ed Hammerton
 
Joakim Sunden - Scaling Agile at Spotify for MassTLC
Joakim Sunden - Scaling Agile at Spotify for MassTLCJoakim Sunden - Scaling Agile at Spotify for MassTLC
Joakim Sunden - Scaling Agile at Spotify for MassTLCMassTLC
 
Fluent at agile - agile sverige 2014
Fluent at agile - agile sverige 2014Fluent at agile - agile sverige 2014
Fluent at agile - agile sverige 2014Peter Antman
 
Agile Leadership - Wie verändert sich Führung?
Agile Leadership - Wie verändert sich Führung?Agile Leadership - Wie verändert sich Führung?
Agile Leadership - Wie verändert sich Führung?Maik Pfingsten
 

En vedette (20)

Full stackagile - Squads Chapters Tribes and Guilds
Full stackagile - Squads Chapters Tribes and GuildsFull stackagile - Squads Chapters Tribes and Guilds
Full stackagile - Squads Chapters Tribes and Guilds
 
Scaling Agile at Spotify (representation)
Scaling Agile at Spotify (representation)Scaling Agile at Spotify (representation)
Scaling Agile at Spotify (representation)
 
How Spotify Builds Products (Organization. Architecture, Autonomy, Accountabi...
How Spotify Builds Products (Organization. Architecture, Autonomy, Accountabi...How Spotify Builds Products (Organization. Architecture, Autonomy, Accountabi...
How Spotify Builds Products (Organization. Architecture, Autonomy, Accountabi...
 
AgileNYC : Agile Day 2015 - Spotify
AgileNYC : Agile Day 2015 - SpotifyAgileNYC : Agile Day 2015 - Spotify
AgileNYC : Agile Day 2015 - Spotify
 
The Spotify Tribe
The Spotify TribeThe Spotify Tribe
The Spotify Tribe
 
Growing up with agile - how the Spotify 'model' has evolved
Growing up with agile - how the Spotify 'model' has evolved Growing up with agile - how the Spotify 'model' has evolved
Growing up with agile - how the Spotify 'model' has evolved
 
Agiles Management - Die Zeit ist reif!
Agiles Management - Die Zeit ist reif!Agiles Management - Die Zeit ist reif!
Agiles Management - Die Zeit ist reif!
 
友盟&Testin合作报告 ver 3.0
友盟&Testin合作报告 ver 3.0友盟&Testin合作报告 ver 3.0
友盟&Testin合作报告 ver 3.0
 
Backendless 3.0 Overview
Backendless 3.0 OverviewBackendless 3.0 Overview
Backendless 3.0 Overview
 
Agil - Ein Erklärungsversuch
Agil - Ein ErklärungsversuchAgil - Ein Erklärungsversuch
Agil - Ein Erklärungsversuch
 
Agile Team Leadership The Art Of Letting Go
Agile Team Leadership The Art Of Letting GoAgile Team Leadership The Art Of Letting Go
Agile Team Leadership The Art Of Letting Go
 
Spotify - staying lean from small start-up through rapid growth
Spotify - staying lean from small start-up through rapid growthSpotify - staying lean from small start-up through rapid growth
Spotify - staying lean from small start-up through rapid growth
 
Delivery at Scale
Delivery at ScaleDelivery at Scale
Delivery at Scale
 
Core Protocols - A workshop
Core Protocols - A workshopCore Protocols - A workshop
Core Protocols - A workshop
 
Scaling like Spotify: What advertising agencies can learn from software-as-a-...
Scaling like Spotify: What advertising agencies can learn from software-as-a-...Scaling like Spotify: What advertising agencies can learn from software-as-a-...
Scaling like Spotify: What advertising agencies can learn from software-as-a-...
 
Joakim Sunden - Scaling Agile at Spotify for MassTLC
Joakim Sunden - Scaling Agile at Spotify for MassTLCJoakim Sunden - Scaling Agile at Spotify for MassTLC
Joakim Sunden - Scaling Agile at Spotify for MassTLC
 
Fluent at agile - agile sverige 2014
Fluent at agile - agile sverige 2014Fluent at agile - agile sverige 2014
Fluent at agile - agile sverige 2014
 
Führung - Kultur - Entwicklung
Führung - Kultur - EntwicklungFührung - Kultur - Entwicklung
Führung - Kultur - Entwicklung
 
Agile Leadership Training Deutsch
Agile Leadership Training DeutschAgile Leadership Training Deutsch
Agile Leadership Training Deutsch
 
Agile Leadership - Wie verändert sich Führung?
Agile Leadership - Wie verändert sich Führung?Agile Leadership - Wie verändert sich Führung?
Agile Leadership - Wie verändert sich Führung?
 

Similaire à scaling-agile-spotify

Spotify scaling-agile by henrik kniberg & anders ivarsson 2012
Spotify   scaling-agile by henrik kniberg & anders ivarsson 2012Spotify   scaling-agile by henrik kniberg & anders ivarsson 2012
Spotify scaling-agile by henrik kniberg & anders ivarsson 2012Christophe Monnier
 
Introduction to spotify model
Introduction to spotify modelIntroduction to spotify model
Introduction to spotify modelSnehaRoy74
 
[Yow! 2019] 3 insights from 4 years at Spotify
[Yow! 2019] 3 insights from 4 years at Spotify[Yow! 2019] 3 insights from 4 years at Spotify
[Yow! 2019] 3 insights from 4 years at SpotifyJason Yip
 
Scaling an Engineering Team
Scaling an Engineering TeamScaling an Engineering Team
Scaling an Engineering TeamDashlane
 
Innovation is about Doing: How Scrum Can Deliver
Innovation is about Doing: How Scrum Can DeliverInnovation is about Doing: How Scrum Can Deliver
Innovation is about Doing: How Scrum Can DeliverKristin Wolff
 
Can Agile Unlock Diversity's Potential?
Can Agile Unlock Diversity's Potential?Can Agile Unlock Diversity's Potential?
Can Agile Unlock Diversity's Potential?Ruha Devanesan
 
Betterwork - Remote Work Starter Kit
Betterwork - Remote Work Starter KitBetterwork - Remote Work Starter Kit
Betterwork - Remote Work Starter KitMatthew Salamon 🟧
 
Sei 2016 day_of_agile
Sei 2016 day_of_agileSei 2016 day_of_agile
Sei 2016 day_of_agileJoe Combs
 
How spotify builds products
How spotify builds productsHow spotify builds products
How spotify builds products양미 김
 
Dashlane Engineering Meeting Extract
Dashlane Engineering Meeting ExtractDashlane Engineering Meeting Extract
Dashlane Engineering Meeting ExtractDashlane
 
Launching agile projects template pack
Launching agile projects   template packLaunching agile projects   template pack
Launching agile projects template packSimon Girvan
 
Agile distributed teams option or oxymoron agile2018
Agile distributed teams   option or oxymoron agile2018Agile distributed teams   option or oxymoron agile2018
Agile distributed teams option or oxymoron agile2018Mark Kilby
 
The secret to being an effective virtual team
The secret to being an effective virtual teamThe secret to being an effective virtual team
The secret to being an effective virtual teamVirtual Team Builders
 
The secret to being an effective virtual team
The secret to being an effective virtual teamThe secret to being an effective virtual team
The secret to being an effective virtual teamVirtual Team Builders
 
Beyond the Spotify model - Team Topologies - OSWA Oslo - 2020-01-22 - Matthew...
Beyond the Spotify model - Team Topologies - OSWA Oslo - 2020-01-22 - Matthew...Beyond the Spotify model - Team Topologies - OSWA Oslo - 2020-01-22 - Matthew...
Beyond the Spotify model - Team Topologies - OSWA Oslo - 2020-01-22 - Matthew...Matthew Skelton
 

Similaire à scaling-agile-spotify (20)

Spotify scaling-agile by henrik kniberg & anders ivarsson 2012
Spotify   scaling-agile by henrik kniberg & anders ivarsson 2012Spotify   scaling-agile by henrik kniberg & anders ivarsson 2012
Spotify scaling-agile by henrik kniberg & anders ivarsson 2012
 
Spotify scaling
Spotify scalingSpotify scaling
Spotify scaling
 
Introduction to spotify model
Introduction to spotify modelIntroduction to spotify model
Introduction to spotify model
 
[Yow! 2019] 3 insights from 4 years at Spotify
[Yow! 2019] 3 insights from 4 years at Spotify[Yow! 2019] 3 insights from 4 years at Spotify
[Yow! 2019] 3 insights from 4 years at Spotify
 
Scaling an Engineering Team
Scaling an Engineering TeamScaling an Engineering Team
Scaling an Engineering Team
 
Innovation is about Doing: How Scrum Can Deliver
Innovation is about Doing: How Scrum Can DeliverInnovation is about Doing: How Scrum Can Deliver
Innovation is about Doing: How Scrum Can Deliver
 
Can Agile Unlock Diversity's Potential?
Can Agile Unlock Diversity's Potential?Can Agile Unlock Diversity's Potential?
Can Agile Unlock Diversity's Potential?
 
GROUPS & TEAMS
GROUPS & TEAMSGROUPS & TEAMS
GROUPS & TEAMS
 
Betterwork - Remote Work Starter Kit
Betterwork - Remote Work Starter KitBetterwork - Remote Work Starter Kit
Betterwork - Remote Work Starter Kit
 
Sei 2016 day_of_agile
Sei 2016 day_of_agileSei 2016 day_of_agile
Sei 2016 day_of_agile
 
How spotify builds products
How spotify builds productsHow spotify builds products
How spotify builds products
 
Dashlane Engineering Meeting Extract
Dashlane Engineering Meeting ExtractDashlane Engineering Meeting Extract
Dashlane Engineering Meeting Extract
 
Agile_Squads
Agile_SquadsAgile_Squads
Agile_Squads
 
Launching agile projects template pack
Launching agile projects   template packLaunching agile projects   template pack
Launching agile projects template pack
 
Focusing An Organization - Australia 2010
Focusing An Organization - Australia 2010Focusing An Organization - Australia 2010
Focusing An Organization - Australia 2010
 
Enabling remote workers to achieve more
Enabling remote workers to achieve moreEnabling remote workers to achieve more
Enabling remote workers to achieve more
 
Agile distributed teams option or oxymoron agile2018
Agile distributed teams   option or oxymoron agile2018Agile distributed teams   option or oxymoron agile2018
Agile distributed teams option or oxymoron agile2018
 
The secret to being an effective virtual team
The secret to being an effective virtual teamThe secret to being an effective virtual team
The secret to being an effective virtual team
 
The secret to being an effective virtual team
The secret to being an effective virtual teamThe secret to being an effective virtual team
The secret to being an effective virtual team
 
Beyond the Spotify model - Team Topologies - OSWA Oslo - 2020-01-22 - Matthew...
Beyond the Spotify model - Team Topologies - OSWA Oslo - 2020-01-22 - Matthew...Beyond the Spotify model - Team Topologies - OSWA Oslo - 2020-01-22 - Matthew...
Beyond the Spotify model - Team Topologies - OSWA Oslo - 2020-01-22 - Matthew...
 

Plus de John Tian

Management2.0
Management2.0Management2.0
Management2.0John Tian
 
制作幻灯片常用图标
制作幻灯片常用图标制作幻灯片常用图标
制作幻灯片常用图标John Tian
 
绩效面谈技巧
绩效面谈技巧绩效面谈技巧
绩效面谈技巧John Tian
 
时间管理与工作统筹技巧
时间管理与工作统筹技巧时间管理与工作统筹技巧
时间管理与工作统筹技巧John Tian
 
高效时间管理
高效时间管理高效时间管理
高效时间管理John Tian
 

Plus de John Tian (6)

Management2.0
Management2.0Management2.0
Management2.0
 
Web2.0
Web2.0Web2.0
Web2.0
 
制作幻灯片常用图标
制作幻灯片常用图标制作幻灯片常用图标
制作幻灯片常用图标
 
绩效面谈技巧
绩效面谈技巧绩效面谈技巧
绩效面谈技巧
 
时间管理与工作统筹技巧
时间管理与工作统筹技巧时间管理与工作统筹技巧
时间管理与工作统筹技巧
 
高效时间管理
高效时间管理高效时间管理
高效时间管理
 

Dernier

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 

Dernier (20)

From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 

scaling-agile-spotify

  • 1. Scaling Agile @ Spotify with Tribes, Squads, Chapters & Guilds Henrik Kniberg & Anders Ivarsson Oct 2012 Dealing with multiple teams in a product development organization is always a challenge! One of the most impressive examples we’ve seen so far is Spotify, which has kept an agile mindset despite having scaled to over 30 teams across 3 cities. Spotify is fascinating company that is transforming the music industry. The company has only existed 6 years and already has over 15 million active users and over 4 million paying. The product itself can be likened to “a magical music player in which you can instantly find and play every song in the world”. Alistair Cockburn (one of the founding fathers of agile software development) visited Spotify and said “Nice - I've been looking for someone to implement this matrix format since 1992 :) so it is really welcome to see.” So how is this managed? We have both presented at conferences and been caught in engaging discussions around how we work at Spotify and how the company handles agile with hundreds of developers. Many people are fascinated by this, so we decided to write an article about it. Disclaimer: Spotify is (like any good agile company) evolving fast. This article is only a snapshot of our current way of working - a journey in progress, not a journey completed. By the time you read this, things have already changed. 1/14
  • 2. Squads The basic unit of development at Spotify is the Squad. A Squad is similar to a Scrum team, and is designed to feel like a mini-startup. They sit together, and they have all the skills and tools needed to design, develop, test, and release to production. They are a self- organizing team and decide their own way of working – some use Scrum sprints, some use Kanban, some use a mix of these approaches. Each squad has a long-term mission such as building and improving the Android client, creating the Spotify radio experience, scaling the backend systems, or providing payment solutions. The picture below illustrates how different squads take responsibility for different parts of the user experience. Squads are encouraged to apply Lean Startup principles such as MVP (minimum viable product) and validated learning. MVP means releasing early and often, and validated learning means using metrics and A/B testing to find out what really works and what doesn’t. This is summarized in the slogan “Think it, build it, ship it, tweak it”. 2/14
  • 3. Because each squad sticks with one mission and one part of the product for a long time, they can really become experts in that area - for example what it means to build an awesome radio experience. Most squads have an awesome workspace including a desk area, a lounge area, and a personal "huddle" room. Almost all walls are whiteboards. We've never seen a better collaboration space! yes, that's a shark flying around. perfectly normal. To promote learning and innovation, each squad is encouraged to spend roughly 10% of their time on “hack days”. During hack days people do whatever they want, typically trying out new ideas and sharing with their buddies. Some teams do 1 hack day every second week, others save up for a whole “hack week”. Hack days are not only fun, they are also a great way to stay up-to-date with new tools and techniques and sometimes lead to important product innovations! 3/14
  • 4. A squad doesn’t have a formally appointed squad leader, but it does have a product owner. The product owner is responsible for prioritizing the work to be done by the team, but is not involved with how they do their work. The product owners of different squads collaborate with each other to maintain a high- level roadmap document that shows where Spotify as a whole is heading, and each product owner is responsible for maintaining a matching product backlog for their squad. A squad also has access to an agile coach, who helps them evolve and improve their way of working. The coaches run retrospectives, sprint planning meetings, do 1-on-1 coaching, etc. Ideally each squad is fully autonomous with direct contact with their stakeholders, and no blocking dependencies to other squads. Basically a mini-startup. With over 30 teams, that is a challenge! We have come a long way, but there are still plenty of improvements to be made. To aid in this, we run a quarterly survey with each squad. This helps focus our improvement efforts and find out what kind of organizational support is needed. Here’s a visual summary of one such survey, showing 5 squads within a tribe: The circles show the current state, arrows show the trend. For example we can see a pattern where three squads reports problems around releasing and that it does not seem to improve - this area needs urgent focus! We also see that squad 4 does not have a great situation with agile coach support, but that it is already improving. ● Product owner - The squad has a dedicated product owner that prioritizes the work and takes both business value and tech aspects into consideration. ● Agile coach - The squad has an agile coach that helps them identify impediments and coaches them to continuously improve their process. ● Influencing work - Each squad member can influence his/her work, be an active part in planning and choose which tasks to work on. Every squad member can spend 10% of his/her time on hack days. ● Easy to release - The squad can (and does!) get stuff live with minimal hassle and sync. ● Process that fits the team - The squad feels ownership of their process and continuously improves it. ● Mission - The squad has a mission that everyone knows and cares about, and stories on the backlog are related to the mission. ● Organizational support - The squad knows where to turn to for problem solving support, for technical issues as well as “soft” issues. 4/14
  • 5. Tribes A tribe is a collection of squads that work in related areas – such as the music player, or backend infrastructure. The tribe can be seen as the “incubator” for the squad mini-startups. , and have a fair degree of freedom and autonomy. Each tribe has a tribe lead who is responsible for providing the best possible habitat for the squads within that tribe. The squads in a tribe are all physically in the same office, normally right next to each other, and the lounge areas nearby promote collaboration between the squads. Tribes are sized based on the concept of the “Dunbar number”, which says that most people cannot maintain a social relationship with more than 100 people or so (the number is actually larger for groups that are under intense survival pressure, which isn’t really the case at Spotify, believe it or not...). When groups get too big, we start seeing more things like restrictive rules, bureaucracy, politics, extra layers of management, and other waste. So tribes are designed to be smaller than 100 people or so. 5/14
  • 6. Tribes hold gatherings on a regular basis, an informal get-together where they show the rest of the tribe (or whoever shows up) what they are working on, what they have delivered and what others can learn from what they are currently doing. This includes live demos of working software, new tools and techniques, cool hack-day projects, etc. Squad dependencies With multiple squads there will always be dependencies. Dependencies are not necessarily bad - squads sometimes need to work together to build something truly awesome. Nevertheless, our goal is to have squads be as autonomous as possible, especially minimizing dependencies that are blocking or slowing a squad down. To aid in this, we regularly ask all our squads which other squads they depend on, and to what extent those dependencies are blocking or slowing the squad down. Here’s an example: We then discuss ways to eliminate the problematic dependencies, especially blocking and cross-tribe dependencies. This often leads to reprioritization, reorganization, architectural changes or technical solutions. 6/14
  • 7. The survey also helps us see patterns around how squads depend on each other - for example that more and more squads seems to be slowed down by operations. We use a simple graph to track how the various types of dependencies increase or decrease over time. Scrum has a practice called “scrum of scrums”, a synchronization meeting where one person from each team meets to discuss dependencies. We don’t usually do scrum of scrums at Spotify, mainly because most of the squads are fairly independent and don’t need such a coordination meeting. Instead, scrum of scrums happens “on demand”. For example we recently had a large project that required the coordinated work of multiple squads for a few months. To make this work, the teams had a daily sync meeting where they identified and resolved dependencies between the squads, and used a board with sticky notes to keep track of unresolved dependencies. 7/14
  • 8. A common source of dependency issues at many companies is development vs operations. Most companies we’ve worked with have some kind of a handoff from dev to ops, with associated friction and delays. At Spotify there is a separate operations team, but their job is not to make releases for the squads - their job is to give the squads the support they need to release code themselves; support in the form of infrastructure, scripts, and routines. They are, in a sense, “building the road to production”. It’s an informal but effective collaboration, based on face-to-face communication rather than detailed process documentation. 8/14
  • 9. Chapters and guilds There is a downside to everything, and the potential downside to full autonomy is a loss of economies of scale. The tester in squad A may be wrestling with a problem that the tester in squad B solved last week. If all testers could get together, across squads and tribes, they could share knowledge and create tools for the benefit of all squads. If each squad was fully autonomous and had no communication with other squads, then what is the point of having a company? Spotify might as well be chopped into 30 different small companies. That’s why we have Chapters and Guilds. This is the glue that keeps the company together, it gives us some economies of scale without sacrificing too much autonomy. The chapter is your small family of people having similar skills and working within the same general competency area, within the same tribe. Each chapter meets regularly to discuss their area of expertise and their specific challenges - for example the testing chapter, the web developer chapter or the backend chapter. The chapter lead is line manager for his chapter members, with all the traditional responsibilities such as developing people, setting salaries, etc. However, the chapter lead is also part of a squad and is involved in the day-to-day work, which helps him stay in touch with reality. Now, reality is always messier than pretty pictures like the one above. For example, chapter members are not evenly distributed across the squads; some squads have lots of web developers, some have none. But the picture should give you the general idea. 9/14
  • 10. A Guild is a more organic and wide-reaching “community of interest”, a group of people that want to share knowledge, tools, code, and practices. Chapters are always local to a Tribe, while a guild usually cuts across the whole organization. Some examples are: the web technology guild, the tester guild, the agile coach guild, etc. A guild often includes all the chapters working in that area and their members, for example the testing guild includes all the testers in all testing chapters, but anybody who is interested can join any guild. Each guild has a “guild coordinator” who, well, does just that :o) As an example of guild work, we recently had a “Web Guild Unconference”, an open space event where all web developers at Spotify gathered up in Stockholm to discuss challenges and solutions within their field. 10/14
  • 11. Another example is the agile coach guild. The coaches are spread all over the organization, but share knowledge continuously and meet regularly to collaborate on the high level organizational improvement areas, which we track on an improvement board. Wait a sec, isn’t this just a matrix org? Yes. Well, sort of. It’s a different type of matrix than what most of us are used to though. In many matrix organizations people with similar skills are “pooled” together into functional departments, and “assigned” to projects, and “report to” a functional manager. Spotify rarely does any of this. Our matrix is weighted towards delivery. That is, people are grouped into stable co-located squads, where people with different skill sets collaborate and self-organize to deliver a great product. That’s the vertical dimension in the matrix, and it is the primary one since that is how people are physically grouped and where they spend most of their time. The horizontal dimension is for sharing knowledge, tools, and code. The job of the chapter lead is to facilitate and support this. 11/14
  • 12. In matrix terms, think of the vertical dimension as “what” and the horizontal dimension as “how”. The matrix structure ensures that each squad member can get guidance on “what to build next” as well as “how to build it well”. This matches the “professor and entrepreneur” model recommended by Mary and Tom Poppendieck. The PO is the “entrepreneur” or “product champion”, focusing on delivering a great product, while the chapter lead is the “professor” or “competency leader”, focusing on technical excellence. There is a healthy tension between these roles, as the entrepreneur tends to want to speed up and cut corners, while the professor tends to want to slow down and build things properly. Both aspects are needed, that’s why it is a “healthy” tension. 12/14
  • 13. What about architecture? Spotify technology is highly service-oriented. We have over 100 distinct systems, and each can be maintained and deployed separately. This includes backend services such as playlist management or search or payment, and clients such as the iPad player, and specific components such as the radio, or the “what’s new” section of the music player. Technically, anyone is allowed to edit any system. Since the squads are effectively feature teams, they normally need to update multiple systems to get a new feature into production. The risk with this model is that the architecture of a system gets messed up if nobody focuses on the integrity of the system as a whole. To mitigate this risk, we have a role called “System Owner”. All systems have a system owner, or a pair of system owners (we encourage pairing). For operationally critical systems, the System Owner is a Dev-Ops pair – that is, one person with a developer perspective and one person with an operations perspective. The system owner is the “go to” person(s) for any technical or architectural issues related to that system. He is a coordinator and guides people who code in that system to ensure that they don’t stumble over each other. He focuses on things like quality, documentation, technical debt, stability, scalability, and release process. The System Owner is not a bottleneck or ivory tower architect. He does not personally have to make all decisions, or write all code, or do all releases. He is typically a squad member or chapter lead who has other day-to-day responsibilities in addition to the system ownership. However, from time to time he will take a “system owner day” and do housekeeping work on that system. Normally we try to keep this system ownership to less than a tenth of a person’s time, but it varies a lot between systems of course. We also have a chief architect role, a person who coordinates work on high-level architectural issues that cut across multiple systems. He reviews development of new systems to make sure they avoid common mistakes, and that they are aligned with our architectural vision. The feedback is always just suggestions and input - the decision for the final design of the system still lies with the squad building it. 13/14
  • 14. How is this all working out? Spotify has grown very fast - over 3 years we have grown from 30 to 250 people in tech - so we have our share of growth pain! This scaling model – with Squads, Tribes, Chapters, and Guilds – is something that was introduced gradually over the past year, so people are still getting used to it. But so far, based on surveys and retrospectives, the scaling model seems to be working quite well! And it gives us something to “grow into”. Despite the fast growth the employee satisfaction has continuously increased; in April 2012 it was 4.4 out of 5. However, as with any growing organization, today’s solutions give birth to tomorrow’s problems. So stay tuned, the story isn’t over :o) /Henrik & Anders henrik.kniberg@spotify.com anders.ivarsson@spotify.com 14/14