An introduction to agile estimation and release planning

James Whitehead
James WhiteheadSenior Project Manager at Morph360Tech
AN INTRODUCTION
TO AGILE
ESTIMATION AND
RELEASE PLANNING
James Whitehead
INTRODUCTION
⦿ Building the product backlog
⦿ Estimation
⦿ DEEP
⦿ Splitting your user stories
⦿ Planning
◼ Release Planning
PRODUCT BACKLOG
⦿ A list of user stories form your Product
Backlog. Often termed PBI (Product Backlog Item)
As a xxxxx I
want xxx so
that xxxx
As a xxxxx I
want xxx so
that xxxx
As a xxxxx I
want xxx so
that xxxx
As a xxxxx I
want xxx so
that xxxx
As a xxxxx I
want xxx so
that xxxx
As a xxxxx I
want xxx so
that xxxx
ESTIMATE EACH ITEM
How long is this going to take?
- 1 day ?
- 1 week?
- Forever?
ESTIMATE EACH ITEM
How long is this going to take?
- 1 day ?
- 1 week?
- Forever?
Estimates are not time based but relative
to each other
ESTIMATE EACH ITEM
⦿ Is
⦿ likely to take longer than
⦿ ?
⦿ Remember estimation is relative sizing!
#1
#2
Why Is estimation so
hard?
An introduction to agile estimation and release planning
2 – ESTIMATE EACH ITEM
RELATIVE ESTIMATION
Estimating Story Points Using Complexity Buckets
 
⦿ This approach provides a consistent way for teams to size
stories by discussing each story in terms of pre-defined
buckets of complexity before deciding on the final points.
 
