SlideShare a Scribd company logo
1 of 35
Download to read offline
Why metrics
What to consider for agile metrics
Various examples
1
1Montag, 22. April 13
Why
2
2Montag, 22. April 13
To guide teams towards hyperproductivity
create reference points for changes
foster empirical approach
fact based and not solely rely on gut feeling
visibility and transparency
How do we really know it‘s working?
3
3Montag, 22. April 13
4
4Montag, 22. April 13
What to consider for agile metrics
VersionOne, Inc. [CC-BY-SA-3.0 (http://creativecommons.org/licenses/by-sa/3.0)], via Wikimedia Commons
5
5Montag, 22. April 13
Choose a single economic driver as the key metric
e.g. Profit per customer visit
long term organizational metric set by executive management
Use diagnostics as local measurements to support the goal
set by teams under specific constraints (length, effort to track,...)
e.g. Measurements to improve the „Flow“ of stories
What is my one economical driver?
6
6Montag, 22. April 13
A good agile Metric or
Diagnostic ...
7
7Montag, 22. April 13
Affirms and Reinforces
Lean and Agile principles
small footprint
short tracking periods
fosters collaboration
8
8Montag, 22. April 13
Follows trends not absolute numbers
Measure aggregated data and not on individual level
„a team“
„an iteration“
is it the right direction and are we fast enough
absolute numbers are artificial and can paralyze
why 80% and not 79.5%?
9
9Montag, 22. April 13
Misleading focus on numbers
Methods must be less than 15lines.
You must not have more than 4parameters to a method.
Method cyclomatic complexity must not exceed 20.
10
10Montag, 22. April 13
Extended with purpose
We would like our code to be less complex and easier to
change.
Therefore we should aim to write short methods (less than
15 lines) with a low cyclomatic complexity (less than 20 is
good).
We should also aim to have a small handful of parameters
(up to four) so that methods remain as focused as possible.
11
11Montag, 22. April 13
Measures outcome and not output
The most spectacular outcome can be produced
by reducing the planned output while
maximizing delivered value
12
12Montag, 22. April 13
Easy to collect
One button automation ...
Drawn from operational tools
(Backlog, Acceptance Test Suite, Code Analyzers)
Easy aggregation and avoidance
of management rework
13
13Montag, 22. April 13
Provides fuel for meaningful
conversation
It‘s a good sign if people talk
about what they‘ve learned
to amplify learning and accelerate process improvement
14
14Montag, 22. April 13
Provides feedback on a frequent
and regular basis
available in each iteration retrospective and
to amplify learning and accelerate process improvement
key periodic management meeting
15
15Montag, 22. April 13
Measure Value or Process
document it‘s context or assumptions
consider appropriate audience
consider „what you measure is what you get“
16
16Montag, 22. April 13
Encourages good enough quality
must come from business owner and not developers
to avoid gold plating
17
17Montag, 22. April 13
Checklist for metrics or
diagnostic
18
18Montag, 22. April 13
Name
this should be well chosen to avoid ambiguity,
confusion, oversimplification.
Question
it should answer a specific, clear question for a particular
role or group. If there are multiple questions, design other
metrics.
Basis of Measurement
clearly state what is being measured, including units.
Labeling of graph axes must be clear rather than brief.
Assumptions
should be identified to ensure clear understanding of
data represented.
Level and usage
indicate intended usages at various levels of the
organization. Indicate limits on usage, if any.
Expected Trend
the designers of the metric should have some idea of
what they expect to see happen. Once the metric is
proven, document common trends
When to use it
what prompted creation or use of this metric? How
has it historically been used?
When to stop using it
when will it outlive its usefulness, become misleading
or extra baggage? Design this in from the start.
How to game it
think through the natural ways people will warp behavior
or information to yield more ‘favorable’ outcomes.
Warnings
recommend balancing metrics, limits on use, and
dangers of improper use 19
19Montag, 22. April 13
Velocity as an example
Name Velocity
Question How much software can my team deliver per
iteration?
Basis of Measurement story points
Assumptions The team is delivering software every iteration.
Level and usage Velocity is most useful at the project level. It allows
the team to forecast how much work they can
expect to complete based on prior efforts.
20
20Montag, 22. April 13
Expected Trend
Velocity can be affected by many things: Changing team members,
obstacles, toolsets,difficulty of feature or amount of learning required,
etc. will lower the velocity of the team. However a stable team on the
same project with the required resources will generally gain in
velocity during the course of the project.
When to use it
Velocity is a very useful metric for
the team, and should be used during the course of the
project once work has started.
When to stop using it
When there is a longer project and the team, resources, and
technology are all stable, velocity will also become stable. The team
may suspend collecting velocity since it is “known.”
How to game it
Teams will estimate their work differently from other teams. For
example one team might estimate 1000 hours while another 600
hours for the same work, and both will complete the work in the
iteration. Comparing velocity of teams is problematic. If teams know
they are getting compared, they can inflate their estimates, and
hence increase their velocity while completing the same amount of
work.
Warnings
Velocity is not the same as value. A team with excellent velocity
could spend months quickly and effectively delivering software that
does not have the investment potential. Comparing velocity of teams
is problematic (see above). This diagnostic is a barometer for the
team as a unit. Team member velocities are problematic, so velocity
should be measured at the team level, since that is the unit that
produces the value
21
21Montag, 22. April 13
Various metrics
22
22Montag, 22. April 13
Baseline Velocity
Velocity = Sum of original estimates of all
accepted work
23
23Montag, 22. April 13
Work capacity
Sum of all reported work whether SBI was finished or not
Velocity > Work capacity indicates over estimations
Should be greater or equal to velocity
24
24Montag, 22. April 13
Focus Factor
Velocity
Should be around 80% for a healthy team
below indicates distraction
above indicates team is under
forecasting to look perfect
Work Capacity
25
25Montag, 22. April 13
Percentage of adopted work
Sum of original estimates of adopted work
Adopted work = new work pulled into the sprint because team has completed it‘s
forecast
Original forecast for the sprint
26
26Montag, 22. April 13
Percentage of found work
Sum of original estimates of found work
Found work = unexpected more work that is necessary to complete the SBI
Original forecast for the sprint
27
27Montag, 22. April 13
% Adopted Work + Found Work
20%
smaller
28
28Montag, 22. April 13
Accuracy of Estimation
1 - (Sum of Estimate deltas / total forecast)
more than 88% indicate
waste in the estimation
process
below 72% indicates poor
story understanding or
missing PO support
Reflects team‘s ability to accurately estimate the body of work
29
29Montag, 22. April 13
Accuracy of Forecast
(∑Original Estimates)
Should be around 80% for a healthy team
100% indicates
external pressure
below 80% indicates - team maybe not
protected enough by Scrum Master
Reflects team‘s ability to accurately estimate the body of work
they can achieve in a sprint
(∑Original Estimates + ∑Adopted Work + ∑Found Work)
30
30Montag, 22. April 13
Target value increase
Current sprint‘s velocity
Indicates when the Scrum Coach can step back from
using the shock therapy (SHU-Level)
Baseline Velocity
31
31Montag, 22. April 13
Success at scale
(∑No. Accepted Attempts of scale Fp)
(No. of All Attempts of scale Fp)
Indicates whether a story fits in a sprint
32
32Montag, 22. April 13
Win/Loss record
above 80% of original sprint forecast is accepted
AND
Found + Adopted work below 20% of original forecast
constantly remove unplanned work (waste) from a
hyperproductive team
33
33Montag, 22. April 13
Running Tested Features
Happiness Metric
Cycle Time
c
WIP
Net Promoter System
34
34Montag, 22. April 13
Sources
http://jeffsutherland.com/ScrumMetricsHICSS2013BWSubmissionFinal.pdf
http://martinfowler.com/articles/useOfMetrics.html
http://www.innovel.net/wp-content/uploads/2007/07/
appropriateagilemeasurementagilemetrics.pdf
http://www.leanessays.com/2003/01/measure-up.html
http://www.agileadvice.com/2008/06/15/scrumxplean/measuring-process-
improvements/
http://agile2009.agilealliance.org/files/session_pdfs/Rawsthorne_AgileMetrics_v6d.pdf
35
35Montag, 22. April 13

More Related Content

What's hot

Practical estimation techniques
Practical estimation techniquesPractical estimation techniques
Practical estimation techniquesSwatiKapoor43
 
Estimation techniques for Scrum Teams
Estimation techniques for Scrum TeamsEstimation techniques for Scrum Teams
Estimation techniques for Scrum TeamsJesus Mendez
 
Lean Agile Metrics And KPIs
Lean Agile Metrics And KPIsLean Agile Metrics And KPIs
Lean Agile Metrics And KPIsYuval Yeret
 
[HCM Scrum Breakfast] Agile estimation - Story points
[HCM Scrum Breakfast] Agile estimation - Story points[HCM Scrum Breakfast] Agile estimation - Story points
[HCM Scrum Breakfast] Agile estimation - Story pointsScrum Breakfast Vietnam
 
How to estimate in scrum
How to estimate in scrumHow to estimate in scrum
How to estimate in scrumGloria Stoilova
 
Scrum Agile Methodlogy
Scrum Agile MethodlogyScrum Agile Methodlogy
Scrum Agile MethodlogyBahaa Farouk
 
Agile Estimation & Capacity Planning
Agile Estimation & Capacity PlanningAgile Estimation & Capacity Planning
Agile Estimation & Capacity PlanningMazhar Khan
 
Agile Transformation v1.27
Agile Transformation v1.27Agile Transformation v1.27
Agile Transformation v1.27LeadingAgile
 
Story Points Estimation And Planning Poker
Story Points Estimation And Planning PokerStory Points Estimation And Planning Poker
Story Points Estimation And Planning PokerDaniel Toader
 
Backlog Refinement 101 & 202
Backlog Refinement 101 & 202Backlog Refinement 101 & 202
Backlog Refinement 101 & 202David Hanson
 
Scrum - Agile Methodology
Scrum - Agile MethodologyScrum - Agile Methodology
Scrum - Agile MethodologyNiel Deckx
 
Agile scrum fundamentals
Agile scrum fundamentalsAgile scrum fundamentals
Agile scrum fundamentalsDeniz Gungor
 
Introduction to Agile Estimation & Planning
Introduction to Agile Estimation & PlanningIntroduction to Agile Estimation & Planning
Introduction to Agile Estimation & PlanningAmaad Qureshi
 

What's hot (20)

Practical estimation techniques
Practical estimation techniquesPractical estimation techniques
Practical estimation techniques
 
Agile Scrum Estimation
Agile   Scrum EstimationAgile   Scrum Estimation
Agile Scrum Estimation
 
Estimation techniques for Scrum Teams
Estimation techniques for Scrum TeamsEstimation techniques for Scrum Teams
Estimation techniques for Scrum Teams
 
Lean Agile Metrics And KPIs
Lean Agile Metrics And KPIsLean Agile Metrics And KPIs
Lean Agile Metrics And KPIs
 
[HCM Scrum Breakfast] Agile estimation - Story points
[HCM Scrum Breakfast] Agile estimation - Story points[HCM Scrum Breakfast] Agile estimation - Story points
[HCM Scrum Breakfast] Agile estimation - Story points
 
Scrum in an hour
Scrum in an hourScrum in an hour
Scrum in an hour
 
What Is Agile Scrum
What Is Agile ScrumWhat Is Agile Scrum
What Is Agile Scrum
 
How to estimate in scrum
How to estimate in scrumHow to estimate in scrum
How to estimate in scrum
 
Scrum Agile Methodlogy
Scrum Agile MethodlogyScrum Agile Methodlogy
Scrum Agile Methodlogy
 
Agile Estimation & Capacity Planning
Agile Estimation & Capacity PlanningAgile Estimation & Capacity Planning
Agile Estimation & Capacity Planning
 
Agile Metrics
Agile MetricsAgile Metrics
Agile Metrics
 
Agile Transformation v1.27
Agile Transformation v1.27Agile Transformation v1.27
Agile Transformation v1.27
 
Agile Estimation Techniques
Agile Estimation TechniquesAgile Estimation Techniques
Agile Estimation Techniques
 
Story Points Estimation And Planning Poker
Story Points Estimation And Planning PokerStory Points Estimation And Planning Poker
Story Points Estimation And Planning Poker
 
2017 Scrum by Picture
2017 Scrum by Picture2017 Scrum by Picture
2017 Scrum by Picture
 
Backlog Refinement 101 & 202
Backlog Refinement 101 & 202Backlog Refinement 101 & 202
Backlog Refinement 101 & 202
 
Scrum - Agile Methodology
Scrum - Agile MethodologyScrum - Agile Methodology
Scrum - Agile Methodology
 
Agile 101
Agile 101Agile 101
Agile 101
 
Agile scrum fundamentals
Agile scrum fundamentalsAgile scrum fundamentals
Agile scrum fundamentals
 
Introduction to Agile Estimation & Planning
Introduction to Agile Estimation & PlanningIntroduction to Agile Estimation & Planning
Introduction to Agile Estimation & Planning
 

Viewers also liked

Agile Metrics: It's Not All That Complicated
Agile Metrics: It's Not All That ComplicatedAgile Metrics: It's Not All That Complicated
Agile Metrics: It's Not All That ComplicatedVersionOne
 
Agile Metrics - how to use metrics to manage agile teams
Agile Metrics - how to use metrics to manage agile teamsAgile Metrics - how to use metrics to manage agile teams
Agile Metrics - how to use metrics to manage agile teamsXBOSoft
 
Agile Metrics - ASTQB Workshop by Philip Lew - XBOSoft
Agile Metrics - ASTQB Workshop by Philip Lew - XBOSoftAgile Metrics - ASTQB Workshop by Philip Lew - XBOSoft
Agile Metrics - ASTQB Workshop by Philip Lew - XBOSoftXBOSoft
 
Agile Metrics, Value, and Softwre
Agile Metrics, Value, and SoftwreAgile Metrics, Value, and Softwre
Agile Metrics, Value, and SoftwreDon McGreal
 
AgileLIVE Webinar: Measuring the Success of Your Agile Transformation - Part 2
AgileLIVE Webinar: Measuring the Success of Your Agile Transformation - Part 2AgileLIVE Webinar: Measuring the Success of Your Agile Transformation - Part 2
AgileLIVE Webinar: Measuring the Success of Your Agile Transformation - Part 2VersionOne
 
Agile Metrics for Senior Managers and Executives
Agile Metrics for Senior Managers and ExecutivesAgile Metrics for Senior Managers and Executives
Agile Metrics for Senior Managers and ExecutivesVersionOne
 
Lean, and reducing work in progress: Introduction to the cumulative flow diagram
Lean, and reducing work in progress: Introduction to the cumulative flow diagramLean, and reducing work in progress: Introduction to the cumulative flow diagram
Lean, and reducing work in progress: Introduction to the cumulative flow diagramAnthony Hsiao
 
Agile Measurement and metrics for Accountability
Agile Measurement and metrics  for  AccountabilityAgile Measurement and metrics  for  Accountability
Agile Measurement and metrics for AccountabilityValtech UK
 
Kanban six core practices
Kanban six core practicesKanban six core practices
Kanban six core practicesAnders Beskow
 
Presentation -Quality Metrics For Agile Development
Presentation -Quality Metrics For Agile DevelopmentPresentation -Quality Metrics For Agile Development
Presentation -Quality Metrics For Agile DevelopmentNabilahmed Patel
 
Agile Base Camp - Agile metrics
Agile Base Camp - Agile metricsAgile Base Camp - Agile metrics
Agile Base Camp - Agile metricsSerge Kovaleff
 
An Agile approach to Business Metrics
An Agile approach to Business MetricsAn Agile approach to Business Metrics
An Agile approach to Business MetricsPablo Valcárcel
 
Management 3.0 overview
Management 3.0 overviewManagement 3.0 overview
Management 3.0 overviewAlexandre Cuva
 
Principles of Agile Metrics
Principles of Agile MetricsPrinciples of Agile Metrics
Principles of Agile MetricsSunil Mundra
 

Viewers also liked (20)

Agile Metrics: It's Not All That Complicated
Agile Metrics: It's Not All That ComplicatedAgile Metrics: It's Not All That Complicated
Agile Metrics: It's Not All That Complicated
 
Agile Metrics - how to use metrics to manage agile teams
Agile Metrics - how to use metrics to manage agile teamsAgile Metrics - how to use metrics to manage agile teams
Agile Metrics - how to use metrics to manage agile teams
 
Agile KPIs
Agile KPIsAgile KPIs
Agile KPIs
 
Agile Metrics - ASTQB Workshop by Philip Lew - XBOSoft
Agile Metrics - ASTQB Workshop by Philip Lew - XBOSoftAgile Metrics - ASTQB Workshop by Philip Lew - XBOSoft
Agile Metrics - ASTQB Workshop by Philip Lew - XBOSoft
 
Agile Metrics, Value, and Softwre
Agile Metrics, Value, and SoftwreAgile Metrics, Value, and Softwre
Agile Metrics, Value, and Softwre
 
AgileLIVE Webinar: Measuring the Success of Your Agile Transformation - Part 2
AgileLIVE Webinar: Measuring the Success of Your Agile Transformation - Part 2AgileLIVE Webinar: Measuring the Success of Your Agile Transformation - Part 2
AgileLIVE Webinar: Measuring the Success of Your Agile Transformation - Part 2
 
Agile Metrics for Senior Managers and Executives
Agile Metrics for Senior Managers and ExecutivesAgile Metrics for Senior Managers and Executives
Agile Metrics for Senior Managers and Executives
 
Project Management KPIs
Project Management KPIsProject Management KPIs
Project Management KPIs
 
Lean, and reducing work in progress: Introduction to the cumulative flow diagram
Lean, and reducing work in progress: Introduction to the cumulative flow diagramLean, and reducing work in progress: Introduction to the cumulative flow diagram
Lean, and reducing work in progress: Introduction to the cumulative flow diagram
 
Agile Measurement and metrics for Accountability
Agile Measurement and metrics  for  AccountabilityAgile Measurement and metrics  for  Accountability
Agile Measurement and metrics for Accountability
 
Kanban six core practices
Kanban six core practicesKanban six core practices
Kanban six core practices
 
Agile metrics
Agile metricsAgile metrics
Agile metrics
 
Agile Metrics
Agile MetricsAgile Metrics
Agile Metrics
 
Presentation -Quality Metrics For Agile Development
Presentation -Quality Metrics For Agile DevelopmentPresentation -Quality Metrics For Agile Development
Presentation -Quality Metrics For Agile Development
 
Agile Base Camp - Agile metrics
Agile Base Camp - Agile metricsAgile Base Camp - Agile metrics
Agile Base Camp - Agile metrics
 
Agile by numbers
Agile by numbersAgile by numbers
Agile by numbers
 
An Agile approach to Business Metrics
An Agile approach to Business MetricsAn Agile approach to Business Metrics
An Agile approach to Business Metrics
 
Management 3.0 overview
Management 3.0 overviewManagement 3.0 overview
Management 3.0 overview
 
Principles of Agile Metrics
Principles of Agile MetricsPrinciples of Agile Metrics
Principles of Agile Metrics
 
Agile metrics
Agile metricsAgile metrics
Agile metrics
 

Similar to Agile metrics

Predictability at Axial
Predictability at AxialPredictability at Axial
Predictability at AxialMatt Story
 
Deploying a data centric approach to enterprise agility
Deploying a data centric approach to enterprise agilityDeploying a data centric approach to enterprise agility
Deploying a data centric approach to enterprise agilityComparative Agility
 
Software Test Estimation
Software Test EstimationSoftware Test Estimation
Software Test EstimationJatin Kochhar
 
Project Duration Estimation
Project Duration EstimationProject Duration Estimation
Project Duration EstimationHarsh Behl
 
IBD BI MC Business Analysis Tools And Tasks
IBD BI MC Business Analysis Tools And TasksIBD BI MC Business Analysis Tools And Tasks
IBD BI MC Business Analysis Tools And Tasksbusdeve
 
How Can I Use SNAP to Improve My Estimation Practices?
How Can I Use SNAP to Improve My Estimation Practices?How Can I Use SNAP to Improve My Estimation Practices?
How Can I Use SNAP to Improve My Estimation Practices?DCG Software Value
 
SPM week 6 Effort estimation slides from 7th semeter.pptx
SPM week 6 Effort estimation slides from 7th semeter.pptxSPM week 6 Effort estimation slides from 7th semeter.pptx
SPM week 6 Effort estimation slides from 7th semeter.pptxfaiz536657
 
Better Living Through Analytics - Strategies for Data Decisions
Better Living Through Analytics - Strategies for Data DecisionsBetter Living Through Analytics - Strategies for Data Decisions
Better Living Through Analytics - Strategies for Data DecisionsProduct School
 
Basic Software Effort Estimation
Basic Software Effort EstimationBasic Software Effort Estimation
Basic Software Effort Estimationumair khan
 
OnTracSimulation-OpSync-Revised
OnTracSimulation-OpSync-RevisedOnTracSimulation-OpSync-Revised
OnTracSimulation-OpSync-RevisedRavi Venkatesam
 
Effort estimation for software development
Effort estimation for software developmentEffort estimation for software development
Effort estimation for software developmentSpyros Ktenas
 
People Metrics: How to Use Team Data to Produce Positive Change
People Metrics: How to Use Team Data to Produce Positive ChangePeople Metrics: How to Use Team Data to Produce Positive Change
People Metrics: How to Use Team Data to Produce Positive ChangeAmin Astaneh
 
Awesome alter text.pdf
Awesome alter text.pdfAwesome alter text.pdf
Awesome alter text.pdftry Scrum
 
Measurement Strategy for Software Companies
Measurement Strategy for Software CompaniesMeasurement Strategy for Software Companies
Measurement Strategy for Software Companiesnazlitemu
 
Value Summary 2.0 Overview
Value Summary 2.0 OverviewValue Summary 2.0 Overview
Value Summary 2.0 Overviewbpatterson888
 
Excellent Estimating – the key to Happy Clients
Excellent Estimating – the key to Happy ClientsExcellent Estimating – the key to Happy Clients
Excellent Estimating – the key to Happy ClientsRobert McGeachy
 

Similar to Agile metrics (20)

Kapanowski FINAL_CIPL
Kapanowski FINAL_CIPLKapanowski FINAL_CIPL
Kapanowski FINAL_CIPL
 
Predictability at Axial
Predictability at AxialPredictability at Axial
Predictability at Axial
 
Deploying a data centric approach to enterprise agility
Deploying a data centric approach to enterprise agilityDeploying a data centric approach to enterprise agility
Deploying a data centric approach to enterprise agility
 
Software Test Estimation
Software Test EstimationSoftware Test Estimation
Software Test Estimation
 
Project Duration Estimation
Project Duration EstimationProject Duration Estimation
Project Duration Estimation
 
Productivity vs velocity vs business value in agile
Productivity vs velocity vs business value in agileProductivity vs velocity vs business value in agile
Productivity vs velocity vs business value in agile
 
IBD BI MC Business Analysis Tools And Tasks
IBD BI MC Business Analysis Tools And TasksIBD BI MC Business Analysis Tools And Tasks
IBD BI MC Business Analysis Tools And Tasks
 
How Can I Use SNAP to Improve My Estimation Practices?
How Can I Use SNAP to Improve My Estimation Practices?How Can I Use SNAP to Improve My Estimation Practices?
How Can I Use SNAP to Improve My Estimation Practices?
 
Data Mining and Analytics
Data Mining and AnalyticsData Mining and Analytics
Data Mining and Analytics
 
SPM week 6 Effort estimation slides from 7th semeter.pptx
SPM week 6 Effort estimation slides from 7th semeter.pptxSPM week 6 Effort estimation slides from 7th semeter.pptx
SPM week 6 Effort estimation slides from 7th semeter.pptx
 
Better Living Through Analytics - Strategies for Data Decisions
Better Living Through Analytics - Strategies for Data DecisionsBetter Living Through Analytics - Strategies for Data Decisions
Better Living Through Analytics - Strategies for Data Decisions
 
Basic Software Effort Estimation
Basic Software Effort EstimationBasic Software Effort Estimation
Basic Software Effort Estimation
 
OnTracSimulation-OpSync-Revised
OnTracSimulation-OpSync-RevisedOnTracSimulation-OpSync-Revised
OnTracSimulation-OpSync-Revised
 
Process mapping
Process mappingProcess mapping
Process mapping
 
Effort estimation for software development
Effort estimation for software developmentEffort estimation for software development
Effort estimation for software development
 
People Metrics: How to Use Team Data to Produce Positive Change
People Metrics: How to Use Team Data to Produce Positive ChangePeople Metrics: How to Use Team Data to Produce Positive Change
People Metrics: How to Use Team Data to Produce Positive Change
 
Awesome alter text.pdf
Awesome alter text.pdfAwesome alter text.pdf
Awesome alter text.pdf
 
Measurement Strategy for Software Companies
Measurement Strategy for Software CompaniesMeasurement Strategy for Software Companies
Measurement Strategy for Software Companies
 
Value Summary 2.0 Overview
Value Summary 2.0 OverviewValue Summary 2.0 Overview
Value Summary 2.0 Overview
 
Excellent Estimating – the key to Happy Clients
Excellent Estimating – the key to Happy ClientsExcellent Estimating – the key to Happy Clients
Excellent Estimating – the key to Happy Clients
 

Recently uploaded

Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作qr0udbr0
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....kzayra69
 

Recently uploaded (20)

Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 

Agile metrics

  • 1. Why metrics What to consider for agile metrics Various examples 1 1Montag, 22. April 13
  • 3. To guide teams towards hyperproductivity create reference points for changes foster empirical approach fact based and not solely rely on gut feeling visibility and transparency How do we really know it‘s working? 3 3Montag, 22. April 13
  • 5. What to consider for agile metrics VersionOne, Inc. [CC-BY-SA-3.0 (http://creativecommons.org/licenses/by-sa/3.0)], via Wikimedia Commons 5 5Montag, 22. April 13
  • 6. Choose a single economic driver as the key metric e.g. Profit per customer visit long term organizational metric set by executive management Use diagnostics as local measurements to support the goal set by teams under specific constraints (length, effort to track,...) e.g. Measurements to improve the „Flow“ of stories What is my one economical driver? 6 6Montag, 22. April 13
  • 7. A good agile Metric or Diagnostic ... 7 7Montag, 22. April 13
  • 8. Affirms and Reinforces Lean and Agile principles small footprint short tracking periods fosters collaboration 8 8Montag, 22. April 13
  • 9. Follows trends not absolute numbers Measure aggregated data and not on individual level „a team“ „an iteration“ is it the right direction and are we fast enough absolute numbers are artificial and can paralyze why 80% and not 79.5%? 9 9Montag, 22. April 13
  • 10. Misleading focus on numbers Methods must be less than 15lines. You must not have more than 4parameters to a method. Method cyclomatic complexity must not exceed 20. 10 10Montag, 22. April 13
  • 11. Extended with purpose We would like our code to be less complex and easier to change. Therefore we should aim to write short methods (less than 15 lines) with a low cyclomatic complexity (less than 20 is good). We should also aim to have a small handful of parameters (up to four) so that methods remain as focused as possible. 11 11Montag, 22. April 13
  • 12. Measures outcome and not output The most spectacular outcome can be produced by reducing the planned output while maximizing delivered value 12 12Montag, 22. April 13
  • 13. Easy to collect One button automation ... Drawn from operational tools (Backlog, Acceptance Test Suite, Code Analyzers) Easy aggregation and avoidance of management rework 13 13Montag, 22. April 13
  • 14. Provides fuel for meaningful conversation It‘s a good sign if people talk about what they‘ve learned to amplify learning and accelerate process improvement 14 14Montag, 22. April 13
  • 15. Provides feedback on a frequent and regular basis available in each iteration retrospective and to amplify learning and accelerate process improvement key periodic management meeting 15 15Montag, 22. April 13
  • 16. Measure Value or Process document it‘s context or assumptions consider appropriate audience consider „what you measure is what you get“ 16 16Montag, 22. April 13
  • 17. Encourages good enough quality must come from business owner and not developers to avoid gold plating 17 17Montag, 22. April 13
  • 18. Checklist for metrics or diagnostic 18 18Montag, 22. April 13
  • 19. Name this should be well chosen to avoid ambiguity, confusion, oversimplification. Question it should answer a specific, clear question for a particular role or group. If there are multiple questions, design other metrics. Basis of Measurement clearly state what is being measured, including units. Labeling of graph axes must be clear rather than brief. Assumptions should be identified to ensure clear understanding of data represented. Level and usage indicate intended usages at various levels of the organization. Indicate limits on usage, if any. Expected Trend the designers of the metric should have some idea of what they expect to see happen. Once the metric is proven, document common trends When to use it what prompted creation or use of this metric? How has it historically been used? When to stop using it when will it outlive its usefulness, become misleading or extra baggage? Design this in from the start. How to game it think through the natural ways people will warp behavior or information to yield more ‘favorable’ outcomes. Warnings recommend balancing metrics, limits on use, and dangers of improper use 19 19Montag, 22. April 13
  • 20. Velocity as an example Name Velocity Question How much software can my team deliver per iteration? Basis of Measurement story points Assumptions The team is delivering software every iteration. Level and usage Velocity is most useful at the project level. It allows the team to forecast how much work they can expect to complete based on prior efforts. 20 20Montag, 22. April 13
  • 21. Expected Trend Velocity can be affected by many things: Changing team members, obstacles, toolsets,difficulty of feature or amount of learning required, etc. will lower the velocity of the team. However a stable team on the same project with the required resources will generally gain in velocity during the course of the project. When to use it Velocity is a very useful metric for the team, and should be used during the course of the project once work has started. When to stop using it When there is a longer project and the team, resources, and technology are all stable, velocity will also become stable. The team may suspend collecting velocity since it is “known.” How to game it Teams will estimate their work differently from other teams. For example one team might estimate 1000 hours while another 600 hours for the same work, and both will complete the work in the iteration. Comparing velocity of teams is problematic. If teams know they are getting compared, they can inflate their estimates, and hence increase their velocity while completing the same amount of work. Warnings Velocity is not the same as value. A team with excellent velocity could spend months quickly and effectively delivering software that does not have the investment potential. Comparing velocity of teams is problematic (see above). This diagnostic is a barometer for the team as a unit. Team member velocities are problematic, so velocity should be measured at the team level, since that is the unit that produces the value 21 21Montag, 22. April 13
  • 23. Baseline Velocity Velocity = Sum of original estimates of all accepted work 23 23Montag, 22. April 13
  • 24. Work capacity Sum of all reported work whether SBI was finished or not Velocity > Work capacity indicates over estimations Should be greater or equal to velocity 24 24Montag, 22. April 13
  • 25. Focus Factor Velocity Should be around 80% for a healthy team below indicates distraction above indicates team is under forecasting to look perfect Work Capacity 25 25Montag, 22. April 13
  • 26. Percentage of adopted work Sum of original estimates of adopted work Adopted work = new work pulled into the sprint because team has completed it‘s forecast Original forecast for the sprint 26 26Montag, 22. April 13
  • 27. Percentage of found work Sum of original estimates of found work Found work = unexpected more work that is necessary to complete the SBI Original forecast for the sprint 27 27Montag, 22. April 13
  • 28. % Adopted Work + Found Work 20% smaller 28 28Montag, 22. April 13
  • 29. Accuracy of Estimation 1 - (Sum of Estimate deltas / total forecast) more than 88% indicate waste in the estimation process below 72% indicates poor story understanding or missing PO support Reflects team‘s ability to accurately estimate the body of work 29 29Montag, 22. April 13
  • 30. Accuracy of Forecast (∑Original Estimates) Should be around 80% for a healthy team 100% indicates external pressure below 80% indicates - team maybe not protected enough by Scrum Master Reflects team‘s ability to accurately estimate the body of work they can achieve in a sprint (∑Original Estimates + ∑Adopted Work + ∑Found Work) 30 30Montag, 22. April 13
  • 31. Target value increase Current sprint‘s velocity Indicates when the Scrum Coach can step back from using the shock therapy (SHU-Level) Baseline Velocity 31 31Montag, 22. April 13
  • 32. Success at scale (∑No. Accepted Attempts of scale Fp) (No. of All Attempts of scale Fp) Indicates whether a story fits in a sprint 32 32Montag, 22. April 13
  • 33. Win/Loss record above 80% of original sprint forecast is accepted AND Found + Adopted work below 20% of original forecast constantly remove unplanned work (waste) from a hyperproductive team 33 33Montag, 22. April 13
  • 34. Running Tested Features Happiness Metric Cycle Time c WIP Net Promoter System 34 34Montag, 22. April 13