Skip to content

Commit fd74fad

Browse files
committed
GLS edit of Estimation completed.
1 parent 3019f63 commit fd74fad

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

docs/slides/content/estimation.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -31,58 +31,60 @@ TL500 <!-- {.element: class="title-color"} -->
3131
* A mechanism for sizing different work items *relative* to each other
3232
* A tool to facilitate conversations, especially where there are different views on relative sizes
3333
* Common formats to call it: relative estimation, planning poker, count number of work items
34+
<!--This sentence doesn't really make sense. Does this mean that estimation is sometimes called relative estimation... OR that there are some different strategies to do estimating, such as relative estimation..." Please clarify.-->
3435

3536

3637

3738
#### _Why use it?_
3839

3940
* Facilitates conversation
40-
* Helps align groups of people to reach consensus on their understanding regarding the size of complexity and/or value of an item
41-
* Avoids the emotion, buffering and other negative side effects of absolute estimation
41+
* Helps align groups to reach consensus on their understanding regarding the size of, complexity, and/or value of an item
42+
* Avoids the emotion, buffering, and other negative side effects of absolute estimation
4243

4344

4445

4546
#### _How do we do it?_
46-
_Things to consider before starting:_ <!--{.element: style="font-size: smaller; font-weight: 100;"} -->
47-
* First we need to have done the product backlog refinement and the sprint planning
48-
* After we picked the user stories for the next sprint and put them into the Relative Estimation board
47+
_Things to consider before starting_ <!--{.element: style="font-size: smaller; font-weight: 100;"} -->
48+
* First, the product backlog refinement and the sprint planning must be done.
49+
* Then, you pick up the user stories for the next sprint and put them into the Relative Estimation board.
4950

5051

5152

5253
#### _How do we do it?_
53-
1. We draw a ladder and agree on the points we are going to use. A common practice is to use the Fibonacci series or T-Shirt sizes
54+
1. Draw a ladder and agree on the points to use. A common practice is to use the Fibonacci series or T-Shirt sizes.
5455

5556
![fibonacci-series](images/estimation/fibonacci-series.png)<!-- {.element: class="" style="border:none; box-shadow:none; max-width:40%;" } -->
5657

57-
2. Then we start the sizing for the stories: the first step is to identify the 1-pointer and the 13-pointer
58-
3. From there we then compare the other user stories to the previous items:
59-
- Maybe the second user story is a bit harder, so let's call that a 2-pointer
60-
- Then the next user story we need to ask ourselves how much harder or easier it is compared to the others
58+
2. Then, begin sizing for the stories. The first step is to identify the 1-pointer and the 13-pointer.
59+
3. Next, compare the other user stories to the previous items:
60+
- Perhaps the second user story is a bit harder, so let's call that a 2-pointer
61+
- Consider the story that follows. We must ask ourselves how much harder or easier it is compared to the others.
6162

6263

6364

6465
#### _How do we do it?_
6566
_An example_ <!--{.element: style="font-size: smaller; font-weight: 100;"} -->
66-
* 'Okay we have story A, is this bigger than the 3 points we have here?'
67-
* Assuming yes - 'Okay is it bigger than the 8 pointer? Or is it roughly the same size'
68-
* Assuming no - 'Okay so we'll say it is a 5 pointer then'
67+
* 'Is Story A bigger than the 3 points we have here?'
68+
* Assuming yes, ask "Is it bigger than the 8 pointer? Or is it roughly the same size?"
69+
* Assuming no, "Okay, then let's say it is a 5 pointer."
70+
<!--If it's not bigger than story A, then why do we increase the points from 3 to 5? This is unclear.-->
6971

7072

7173

7274
### Exercise - Fruit Salad 🥗
7375
#### _Relative Estimation_
7476
In 60 seconds ⏱...
7577

76-
* Individually - write as many fruits as you can think of the wilder and weirder the better
78+
* Individually, write down as many fruits as you can think of, the wilder and weirder the better.
7779

7880

7981

8082
### Exercise - Fruit Salad 🥗
8183
#### _Relative Estimation_
8284
* As a Team
83-
* Move the fruit to one single list and remove duplicates
84-
* Create rows on a board and label them 1,2,3,5,8,13
85-
* Relative Estimate your fruit based in how hard is to peel and cut each fruit
85+
* Combine the fruits into a single list and remove duplicates.
86+
* Create rows on a board and label them 1, 2, 3, 5, 8, and 13.
87+
* Perform a Relative Estimate of your fruits based on how hard is to peel and cut each fruit.
8688

8789

8890

@@ -108,19 +110,19 @@ In 60 seconds ⏱...
108110

109111
#### Key Takeaways
110112
</br>
111-
As we go through these estimations, conversations will occur within the team and you'll discover more with understandings beginning to align.
113+
As we go through these estimations, conversations occur within the team and you'll discover more as understandings beginning to align.
112114

113-
In this exercise this might include things like:
114-
- Perhaps someone has a tool that makes opening coconuts easier so maybe it doesn't require as much effort as we thought?
115-
- Maybe the orange has pips in it and also it's more difficult than the banana?
115+
In this exercise these new discoveries might include things such as:
116+
- Someone has a tool that makes opening coconuts easier, so perhaps it doesn't require as much effort as you first thought.
117+
- The orange has pips in it and it's also more difficult to peel than the banana.
116118
![fruits](images/estimation/fruits.png)<!-- {.element: class="" style="border:none; box-shadow:none; max-width:100%;" } -->
117119

118120

119121

120122
#### Facilitation Tips
121-
A helpful tool for big planning:
122-
* The relative estimation line is one technique that can help with this sort of thing allowing for quick and easy estimation based on past experience
123-
* It is important to avoid stories too big that are brought into the sprint and they are carried over multiple sprints. Because the story is never "done" the points cannot be cashed in.
123+
A helpful tool for big planning
124+
* The relative estimation line is a technique that helps planning by allowing for quick and easy estimation based on past experience.
125+
* It is important to avoid stories that are too big and are carried over multiple sprints. Because the story is never "done", the points cannot be cashed in.
124126

125127

126128

0 commit comments

Comments
 (0)