⦿ The steps are simple:
◼ Decide on the buckets of complexity you think match your
project. For example, many software development efforts
have the buckets used below.
◼ Discuss the story in each bucket and determine if the team
can agree if the work it has a Light, Medium, High or Complex
level of complexity.
◼ Add up the points and see which Fibonacci Story Point bucket
it falls into. If it falls between two buckets, have the team do
a gut check and decide on which ones it falls into.
2 – ESTIMATION
HELPFUL TIPS
User Interface Business Logic Data/Integration Testing
L = 1 L = 1 L = 1 L = 1
M = 2 M = 2 M = 2 M = 2
H = 3 H = 3 H = 3 H = 3
C = 4 C = 4 C = 4 C = 4
Helpful Considerations Helpful Considerations Helpful Considerations Helpful Considerations
- number of screen
fields?
- number of business rules? - number of data stores - user testing complexity
- Screen validation
logic?
- business rules complexity - complexity of Stored
procedures/triggers
- data setup complexity for
each test pack
- number of screens?   - number of
tables/relationships
- test automation complexity
1 2 3 5 8 13 21
Example
As a customer, I want to browse the list of products so that I view the details.
User interface: M = 2
Business Logic: N/A
Data: L = 1
Testing: L = 1
Total is 4 points, which is between 3 and 5, team decide on 3.
USER INTERFACE
⦿ L = 1
⦿ M = 2
⦿ H = 3
⦿ C = 4
⦿ Helpful Considerations
◼ - number of screen fields?
◼ - Screen validation logic?
◼ - number of screens?
BUSINESS LOGIC
⦿ L = 1
⦿ M = 2
⦿ H = 3
⦿ C = 4
⦿ Helpful Considerations
◼ - number of business rules?
◼ - business rules complexity
DATA/INTEGRATION
⦿ L = 1
⦿ M = 2
⦿ H = 3
⦿ C = 4
⦿ Helpful Considerations
◼ - number of data stores
◼ - complexity of Stored procedures/triggers
◼ - number of tables/relationships
TESTING
⦿ L = 1
⦿ M = 2
⦿ H = 3
⦿ C = 4
⦿ Helpful Considerations
◼ - user testing complexity
◼ - data setup complexity for each test pack
◼ - test automation complexity
EXAMPLE
As a customer, I want to browse the list of
products so that I can view the details.
User interface: M = 2
Business Logic: N/A
Data: L = 1
Testing: L = 1
Total is 4 points, which is between 3 and 5,
team decide on 3 because the business logic is
not applicable.
INVEST
Letter Meaning Description
I Independent
The user story should be self-contained, in a way that there is
no inherent dependency on another user story.
N Negotiable
User stories, up until they are part of a sprint, can always be
changed and rewritten.
V Valuable A user story must deliver value to the business
E Estimable You must always be able to estimate the size of a user story.
S Sized appropriately or
Small
User stories should not be so big as to become impossible to
plan/task/prioritize with a certain level of certainty.
T Testable
The user story or its related description must provide the
necessary information to make testing of the development
possible.
The INVEST mnemonic was created by Bill Wake as a reminder of the characteristics of a good quality
user story, as may be used in a Scrum backlog.
INDEPENDENT
⦿ The user story should be self-contained,
in a way that there is no inherent
dependency on another user story.
NEGOTIABLE
⦿ User stories, up until they are part of a
sprint, can always be changed and
rewritten.
VALUABLE
⦿ A user story must deliver value to the
business
◼ Value can be monetary
◼ Gain more customers
◼ Coming up with technical stories that are really
fun to code but bring no value to the end-user
violates one of the Agile Principles, which is to
continuously deliver valuable software to the
business.
ESTIMABLE
⦿ You must always be able to estimate the
size of a user story.
◼ If a user story size cannot be estimated, it will
never be planned, tasked, and, thus, become
part of a sprint.
◼ So there's actually no point in keeping this kind
of user story in the Product Backlog at all.
TESTABLE
⦿ The user story or its related description
must provide the necessary information to
make testing of the development
possible.
◼ Remember here these tests can be part of your
conditions of satisfaction or acceptance criteria.
SIZED APPROPRIATELY
⦿ User stories should not be so big as to
become impossible to plan/task/prioritize
with a certain level of certainty.
◼ Try to keep your user story sizes to typically a few person-days
and at most a few person-weeks. Anything beyond that range
should be considered too large to be estimated with a good
level of certainty or even "epic" and broken down into smaller
user stories.
◼ There's no problem in starting with epic stories, as long as they
are broken down when the time to place them in a sprint
backlog becomes closer
OR SMALL
◼ Try to keep your user story sizes to typically
a few person-days and at most a few person-
weeks. Anything beyond that range should be
considered too large to be estimated with a
good level of certainty or even "epic" and
broken down into smaller user stories.
◼ There's no problem in starting with epic
stories, as long as they are broken down
when the time to place them in a sprint
backlog becomes closer
MY USER STORY IS TOO BIG
⦿ What do you do if the estimation is too big!!
EXAMPLE OF A USER STORY
(THIS IS AN EPIC)
⦿ As a Director of Marketing, I
want to review the
performance of historical
advertising campaigns so that
I can identify profitable
campaigns worth repeating.
INVEST
Independent
The user story should be self-contained, in a way that there is no inherent dependency on another
user story.
Negotiable
User stories, up until they are part of a sprint, can always be changed and rewritten.
Valuable
A user story must deliver value to the business
Estimable
You must always be able to estimate the size of a user story.
Sized appropriately or Small
User stories should not be so big as to become impossible to plan/task/prioritize with a certain level
of certainty.
Testable
The user story or its related description must provide the necessary information to make test
development possible.
INVEST
Independent
The user story should be self-contained, in a way that there is no inherent dependency on another
user story.
Negotiable
User stories, up until they are part of a sprint, can always be changed and rewritten.
Valuable
A user story must deliver value to the business
Estimable
You must always be able to estimate the size of a user story.
Sized appropriately or Small
User stories should not be so big as to become impossible to plan/task/prioritize with a certain level
of certainty.
Testable
The user story or its related description must provide the necessary information to make test
development possible.
Has too many dependencies on other stories
You could negotiate on parts of the story
Clearly there is business value here avoids spending on
campaigns and maximises investment in good campaigns
Can you really size this properly.
This story is very large and not small at all
There are so many test here on data and output to get
testing into shape is complex and time consuming
EXAMPLE OF A USER STORY
(STILL EPICS)
⦿ As a Director of Marketing, I want to select
the timeframe to use when reviewing the
performance of past advertising campaigns so
that I can identify profitable ones.
⦿ As a Director of Marketing, I want to select
which type of campaigns (direct mail, TV, e-
mail, radio and so on) to include when
reviewing the performance of historical
advertising campaigns.
EXAMPLE OF A USER STORY
(THREE STORIES)
◼ As a Director of Marketing, I want to set simple
date ranges to be used when reviewing the
performance of past advertising campaigns so
that I can pick an exact set of dates.
◼ As a Director of Marketing, I want to select
seasons (spring, summer, autumn, winter) to be
used when reviewing the performance of past
advertising campaigns so that I can view trends
across multiple years.
◼ As a Director of Marketing, I want to select a
holiday period (Easter, Christmas and so on) to
be used when reviewing the performance of past
advertising campaigns so that I can look for
trends across multiple years.
EXAMPLE OF A USER STORY
3 STORIES OR ARE THEY CONDITIONS OF
SATISFACTION (ACCEPTANCE CRITERIA)???
◼ Set simple date ranges of past advertising
performance
◼ Pick an exact set of dates.
◼ Select seasons (spring, summer, autumn, winter)
◼ View trends across multiple years.
◼ Select a holiday period (Easter, Christmas and so
on)
◼ Review performance trends across multiple
years.
SOME MORE TIPS ON
SPLITTING USER STORIES
SPLITTING USER STORIES
(CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE)
⦿ 1. Workflow Steps
◼ What steps does a user perform?
◼ Are all steps necessary (right now)?
◼ Can steps be simplified (for now)?
◼ i.e. steps in an order process, like
selecting a payment option, delivery
method.
SPLITTING USER STORIES
(CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE)
⦿ 2. Business Rules
◼ What rules apply to this story
◼ Are all business rules necessary (right now)?
◼ Can simpler rules suffice (for now)?
◼ i.e. failures during webshop order process
and possible recovery options maybe done as
a later user story.
SPLITTING USER STORIES
(CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE)
⦿ 3. Happy/Unhappy flow
◼ What does the happy/unhappy flow look like?
◼ Are all unhappy flows necessary (right now)?
◼ Can unhappy flows be simplified (right now)?
◼ i.e. failures during webshop order process
and possible recovery options
SPLITTING USER STORIES
(CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE)
⦿ 4. Input options
◼ Which platforms are supported?
◼ Are all platforms required (right now)?
◼ Are some platforms harder than others?
◼ i.e. tablet, iPhone, desktop, touchscreen PC
SPLITTING USER STORIES
(CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE)
⦿ 5. Datatypes and parameters
◼ What datatypes are supported?
◼ What parameters are relevant?
◼ i.e. different search options/strategies or
different kinds of reports (table, graphs etc)
SPLITTING USER STORIES
(CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE)
⦿ 6. Operations
◼ What operations does this story entail?
◼ Are all operations necessary (right now)?
◼ i.e. splitting down CRUD (create, read,
update, delete) operations
SPLITTING USER STORIES
(CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE)
⦿ 7. Test cases/ acceptance criteria
◼ What tests are used to verify this story?
◼ What acceptance criteria apply?
◼ Are all test scenarios necessary (right now)?
◼ i.e. some test scenarios may be very complex
and not highly relevant to the context of this
user story.
SPLITTING USER STORIES
(CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE)
⦿ 8. Roles
◼ What roles are involved in this story?
◼ Are roles necessary now?
◼ i.e. customer can create orders,
administration can manager orders, pickers
can pick and order, packers can pack and
order and shipping can ship the order.
SUMMARY
⦿ Stories will change
⦿ Everyone estimates
⦿ Points are NOT a unit of time but relative
⦿ Being consistent is more important than
being accurate
⦿ Estimates must include uncertainty
ACCEPTANCE CRITERIA
OR CONDITIONS OF
SATISFACTION
GOOD ACCEPTABLE CRITERIA AND
TESTS
⦿ S – Specific – Explicitly defined and definite
⦿ M – Measureable – Possible to observe and quantify
⦿ A- Achievable – Capable of existing and taking place
⦿ R – Relevant – Having a connection with the story
⦿ T – Time-bound – When will the outcome be observed
SPECIFY BY EXAMPLE
Data
Expected
Result
Expected
Message
Aa9ab$ Fail Too Short
AAbbCC11 Fail
No Special
Characters
$$$bbb111 Fail No Upper Case
AAA%% Fail No Lower Case
AAAA%%%%
bbbbb
Fail No numbers
IsThis$AGood1
1
Pass
DEEP
DEEP
How DEEP is your Product Backlog.
The product backlog should have the following
key attributes (DEEP):
(D)Detailed appropriately
(E)Estimated
(E)Emergent
(P)Prioritized
DETAILED APPROPRIATELY
⦿ User stories that are high priority are
described in detail so that they can be well
understood before they can be completed in
the coming sprint.
⦿ Stories that are on low priority should have
“just enough” details and they can be
refined over time.
ESTIMATED
⦿ Product backlog also acts as a planning tool
other than acting as a work to do repository.
⦿ The items on the backlog are estimated and
the estimates for the user stories down the
order are usually less precise because all the
details are not understood yet.
⦿ They can be refined overtime.
EMERGENT
⦿ The product backlog is not static. It evolves,
and its contents change over time.
⦿ As more is learned and discovered, user
stories are added to the product backlog.
⦿ Existing user stories are modified, re-
prioritized, refined, or removed on a regular
basis.
PRIORITIZED
⦿ All items in the product backlog are
prioritized.
⦿ Teams select high-priority items from the
backlog. If there is no effort estimate, or if it
needs review, a new estimate is created.
⦿ The most valuable and highest-priority items
are implemented first and the least valuable
ones at last.
⦿ This approach of following the priority order
helps teams to maximize the value of the
product or system being developed for the
business (Product Owner).
PRIORITISE
2 6 4
2 4 6
2 4 4
PRIORITISE
⦿ - Apply a Business Value
2 6 4
2 4 6
2 4 4
PRIORITISE
⦿ - Prioritise By Business Value
2 6 4
4 4 6
4 2 2
SUMMARY - PRIORITISE
⦿ It is important for the team to help the
Product Owner prioritise and get into the
mind of focus on the right things
⦿ It helps the development team focus on
doing things right
⦿ Remember the Product Owner has the final
word
⦿ Technical dependencies are relevant
⦿ Priorities will change over time
VELOCITY
⦿ What is all this talk about velocity!
⦿ Velocity is the amount of stories completed
during a sprint that can then be estimated or
planned for future sprints.
SPRINTS – PLANNED VELOCITY
8 10 14 14 14 18
Sprint 1 Sprint 2 Sprint 3 Sprint 4 Sprint 5 Sprint 6
2
2
2
2
2
4
2
2
2
2
4
6
4
4
4
2
2
4
6
2
2
4
6
6
What if we don’t have enough history of Agile/Scrum
to
get the velocity
Planned Velocity
2 10 14 14 14 18
Sprint 1 Sprint 2 Sprint 3 Sprint 4 Sprint 5 Sprint 6
Velocity
SPRINTS
2 10 14 14 14 18
Sprint 1 Sprint 2 Sprint 3 Sprint 4 Sprint 5 Sprint 6
Velocity = 12
SPRINTS
Velocity is the number of completed stories divided by the planned sprints
SUMMARY
⦿ Planned Velocity is useful only until we have
real data - just an educated guess
⦿ “Yesterday’s weather” is more important
than average
⦿ Sprints must create production-quality
potentially shippable products
⦿ Velocity is specific for a team as each team
is unique
5 – MIN BREAK
PLANNING
PLANNING
⦿ So how do we plan in Agile/Scrum
CANDIDATE SCHEDULE
⦿Say planned
velocity is 6
CANDIDATE SCHEDULE
⦿Say planned
velocity is 6
⦿Backlog is 34 points
total
CANDIDATE SCHEDULE
⦿34 /6 = 6 Sprints
CANDIDATE SCHEDULE
Sprint 1 Sprint 2 Sprint 3 Sprint 4 Sprint 5 Sprint 6
2
4
6 2
4
2
4
6 4
CANDIDATE SCHEDULE
⦿ Remember no more than 6
as this is your velocity!
⦿ (Yes you can negotiate within the
team but be careful remember it is
a team commitment not you as an
individual)
CONCLUSION
⦿ This is just a framework - there are multiple
variants
⦿ The Product Owner and Business (Subject
Matter Experts) are partners during
estimation and planning
⦿ Don’t try to change the world, change your
plan
MONITOR AND ADAPT
⦿ You can’t embrace change and have a plan
written in stone
⦿ Re-estimate whenever necessary
⦿ Don’t try and force real life to look like
your plan - It’s the other way around
MONITOR AND ADAPT
RELEASE PLANNING
MONITOR AND ADAPT
⦿ Plans are nothing.
⦿ Planning is everything.
Dwight D. Einsenhower
RELEASE PLANNING – WHERE DOES
IT FIT IN AGILE/SCRUM
PLANNING LEVELS
Product Backlog Release Backlog Sprint Backlog
Might have an initial
estimate (perhaps both
analysis and development
and an expression of
technical and business
confidence that this is
real and achievable
As a __, I want
to be able to
__ so that __
As a __, I want
to be able to
__ so that __
More detailed estimate
and a specific
acceptance test – low
confidence stories might
be spiked or prototyped
I will know this
is done when
_____
As a __, I want
to be able to
__ so that __
I will know this
is done when
_____
To do this I
must
1) ______
2) ______
Business Goal
Possible
automation
of the
acceptance
test
Development
team breaks
out the detail
of work needed
to pass test
RELEASE PLANNING
SCHEDULE
Apr May Jun Jul Aug Sep Oct Nov
Release
Meeting
1 2 3 4
Releases
1 1 2 2 3 3 4
Ideally a release planning meetings happens once every two months
to set the PBIs for the following Releases, just so happens we have
gone and set them against months above but…..
EXAMPLE RELEASE PLAN
Major Features
(Themes)
Sprint 1 Sprint 2 Sprint 3 Sprint 4 to 6 Quarter 2 Quarter 3 Year 2
Authentication
Login Screen  
Security
Questions
 
