Difference between revisions of "Story splitter"
Jump to navigation
Jump to search
(→Sources: += InfoQ » Savita Pahuja » Empirical Measurement of Cycle Time by Slicing Heuristic) |
m (Alistair Cockburn) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|goal=get many bite-szied chunks done done | |goal=get many bite-szied chunks done done | ||
|stage=Sparkle | |stage=Sparkle | ||
|theme=Agile | |theme=Agile, Lean, Scrum, Extreme Programming, Kanban | ||
|context=umpf, a big chunk. | |context=umpf, a big chunk. | ||
|wish=Get a big thing done. | |wish=Get a big thing done. | ||
|so=Split it into bite-sized chunks that each deliver value. | |so=Split it into bite-sized chunks that each deliver value. | ||
|wish full=Get a big thing done. | |wish full=Get a big thing done. | ||
|background====Why split stories?=== | |||
*Reduce uncertainty | |||
*Early and faster feedback | |||
*Easier time estimation | |||
*Faster value to customer | |||
*Visible work progress—visible flow | |||
*Clearer responsibility | |||
*Earlier start of work/code/test/execute | |||
*Easier distribution across team | |||
*Easy to debug | |||
*Easy to test and validate | |||
See {{p|small is beautiful}} | |||
|therefore full=Split it into bite-sized chunks that each deliver value. | |therefore full=Split it into bite-sized chunks that each deliver value. | ||
}} | }} | ||
Because {{p|small is beautiful}}, there is a strong preference for small items, as they: | |||
*enjoy shorter short cycle times; | |||
*show more progress on the {{p|kanban board}}; | |||
*take less effort to complete; | |||
*are easier to understand; | |||
*are easier to test and accept; | |||
*provide a predicable and continuous flow that facilitates expectation management; and | |||
*make “past results '''are''' a guarantee for the future” come true, just like {{p|yesterday’s weather}}. | |||
To be specific, in {{p|planguage}} this looks like: | |||
{|rules="rows" | |||
!align="left" colspan="2"|Small Stories | |||
|- | |||
|align="right"|'''Scale''' | |||
|Average number of days per item. | |||
|- | |||
|align="right"|'''Meter''' | |||
|Track the number of days per item in a {{p|control chart}}. | |||
|- | |||
|align="right"|'''Wish''' | |||
|≤ 2 days | |||
|- | |||
|align="right"|'''Goal''' | |||
|≤ 3 days | |||
|- | |||
|align="right"|'''Must''' | |||
|≤ 5 days | |||
|- | |||
|align="right"|'''Now''' | |||
|20 days | |||
|- | |||
|align="right"|'''Therefore''' | |||
| | |||
#Split items until: | |||
##the item has exactly one {{p|crystal clear acceptance criterium}} (or scenario) specified in {{p|gherkin}}; and | |||
##each {{p|feature}} consists of ≤ 4 {{p|user stories}}; and | |||
##each {{p|user story}} has ≤ 6 tasks. | |||
#Identify and discuss outliers during or right after the {{p|daily standup}}. | |||
|} | |||
==Sources== | ==Sources== | ||
{{WebSourceListItem | |||
|url=http://www.slideshare.net/neilkillick/effective-story-slicing | |||
|site=SlideShare | |||
|person=Neil Killick | |||
|title=Effective Story Slicing | |||
}} | |||
{{WebSourceListItem | {{WebSourceListItem | ||
|url=https://docs.google.com/document/d/1TCuuu-8Mm14oxsOnlk8DqfZAA1cvtYu9WGv67Yj_sSk/pub | |url=https://docs.google.com/document/d/1TCuuu-8Mm14oxsOnlk8DqfZAA1cvtYu9WGv67Yj_sSk/pub | ||
Line 18: | Line 75: | ||
{{WebSourceListItem | {{WebSourceListItem | ||
|url=http://alistair.cockburn.us/Elephant+Carpaccio+exercise | |url=http://alistair.cockburn.us/Elephant+Carpaccio+exercise | ||
|site=Alistair | |site=Alistair Cockburn | ||
|person=Alistair | |person=Alistair Cockburn | ||
|title=Elephant Carpaccio exercise | |title=Elephant Carpaccio exercise | ||
}} | }} | ||
Line 27: | Line 84: | ||
|person=Martien van Steenbergen | |person=Martien van Steenbergen | ||
|title=Verhalenhakker | |title=Verhalenhakker | ||
}} | }} | ||
{{WebSourceListItem | {{WebSourceListItem | ||
Line 35: | Line 91: | ||
|title=Empirical Measurement of Cycle Time by Slicing Heuristic | |title=Empirical Measurement of Cycle Time by Slicing Heuristic | ||
}} | }} | ||
{{WebSourceListItem | |||
|url=http://xprogramming.com/articles/getting-small-stories/ | |||
|site=xProgramming | |||
|person=Ron Jeffries | |||
|title=Getting Small Stories | |||
}} | |||
{{WebSourceListItem | |||
|url=http://neilkillick.com/2014/07/16/my-slicing-heuristic-concept-explained/ | |||
|site=NeilClick.com | |||
|person=Neil Click | |||
|title=My Slicing Heuristic Concept Explained | |||
}} | |||
{{WebSourceListItem | |||
|url=http://ronjeffries.com/articles/015-jul/slicing/ | |||
|site=xProgramming | |||
|person=Ron Jeffries | |||
|title=Slicing, Estimation, Trimming | |||
}} | |||
{{tag|story}} |
Latest revision as of 17:07, 19 November 2017
…umpf, a big chunk.
✣ ✣ ✣
Get a big thing done.
Why split stories?
- Reduce uncertainty
- Early and faster feedback
- Easier time estimation
- Faster value to customer
- Visible work progress—visible flow
- Clearer responsibility
- Earlier start of work/code/test/execute
- Easier distribution across team
- Easy to debug
- Easy to test and validate
Therefore:
Split it into bite-sized chunks that each deliver value.
✣ ✣ ✣
✣ ✣ ✣
Because small is beautiful, there is a strong preference for small items, as they:
- enjoy shorter short cycle times;
- show more progress on the kanban board;
- take less effort to complete;
- are easier to understand;
- are easier to test and accept;
- provide a predicable and continuous flow that facilitates expectation management; and
- make “past results are a guarantee for the future” come true, just like yesterday’s weather.
To be specific, in planguage this looks like:
Small Stories | |
---|---|
Scale | Average number of days per item. |
Meter | Track the number of days per item in a control chart. |
Wish | ≤ 2 days |
Goal | ≤ 3 days |
Must | ≤ 5 days |
Now | 20 days |
Therefore |
|
Sources
- SlideShare » Neil Killick » Effective Story Slicing
- Google Docs » Henrik Kniberg, Alistair Cockburn » Elephant Carpaccio Exercise Facilitation Guide
- Alistair Cockburn » Alistair Cockburn » Elephant Carpaccio exercise
- Pareltaal » Martien van Steenbergen » Verhalenhakker
- InfoQ » Savita Pahuja » Empirical Measurement of Cycle Time by Slicing Heuristic
- xProgramming » Ron Jeffries » Getting Small Stories
- NeilClick.com » Neil Click » My Slicing Heuristic Concept Explained
- xProgramming » Ron Jeffries » Slicing, Estimation, Trimming