You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/devops-practices/continuous-planning/agile-development/backlog-management.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,6 @@ _Example:_ Feedback like “the homepage doesn’t feel good” will not help th
123
123
124
124
### Useful Links
125
125
126
-
- Always try and deliver in [Minimal Slices](./Minimal-Slices.md)
127
126
-[Backlog Refinement: Who Should Attend and How to Maximize Value](https://www.mountaingoatsoftware.com/blog/backlog-grooming-who-should-attend-and-how-to-maximize-value#:~:text=A%20good%20rule%20of%20thumb,may%20be%20able%20to%20participate)
128
127
-[You're doing backlog refinement wrong. Here's how to do it less wrong](https://clubhouse.io/blog/how-to-do-backlog-refinement-less-wrong/)
129
128
-[multi team backlog refinement](https://www.scrum.org/resources/blog/multi-team-backlog-refinement)
Scrum of scrums is a technique used to scale Scrum to a larger group working towards the same project goal. In Scrum, we consider a team being too big when going over 10-12 individuals. This should be decided on a case by case basis. If the project is set up in multiple work streams that contain a fixed group of people and a common [stand-up](stand-ups/README.md) meeting is slowing down productivity: scrum of scrums should be considered. The team would identify the different subgroups that would act as a separate scrum teams with their own backlog, board and [stand-up](stand-ups/README.md).
3
+
Scrum of scrums is a technique used to scale Scrum to a larger group working towards the same project goal. In Scrum, we consider a team being too big when going over 10-12 individuals. This should be decided on a case by case basis. If the project is set up in multiple work streams that contain a fixed group of people and a common [stand-up](stand-ups.md) meeting is slowing down productivity: scrum of scrums should be considered. The team would identify the different subgroups that would act as a separate scrum teams with their own backlog, board and [stand-up](stand-ups.md).
4
4
5
5
## Goals
6
6
7
7
The goal of the scrum of scrums ceremony is to give sub-teams the agility they need while not loosing visibility and coordination. It also helps to ensure that the sub-teams are achieving their sprint goals, and they are going in the right direction to achieve the overall project goal.
8
8
9
-
The scrum of scrums ceremony happens every day and can be seen as a regular [stand-up](/Continuous-Planning/Agile-Development/Stand-Ups.md):
9
+
The scrum of scrums ceremony happens every day and can be seen as a regular [stand-up](stand-ups.md):
10
10
11
11
- What was done the day before by the sub-team.
12
12
- What will be done today by the sub-team.
@@ -15,11 +15,11 @@ The scrum of scrums ceremony happens every day and can be seen as a regular [sta
15
15
16
16
The outcome of the meeting will result in a list of impediments related to coordination of the whole project. Solutions could be: agreeing on interfaces between teams, discussing architecture changes, evolving responsibility boundaries, etc.
17
17
18
-
This list of impediments is usually managed in a separate [backlog](/Continuous-Planning/Agile-Development/Backlog-Management.md) but does not have to.
18
+
This list of impediments is usually managed in a separate [backlog](backlog-management.md) but does not have to.
19
19
20
20
## Participation
21
21
22
-
The common guideline is to have on average one person per sub-team to participate in the scrum of scrums. Ideally, the Process Lead of each sub-team would represent them in this ceremony. In some instances, the representative for the day is selected at the end of each sub-team daily [stand-up](/Continuous-Planning/Agile-Development/Stand-Ups.md) and could change every day. In practice, having a fixed representative tends to be more efficient in the long term.
22
+
The common guideline is to have on average one person per sub-team to participate in the scrum of scrums. Ideally, the Process Lead of each sub-team would represent them in this ceremony. In some instances, the representative for the day is selected at the end of each sub-team daily [stand-up](stand-ups.md) and could change every day. In practice, having a fixed representative tends to be more efficient in the long term.
23
23
24
24
## Impact
25
25
@@ -29,8 +29,8 @@ When choosing to implement Scrum of Scrums, you need to keep in mind that some t
29
29
30
30
## Measures
31
31
32
-
The easiest way to measure the impact is by tracking the time to resolve issues in the scrum of scrums backlog. You can also track issues reported during the [retrospective](/Continuous-Planning/Agile-Development/Retrospectives.md) related to global coordination (is it well done? can it be improved?).
32
+
The easiest way to measure the impact is by tracking the time to resolve issues in the scrum of scrums backlog. You can also track issues reported during the [retrospective](retrospectives.md) related to global coordination (is it well done? can it be improved?).
33
33
34
34
## Facilitation Guidance
35
35
36
-
This should be facilitated like a regular [stand-up](/Continuous-Planning/Agile-Development/Stand-Ups.md).
36
+
This should be facilitated like a regular [stand-up](stand-ups.md).
0 commit comments