SSO
Integration
with Partner
Sites
   
SSL Encryption            
Order Entry
 
Product
Selection
       
Sponsored
Lookups
 
Product
Review
Product
Comparison
       
Checkout
  Checkout   Coupons      
     
Order
Tracking
    Reward Points
Release Plans
can be set
against Sprints
And Sprints can be between 1 to 4 Weeks in length.
1 of 75

Recommended

Agile estimation by
Agile estimationAgile estimation
Agile estimationStephen Forte
15.6K views23 slides
Agile stories, estimating and planning by
Agile stories, estimating and planningAgile stories, estimating and planning
Agile stories, estimating and planningDimitri Ponomareff
21.5K views40 slides
Agile estimation and planning peter saddington by
Agile estimation and planning  peter saddingtonAgile estimation and planning  peter saddington
Agile estimation and planning peter saddingtonPeter Saddington
4.9K views25 slides
Estimating Story Points in Agile - MAGIC Approach by
Estimating Story Points in Agile - MAGIC ApproachEstimating Story Points in Agile - MAGIC Approach
Estimating Story Points in Agile - MAGIC ApproachMarraju Bollapragada V
8.1K views21 slides
Keeping Product Backlog Healthy by
Keeping Product Backlog HealthyKeeping Product Backlog Healthy
Keeping Product Backlog HealthyDhaval Panchal
4.5K views35 slides
User Story Sizing using Agile Relative Estimation by
User Story Sizing using Agile Relative EstimationUser Story Sizing using Agile Relative Estimation
User Story Sizing using Agile Relative EstimationAlex Kanaan, SPC5, CSP, ACC, ATF
5.4K views61 slides

More Related Content

What's hot

Agile estimation and planning by
Agile estimation and planning Agile estimation and planning
Agile estimation and planning Elad Sofer
1.7K views40 slides
Practical estimation techniques by
Practical estimation techniquesPractical estimation techniques
Practical estimation techniquesSwatiKapoor43
1.2K views16 slides
Introduction to story points by
Introduction to story pointsIntroduction to story points
Introduction to story pointsAnil Kulkarni CSM
393 views6 slides
Estimation and Release Planning in Scrum by
Estimation and Release Planning in ScrumEstimation and Release Planning in Scrum
Estimation and Release Planning in ScrumLeapfrog Technology Inc.
1.2K views21 slides
Estimation techniques for Scrum Teams by
Estimation techniques for Scrum TeamsEstimation techniques for Scrum Teams
Estimation techniques for Scrum TeamsJesus Mendez
3K views47 slides
[HCM Scrum Breakfast] Agile estimation - Story points by
[HCM Scrum Breakfast] Agile estimation - Story points[HCM Scrum Breakfast] Agile estimation - Story points
[HCM Scrum Breakfast] Agile estimation - Story pointsScrum Breakfast Vietnam
2K views41 slides

What's hot(20)

Agile estimation and planning by Elad Sofer
Agile estimation and planning Agile estimation and planning
Agile estimation and planning
Elad Sofer1.7K views
Practical estimation techniques by SwatiKapoor43
Practical estimation techniquesPractical estimation techniques
Practical estimation techniques
SwatiKapoor431.2K views
Estimation techniques for Scrum Teams by Jesus Mendez
Estimation techniques for Scrum TeamsEstimation techniques for Scrum Teams
Estimation techniques for Scrum Teams
Jesus Mendez3K views
The Essence of Sprint Planning : Presented by Sprint Planning by oGuild .
The Essence of Sprint Planning : Presented by Sprint PlanningThe Essence of Sprint Planning : Presented by Sprint Planning
The Essence of Sprint Planning : Presented by Sprint Planning
oGuild .1.1K views
Agile Estimating & Planning by Amaad Qureshi by Amaad Qureshi
Agile Estimating & Planning by Amaad QureshiAgile Estimating & Planning by Amaad Qureshi
Agile Estimating & Planning by Amaad Qureshi
Amaad Qureshi2K views
Agile User Stories by kahgeh75
Agile User StoriesAgile User Stories
Agile User Stories
kahgeh755.3K views
Agile Estimating & Planning by AgileDad
Agile Estimating & PlanningAgile Estimating & Planning
Agile Estimating & Planning
AgileDad11.8K views
Estimation and Velocity - Scrum Framework by Upekha Vandebona
Estimation and Velocity - Scrum FrameworkEstimation and Velocity - Scrum Framework
Estimation and Velocity - Scrum Framework
Upekha Vandebona1.9K views
Story Points Estimation And Planning Poker by Daniel Toader
Story Points Estimation And Planning PokerStory Points Estimation And Planning Poker
Story Points Estimation And Planning Poker
Daniel Toader2.2K views
story points v2 by Jane Yip
story points v2story points v2
story points v2
Jane Yip1.3K views
Agile estimating 12112013 - Agile KC Dec 2013 by molsonkc
Agile estimating 12112013 - Agile KC Dec 2013Agile estimating 12112013 - Agile KC Dec 2013
Agile estimating 12112013 - Agile KC Dec 2013
molsonkc2.6K views

Viewers also liked

Agile estimation techniques workshop by
Agile estimation techniques workshopAgile estimation techniques workshop
Agile estimation techniques workshopFrederic Vandaele
3.2K views19 slides
Planning Analysis Designing and Estimation of Residential Building by
Planning Analysis Designing and Estimation of Residential BuildingPlanning Analysis Designing and Estimation of Residential Building
Planning Analysis Designing and Estimation of Residential BuildingMohamed Peer Thavood
36.3K views63 slides
Cost concepts and design by
Cost concepts and designCost concepts and design
Cost concepts and designMUHAMMAD KHURSHID AHMAD
1.9K views15 slides
Splitting user stories by
Splitting user storiesSplitting user stories
Splitting user storiesPaul Ellarby
640 views10 slides
New version: https://www.slideshare.net/LukasKlose/incremental-delivery-benef... by
New version: https://www.slideshare.net/LukasKlose/incremental-delivery-benef...New version: https://www.slideshare.net/LukasKlose/incremental-delivery-benef...
New version: https://www.slideshare.net/LukasKlose/incremental-delivery-benef...Lukas Klose
375 views22 slides
Agile Estimation by
Agile EstimationAgile Estimation
Agile EstimationSid Dane
1.5K views29 slides

Viewers also liked(20)

Planning Analysis Designing and Estimation of Residential Building by Mohamed Peer Thavood
Planning Analysis Designing and Estimation of Residential BuildingPlanning Analysis Designing and Estimation of Residential Building
Planning Analysis Designing and Estimation of Residential Building
Mohamed Peer Thavood36.3K views
Splitting user stories by Paul Ellarby
Splitting user storiesSplitting user stories
Splitting user stories
Paul Ellarby640 views
New version: https://www.slideshare.net/LukasKlose/incremental-delivery-benef... by Lukas Klose
New version: https://www.slideshare.net/LukasKlose/incremental-delivery-benef...New version: https://www.slideshare.net/LukasKlose/incremental-delivery-benef...
New version: https://www.slideshare.net/LukasKlose/incremental-delivery-benef...
Lukas Klose375 views
Agile Estimation by Sid Dane
Agile EstimationAgile Estimation
Agile Estimation
Sid Dane1.5K views
Using Agile and Lean to Stay Ahead in a Tough Economy by Sally Elatta
Using Agile and Lean to Stay Ahead in a Tough EconomyUsing Agile and Lean to Stay Ahead in a Tough Economy
Using Agile and Lean to Stay Ahead in a Tough Economy
Sally Elatta2.1K views
How to build a Product Backlog with User Stories. The example of Twitter by bart vermijlen
How to build a Product Backlog with User Stories. The example of TwitterHow to build a Product Backlog with User Stories. The example of Twitter
How to build a Product Backlog with User Stories. The example of Twitter
bart vermijlen3.6K views
Scrum planning poker, principles of the game by Sid Dane
Scrum planning poker, principles of the gameScrum planning poker, principles of the game
Scrum planning poker, principles of the game
Sid Dane3.7K views
Probabilistic project sizing using Randomized Branch Sampling (RBS) by Dimitar Bakardzhiev
Probabilistic project sizing using Randomized Branch Sampling (RBS)Probabilistic project sizing using Randomized Branch Sampling (RBS)
Probabilistic project sizing using Randomized Branch Sampling (RBS)
Dimitar Bakardzhiev3.3K views
User story estimation with agile architectures by Raffaele Garofalo
User story estimation with agile architecturesUser story estimation with agile architectures
User story estimation with agile architectures
Raffaele Garofalo2.6K views
Cheat Sheet: 8 ways to split your user stories by Payton Consulting
Cheat Sheet:  8 ways to split your user storiesCheat Sheet:  8 ways to split your user stories
Cheat Sheet: 8 ways to split your user stories
Payton Consulting4.8K views
Guia do Papel e Responsabilidade do Scrum Master by Paulo Lomanto
Guia do Papel e Responsabilidade do Scrum MasterGuia do Papel e Responsabilidade do Scrum Master
Guia do Papel e Responsabilidade do Scrum Master
Paulo Lomanto5.7K views
SWS15: Winter School - Inclusive Access & Wayfinding for Built Environments a... by CEPT University
SWS15: Winter School - Inclusive Access & Wayfinding for Built Environments a...SWS15: Winter School - Inclusive Access & Wayfinding for Built Environments a...
SWS15: Winter School - Inclusive Access & Wayfinding for Built Environments a...
CEPT University454 views
SWS15: Winter School - Moving A Megapolis: Istanbul by CEPT University
SWS15: Winter School - Moving A Megapolis: IstanbulSWS15: Winter School - Moving A Megapolis: Istanbul
SWS15: Winter School - Moving A Megapolis: Istanbul
CEPT University953 views
20161015 taiyaba rashid sociology_contemporary culture_the metropolitan exper... by Taiyaba Rashid
20161015 taiyaba rashid sociology_contemporary culture_the metropolitan exper...20161015 taiyaba rashid sociology_contemporary culture_the metropolitan exper...
20161015 taiyaba rashid sociology_contemporary culture_the metropolitan exper...
Taiyaba Rashid305 views

Similar to An introduction to agile estimation and release planning

Developing User stories - Beyond the Basics by
Developing User stories - Beyond the BasicsDeveloping User stories - Beyond the Basics
Developing User stories - Beyond the BasicsKubair Shirazee
3.4K views11 slides
Backlog Management & Discovery by
Backlog Management & DiscoveryBacklog Management & Discovery
Backlog Management & DiscoveryTarun Singh
76 views61 slides
Creating a Product Roadmap - Product Strategy Series by
Creating a Product Roadmap - Product Strategy SeriesCreating a Product Roadmap - Product Strategy Series
Creating a Product Roadmap - Product Strategy SeriesMike Biggs GAICD
2K views28 slides
Agile Network India | Effective User story writing and story mapping approach... by
Agile Network India | Effective User story writing and story mapping approach...Agile Network India | Effective User story writing and story mapping approach...
Agile Network India | Effective User story writing and story mapping approach...AgileNetwork
33 views18 slides
Agile Network India | Effective User story writing and story mapping approach... by
Agile Network India | Effective User story writing and story mapping approach...Agile Network India | Effective User story writing and story mapping approach...
Agile Network India | Effective User story writing and story mapping approach...AgileNetwork
61 views18 slides

Similar to An introduction to agile estimation and release planning(20)

Developing User stories - Beyond the Basics by Kubair Shirazee
Developing User stories - Beyond the BasicsDeveloping User stories - Beyond the Basics
Developing User stories - Beyond the Basics
Kubair Shirazee3.4K views
Backlog Management & Discovery by Tarun Singh
Backlog Management & DiscoveryBacklog Management & Discovery
Backlog Management & Discovery
Tarun Singh76 views
Creating a Product Roadmap - Product Strategy Series by Mike Biggs GAICD
Creating a Product Roadmap - Product Strategy SeriesCreating a Product Roadmap - Product Strategy Series
Creating a Product Roadmap - Product Strategy Series
Mike Biggs GAICD2K views
Agile Network India | Effective User story writing and story mapping approach... by AgileNetwork
Agile Network India | Effective User story writing and story mapping approach...Agile Network India | Effective User story writing and story mapping approach...
Agile Network India | Effective User story writing and story mapping approach...
AgileNetwork33 views
Agile Network India | Effective User story writing and story mapping approach... by AgileNetwork
Agile Network India | Effective User story writing and story mapping approach...Agile Network India | Effective User story writing and story mapping approach...
Agile Network India | Effective User story writing and story mapping approach...
AgileNetwork61 views
Po session by Erin Bolk
Po sessionPo session
Po session
Erin Bolk459 views
Agile Network India | Effective User story writing and story mapping approach by AgileNetwork
Agile Network India | Effective User story writing and story mapping approachAgile Network India | Effective User story writing and story mapping approach
Agile Network India | Effective User story writing and story mapping approach
AgileNetwork139 views
Олександр Твердохліб «How to make a user story done» by Lviv Startup Club
Олександр Твердохліб «How to make a user story done»Олександр Твердохліб «How to make a user story done»
Олександр Твердохліб «How to make a user story done»
Lviv Startup Club653 views

Recently uploaded

【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 by
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院IttrainingIttraining
41 views8 slides
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... by
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...Bernd Ruecker
33 views69 slides
handbook for web 3 adoption.pdf by
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdfLiveplex
22 views16 slides
Case Study Copenhagen Energy and Business Central.pdf by
Case Study Copenhagen Energy and Business Central.pdfCase Study Copenhagen Energy and Business Central.pdf
Case Study Copenhagen Energy and Business Central.pdfAitana
16 views3 slides
virtual reality.pptx by
virtual reality.pptxvirtual reality.pptx
virtual reality.pptxG036GaikwadSnehal
11 views15 slides
Transcript: The Details of Description Techniques tips and tangents on altern... by
Transcript: The Details of Description Techniques tips and tangents on altern...Transcript: The Details of Description Techniques tips and tangents on altern...
Transcript: The Details of Description Techniques tips and tangents on altern...BookNet Canada
135 views15 slides

Recently uploaded(20)

【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 by IttrainingIttraining
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... by Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker33 views
handbook for web 3 adoption.pdf by Liveplex
handbook for web 3 adoption.pdfhandbook for web 3 adoption.pdf
handbook for web 3 adoption.pdf
Liveplex22 views
Case Study Copenhagen Energy and Business Central.pdf by Aitana
Case Study Copenhagen Energy and Business Central.pdfCase Study Copenhagen Energy and Business Central.pdf
Case Study Copenhagen Energy and Business Central.pdf
Aitana16 views
Transcript: The Details of Description Techniques tips and tangents on altern... by BookNet Canada
Transcript: The Details of Description Techniques tips and tangents on altern...Transcript: The Details of Description Techniques tips and tangents on altern...
Transcript: The Details of Description Techniques tips and tangents on altern...
BookNet Canada135 views
DALI Basics Course 2023 by Ivory Egg
DALI Basics Course  2023DALI Basics Course  2023
DALI Basics Course 2023
Ivory Egg16 views
STPI OctaNE CoE Brochure.pdf by madhurjyapb
STPI OctaNE CoE Brochure.pdfSTPI OctaNE CoE Brochure.pdf
STPI OctaNE CoE Brochure.pdf
madhurjyapb13 views
From chaos to control: Managing migrations and Microsoft 365 with ShareGate! by sammart93
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
From chaos to control: Managing migrations and Microsoft 365 with ShareGate!
sammart939 views
Black and White Modern Science Presentation.pptx by maryamkhalid2916
Black and White Modern Science Presentation.pptxBlack and White Modern Science Presentation.pptx
Black and White Modern Science Presentation.pptx
maryamkhalid291616 views
Unit 1_Lecture 2_Physical Design of IoT.pdf by StephenTec
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdf
StephenTec12 views
Voice Logger - Telephony Integration Solution at Aegis by Nirmal Sharma
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at Aegis
Nirmal Sharma31 views
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software257 views

An introduction to agile estimation and release planning

  • 1. AN INTRODUCTION TO AGILE ESTIMATION AND RELEASE PLANNING James Whitehead
  • 2. INTRODUCTION ⦿ Building the product backlog ⦿ Estimation ⦿ DEEP ⦿ Splitting your user stories ⦿ Planning ◼ Release Planning
  • 3. PRODUCT BACKLOG ⦿ A list of user stories form your Product Backlog. Often termed PBI (Product Backlog Item) As a xxxxx I want xxx so that xxxx As a xxxxx I want xxx so that xxxx As a xxxxx I want xxx so that xxxx As a xxxxx I want xxx so that xxxx As a xxxxx I want xxx so that xxxx As a xxxxx I want xxx so that xxxx
  • 4. ESTIMATE EACH ITEM How long is this going to take? - 1 day ? - 1 week? - Forever?
  • 5. ESTIMATE EACH ITEM How long is this going to take? - 1 day ? - 1 week? - Forever? Estimates are not time based but relative to each other
  • 6. ESTIMATE EACH ITEM ⦿ Is ⦿ likely to take longer than ⦿ ? ⦿ Remember estimation is relative sizing! #1 #2
  • 7. Why Is estimation so hard?
  • 9. 2 – ESTIMATE EACH ITEM RELATIVE ESTIMATION Estimating Story Points Using Complexity Buckets   ⦿ This approach provides a consistent way for teams to size stories by discussing each story in terms of pre-defined buckets of complexity before deciding on the final points.   ⦿ The steps are simple: ◼ Decide on the buckets of complexity you think match your project. For example, many software development efforts have the buckets used below. ◼ Discuss the story in each bucket and determine if the team can agree if the work it has a Light, Medium, High or Complex level of complexity. ◼ Add up the points and see which Fibonacci Story Point bucket it falls into. If it falls between two buckets, have the team do a gut check and decide on which ones it falls into.
  • 10. 2 – ESTIMATION HELPFUL TIPS User Interface Business Logic Data/Integration Testing L = 1 L = 1 L = 1 L = 1 M = 2 M = 2 M = 2 M = 2 H = 3 H = 3 H = 3 H = 3 C = 4 C = 4 C = 4 C = 4 Helpful Considerations Helpful Considerations Helpful Considerations Helpful Considerations - number of screen fields? - number of business rules? - number of data stores - user testing complexity - Screen validation logic? - business rules complexity - complexity of Stored procedures/triggers - data setup complexity for each test pack - number of screens?   - number of tables/relationships - test automation complexity 1 2 3 5 8 13 21 Example As a customer, I want to browse the list of products so that I view the details. User interface: M = 2 Business Logic: N/A Data: L = 1 Testing: L = 1 Total is 4 points, which is between 3 and 5, team decide on 3.
  • 11. USER INTERFACE ⦿ L = 1 ⦿ M = 2 ⦿ H = 3 ⦿ C = 4 ⦿ Helpful Considerations ◼ - number of screen fields? ◼ - Screen validation logic? ◼ - number of screens?
  • 12. BUSINESS LOGIC ⦿ L = 1 ⦿ M = 2 ⦿ H = 3 ⦿ C = 4 ⦿ Helpful Considerations ◼ - number of business rules? ◼ - business rules complexity
  • 13. DATA/INTEGRATION ⦿ L = 1 ⦿ M = 2 ⦿ H = 3 ⦿ C = 4 ⦿ Helpful Considerations ◼ - number of data stores ◼ - complexity of Stored procedures/triggers ◼ - number of tables/relationships
  • 14. TESTING ⦿ L = 1 ⦿ M = 2 ⦿ H = 3 ⦿ C = 4 ⦿ Helpful Considerations ◼ - user testing complexity ◼ - data setup complexity for each test pack ◼ - test automation complexity
  • 15. EXAMPLE As a customer, I want to browse the list of products so that I can view the details. User interface: M = 2 Business Logic: N/A Data: L = 1 Testing: L = 1 Total is 4 points, which is between 3 and 5, team decide on 3 because the business logic is not applicable.
  • 16. INVEST Letter Meaning Description I Independent The user story should be self-contained, in a way that there is no inherent dependency on another user story. N Negotiable User stories, up until they are part of a sprint, can always be changed and rewritten. V Valuable A user story must deliver value to the business E Estimable You must always be able to estimate the size of a user story. S Sized appropriately or Small User stories should not be so big as to become impossible to plan/task/prioritize with a certain level of certainty. T Testable The user story or its related description must provide the necessary information to make testing of the development possible. The INVEST mnemonic was created by Bill Wake as a reminder of the characteristics of a good quality user story, as may be used in a Scrum backlog.
  • 17. INDEPENDENT ⦿ The user story should be self-contained, in a way that there is no inherent dependency on another user story.
  • 18. NEGOTIABLE ⦿ User stories, up until they are part of a sprint, can always be changed and rewritten.
  • 19. VALUABLE ⦿ A user story must deliver value to the business ◼ Value can be monetary ◼ Gain more customers ◼ Coming up with technical stories that are really fun to code but bring no value to the end-user violates one of the Agile Principles, which is to continuously deliver valuable software to the business.
  • 20. ESTIMABLE ⦿ You must always be able to estimate the size of a user story. ◼ If a user story size cannot be estimated, it will never be planned, tasked, and, thus, become part of a sprint. ◼ So there's actually no point in keeping this kind of user story in the Product Backlog at all.
  • 21. TESTABLE ⦿ The user story or its related description must provide the necessary information to make testing of the development possible. ◼ Remember here these tests can be part of your conditions of satisfaction or acceptance criteria.
  • 22. SIZED APPROPRIATELY ⦿ User stories should not be so big as to become impossible to plan/task/prioritize with a certain level of certainty. ◼ Try to keep your user story sizes to typically a few person-days and at most a few person-weeks. Anything beyond that range should be considered too large to be estimated with a good level of certainty or even "epic" and broken down into smaller user stories. ◼ There's no problem in starting with epic stories, as long as they are broken down when the time to place them in a sprint backlog becomes closer
  • 23. OR SMALL ◼ Try to keep your user story sizes to typically a few person-days and at most a few person- weeks. Anything beyond that range should be considered too large to be estimated with a good level of certainty or even "epic" and broken down into smaller user stories. ◼ There's no problem in starting with epic stories, as long as they are broken down when the time to place them in a sprint backlog becomes closer
  • 24. MY USER STORY IS TOO BIG ⦿ What do you do if the estimation is too big!!
  • 25. EXAMPLE OF A USER STORY (THIS IS AN EPIC) ⦿ As a Director of Marketing, I want to review the performance of historical advertising campaigns so that I can identify profitable campaigns worth repeating.
  • 26. INVEST Independent The user story should be self-contained, in a way that there is no inherent dependency on another user story. Negotiable User stories, up until they are part of a sprint, can always be changed and rewritten. Valuable A user story must deliver value to the business Estimable You must always be able to estimate the size of a user story. Sized appropriately or Small User stories should not be so big as to become impossible to plan/task/prioritize with a certain level of certainty. Testable The user story or its related description must provide the necessary information to make test development possible.
  • 27. INVEST Independent The user story should be self-contained, in a way that there is no inherent dependency on another user story. Negotiable User stories, up until they are part of a sprint, can always be changed and rewritten. Valuable A user story must deliver value to the business Estimable You must always be able to estimate the size of a user story. Sized appropriately or Small User stories should not be so big as to become impossible to plan/task/prioritize with a certain level of certainty. Testable The user story or its related description must provide the necessary information to make test development possible. Has too many dependencies on other stories You could negotiate on parts of the story Clearly there is business value here avoids spending on campaigns and maximises investment in good campaigns Can you really size this properly. This story is very large and not small at all There are so many test here on data and output to get testing into shape is complex and time consuming
  • 28. EXAMPLE OF A USER STORY (STILL EPICS) ⦿ As a Director of Marketing, I want to select the timeframe to use when reviewing the performance of past advertising campaigns so that I can identify profitable ones. ⦿ As a Director of Marketing, I want to select which type of campaigns (direct mail, TV, e- mail, radio and so on) to include when reviewing the performance of historical advertising campaigns.
  • 29. EXAMPLE OF A USER STORY (THREE STORIES) ◼ As a Director of Marketing, I want to set simple date ranges to be used when reviewing the performance of past advertising campaigns so that I can pick an exact set of dates. ◼ As a Director of Marketing, I want to select seasons (spring, summer, autumn, winter) to be used when reviewing the performance of past advertising campaigns so that I can view trends across multiple years. ◼ As a Director of Marketing, I want to select a holiday period (Easter, Christmas and so on) to be used when reviewing the performance of past advertising campaigns so that I can look for trends across multiple years.
  • 30. EXAMPLE OF A USER STORY 3 STORIES OR ARE THEY CONDITIONS OF SATISFACTION (ACCEPTANCE CRITERIA)??? ◼ Set simple date ranges of past advertising performance ◼ Pick an exact set of dates. ◼ Select seasons (spring, summer, autumn, winter) ◼ View trends across multiple years. ◼ Select a holiday period (Easter, Christmas and so on) ◼ Review performance trends across multiple years.
  • 31. SOME MORE TIPS ON SPLITTING USER STORIES
  • 32. SPLITTING USER STORIES (CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE) ⦿ 1. Workflow Steps ◼ What steps does a user perform? ◼ Are all steps necessary (right now)? ◼ Can steps be simplified (for now)? ◼ i.e. steps in an order process, like selecting a payment option, delivery method.
  • 33. SPLITTING USER STORIES (CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE) ⦿ 2. Business Rules ◼ What rules apply to this story ◼ Are all business rules necessary (right now)? ◼ Can simpler rules suffice (for now)? ◼ i.e. failures during webshop order process and possible recovery options maybe done as a later user story.
  • 34. SPLITTING USER STORIES (CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE) ⦿ 3. Happy/Unhappy flow ◼ What does the happy/unhappy flow look like? ◼ Are all unhappy flows necessary (right now)? ◼ Can unhappy flows be simplified (right now)? ◼ i.e. failures during webshop order process and possible recovery options
  • 35. SPLITTING USER STORIES (CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE) ⦿ 4. Input options ◼ Which platforms are supported? ◼ Are all platforms required (right now)? ◼ Are some platforms harder than others? ◼ i.e. tablet, iPhone, desktop, touchscreen PC
  • 36. SPLITTING USER STORIES (CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE) ⦿ 5. Datatypes and parameters ◼ What datatypes are supported? ◼ What parameters are relevant? ◼ i.e. different search options/strategies or different kinds of reports (table, graphs etc)
  • 37. SPLITTING USER STORIES (CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE) ⦿ 6. Operations ◼ What operations does this story entail? ◼ Are all operations necessary (right now)? ◼ i.e. splitting down CRUD (create, read, update, delete) operations
  • 38. SPLITTING USER STORIES (CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE) ⦿ 7. Test cases/ acceptance criteria ◼ What tests are used to verify this story? ◼ What acceptance criteria apply? ◼ Are all test scenarios necessary (right now)? ◼ i.e. some test scenarios may be very complex and not highly relevant to the context of this user story.
  • 39. SPLITTING USER STORIES (CAN YOU SPLIT A STORY VERTICALLY LIKE A SLICE OF CAKE) ⦿ 8. Roles ◼ What roles are involved in this story? ◼ Are roles necessary now? ◼ i.e. customer can create orders, administration can manager orders, pickers can pick and order, packers can pack and order and shipping can ship the order.
  • 40. SUMMARY ⦿ Stories will change ⦿ Everyone estimates ⦿ Points are NOT a unit of time but relative ⦿ Being consistent is more important than being accurate ⦿ Estimates must include uncertainty
  • 42. GOOD ACCEPTABLE CRITERIA AND TESTS ⦿ S – Specific – Explicitly defined and definite ⦿ M – Measureable – Possible to observe and quantify ⦿ A- Achievable – Capable of existing and taking place ⦿ R – Relevant – Having a connection with the story ⦿ T – Time-bound – When will the outcome be observed
  • 43. SPECIFY BY EXAMPLE Data Expected Result Expected Message Aa9ab$ Fail Too Short AAbbCC11 Fail No Special Characters $$$bbb111 Fail No Upper Case AAA%% Fail No Lower Case AAAA%%%% bbbbb Fail No numbers IsThis$AGood1 1 Pass
  • 44. DEEP
  • 45. DEEP How DEEP is your Product Backlog. The product backlog should have the following key attributes (DEEP): (D)Detailed appropriately (E)Estimated (E)Emergent (P)Prioritized
  • 46. DETAILED APPROPRIATELY ⦿ User stories that are high priority are described in detail so that they can be well understood before they can be completed in the coming sprint. ⦿ Stories that are on low priority should have “just enough” details and they can be refined over time.
  • 47. ESTIMATED ⦿ Product backlog also acts as a planning tool other than acting as a work to do repository. ⦿ The items on the backlog are estimated and the estimates for the user stories down the order are usually less precise because all the details are not understood yet. ⦿ They can be refined overtime.
  • 48. EMERGENT ⦿ The product backlog is not static. It evolves, and its contents change over time. ⦿ As more is learned and discovered, user stories are added to the product backlog. ⦿ Existing user stories are modified, re- prioritized, refined, or removed on a regular basis.
  • 49. PRIORITIZED ⦿ All items in the product backlog are prioritized. ⦿ Teams select high-priority items from the backlog. If there is no effort estimate, or if it needs review, a new estimate is created. ⦿ The most valuable and highest-priority items are implemented first and the least valuable ones at last. ⦿ This approach of following the priority order helps teams to maximize the value of the product or system being developed for the business (Product Owner).
  • 50. PRIORITISE 2 6 4 2 4 6 2 4 4
  • 51. PRIORITISE ⦿ - Apply a Business Value 2 6 4 2 4 6 2 4 4
  • 52. PRIORITISE ⦿ - Prioritise By Business Value 2 6 4 4 4 6 4 2 2
  • 53. SUMMARY - PRIORITISE ⦿ It is important for the team to help the Product Owner prioritise and get into the mind of focus on the right things ⦿ It helps the development team focus on doing things right ⦿ Remember the Product Owner has the final word ⦿ Technical dependencies are relevant ⦿ Priorities will change over time
  • 54. VELOCITY ⦿ What is all this talk about velocity! ⦿ Velocity is the amount of stories completed during a sprint that can then be estimated or planned for future sprints.
  • 55. SPRINTS – PLANNED VELOCITY 8 10 14 14 14 18 Sprint 1 Sprint 2 Sprint 3 Sprint 4 Sprint 5 Sprint 6 2 2 2 2 2 4 2 2 2 2 4 6 4 4 4 2 2 4 6 2 2 4 6 6 What if we don’t have enough history of Agile/Scrum to get the velocity Planned Velocity
  • 56. 2 10 14 14 14 18 Sprint 1 Sprint 2 Sprint 3 Sprint 4 Sprint 5 Sprint 6 Velocity SPRINTS
  • 57. 2 10 14 14 14 18 Sprint 1 Sprint 2 Sprint 3 Sprint 4 Sprint 5 Sprint 6 Velocity = 12 SPRINTS Velocity is the number of completed stories divided by the planned sprints
  • 58. SUMMARY ⦿ Planned Velocity is useful only until we have real data - just an educated guess ⦿ “Yesterday’s weather” is more important than average ⦿ Sprints must create production-quality potentially shippable products ⦿ Velocity is specific for a team as each team is unique
  • 59. 5 – MIN BREAK
  • 61. PLANNING ⦿ So how do we plan in Agile/Scrum
  • 63. CANDIDATE SCHEDULE ⦿Say planned velocity is 6 ⦿Backlog is 34 points total
  • 65. CANDIDATE SCHEDULE Sprint 1 Sprint 2 Sprint 3 Sprint 4 Sprint 5 Sprint 6 2 4 6 2 4 2 4 6 4
  • 66. CANDIDATE SCHEDULE ⦿ Remember no more than 6 as this is your velocity! ⦿ (Yes you can negotiate within the team but be careful remember it is a team commitment not you as an individual)
  • 67. CONCLUSION ⦿ This is just a framework - there are multiple variants ⦿ The Product Owner and Business (Subject Matter Experts) are partners during estimation and planning ⦿ Don’t try to change the world, change your plan
  • 68. MONITOR AND ADAPT ⦿ You can’t embrace change and have a plan written in stone ⦿ Re-estimate whenever necessary ⦿ Don’t try and force real life to look like your plan - It’s the other way around
  • 71. MONITOR AND ADAPT ⦿ Plans are nothing. ⦿ Planning is everything. Dwight D. Einsenhower
  • 72. RELEASE PLANNING – WHERE DOES IT FIT IN AGILE/SCRUM
  • 73. PLANNING LEVELS Product Backlog Release Backlog Sprint Backlog Might have an initial estimate (perhaps both analysis and development and an expression of technical and business confidence that this is real and achievable As a __, I want to be able to __ so that __ As a __, I want to be able to __ so that __ More detailed estimate and a specific acceptance test – low confidence stories might be spiked or prototyped I will know this is done when _____ As a __, I want to be able to __ so that __ I will know this is done when _____ To do this I must 1) ______ 2) ______ Business Goal Possible automation of the acceptance test Development team breaks out the detail of work needed to pass test
  • 74. RELEASE PLANNING SCHEDULE Apr May Jun Jul Aug Sep Oct Nov Release Meeting 1 2 3 4 Releases 1 1 2 2 3 3 4 Ideally a release planning meetings happens once every two months to set the PBIs for the following Releases, just so happens we have gone and set them against months above but…..
  • 75. EXAMPLE RELEASE PLAN Major Features (Themes) Sprint 1 Sprint 2 Sprint 3 Sprint 4 to 6 Quarter 2 Quarter 3 Year 2 Authentication Login Screen   Security Questions   SSO Integration with Partner Sites     SSL Encryption             Order Entry   Product Selection         Sponsored Lookups   Product Review Product Comparison         Checkout   Checkout   Coupons             Order Tracking     Reward Points Release Plans can be set against Sprints And Sprints can be between 1 to 4 Weeks in length.