SlideShare a Scribd company logo
Guesstimating the timeline for backlog
items
Understanding the best practices
that make guessing backlog Items
more accurate
Agile Mindset Quotes
“Perfection is not attainable, but if we chase perfection, we can catch excellence.”
“Teamwork occurs when diverse abilities and insights join together to work toward a common goal.”
“Agile is about doing as opposed to being paralyzed; in agile you get the minimal necessary and start
working.”
“Vision without action is a daydream, but action without vision is a nightmare.”
“Accountability means to say what you do, do what you say.”
“Cooperation is the thorough conviction that nobody can get there unless everybody gets there.”
“The strength of the team is each individual member. The strength of each member is the team.”
“Progress is impossible without change, and those who cannot change their minds cannot change
anything.”
“Be the change that you wish to see in the world.”
Problems to estimate properly
● Dependencies between teams. Multiple teams working on an initiative/PBI.
● Team members partially allocated.
● Teams keeps changing. Teams aren’t stable.
● Interruptions like production issues etc.
● Team estimates as if they were full-time dedicated.
● Priorities of initiative/PBI changes.
● New work altogether.
● Striving to hit a pre-assigned date by management.
● Risks not taken into account.
● Architectural vision or work to be done is unclear.
● Unavailability of important team members.
● Task divided between multiple teams.
● Tasks not created.
● Trust factor between teammates end up adding buffer.
Factors that help to get proper estimates
● Factors to consider while sprint planning
○ Creation of Task Pipeline (Pre-Planning Sessions)
○ DOR and DOD
● Factors to consider while sprint execution (Coding & System Testing)
○ Kanbanize the scrum (WIP and Pull System)
○ Swarming
○ TDD, ATDD and BDD
○ CI/CD Pipeline (DevOps)
● Factors to consider while Retrospecting
○ Value Stream Mapping
○ System Thinking
● Factors to consider while doing Testing
● Useful Metrics
○ Burn up and Burn down
○ CFD & Little’s Law
○ Iteration and Program Metrics
○ Team’s Self-Assessment & Program Self-Assessment
○ DevOps Health Chart
Factors to consider while sprint planning
Creation of Task Pipeline (Pre-Planning Sessions)
1. Pre-planning - Start at least 3-5 days before the sprint starts.
2. First 2 days (1 hour session daily) - Discuss the stories functionally -
a. Understand what is needed by PO.
b. Ask Doubts/Queries and get them resolved
3. Next 3 days (1 hour session daily) - Discuss the stories technically. Here, find the following per story -
a. The technical components used
b. The interactions between technical components
c. The dependencies
d. The assumptions
e. The constraints
f. The risk and the mitigation plan
g. The testing related activities - acceptance criteria and amount of testing required
h. The rework and refactoring required, if any
i. The spikes, if any
j. The technical debt that will be created, if any
4. Create a pipeline of activities based on above details viz., create tasks for each story.
5. Use the Pipeline in planning which will be used for retrospective as well.
6. See my article for more details - https://www.linkedin.com/pulse/su-ha-ri-agile-planning-practical-sprint-
estimation-amit-medhekar/
DOR and DOD
● Benefit of DOR on estimation process -
○ Time and efforts are utilised rightly when actual planning is done.
○ Dependencies, risks and assumptions are identified early making team confident about estimates
shared.
○ Enables accurate estimation.
○ Reduce “requirements churn" in development.
○ Keep the team accountable to each other.
○ Reduction of conflict between the development team and the PO.
● Benefit of DOD on estimation process -
○ Helps to get feedback for improvement for estimates for future sprints.
○ Time and efforts are utilised rightly when actual execution happen.
○ Improves planning to release.
○ Minimizes the Delay Of Risk.
○ Keep the team accountable to each other.
○ Reduction of conflict between the development team and the PO.
Factors to consider while sprint execution
Kanbanize Scrum
Kanbanize Scrum
Benefits of ScrumBan system:
● Helps in limiting work in progress (reduces
waste).
● Along with CFD, helps identify bottlenecks in the
process (See CFD and Little’s law in metrics
section).
● Enables smoother flow.
● Enables swarming.
● Enables cross-functioning.
● Enables managing capacity.
● Help us Identify opportunities for process
improvement.
● Introduce slack into the system.
● Lead Time, Cycle Time and Process Efficiencies
are the metrics that help in estimation.
Swarming
Benefits of Swarming:
● Faster resolution of work or defect.
● Maximized chances for success with the skills and
abilities of the entire team focused on a single
requirement.
● Faster lead time.
● Optimized WIP.
● Smooth flow.
● Faster Failure.
● Broader team understanding.
● Improves cross-functioning.
● Real-time code review.
● Potential time savings.
TDD, ATDD and BDD
TDD ATDD BDD
It describes the cycle of writing a test
first, and application code afterwards
– followed by an optional refactoring
It Is a collaborative practice where
users, testers, and developers define
automated acceptance criteria.
It is a design activity where you build
pieces of functionality incrementally
guided by the expected behavior.
Developer’s perspective Customer, Developer & Tester Customer, Developer & Tester
Unit Testing Acceptance Criteria Requirements
Focus on implementation of feature Focus on capturing of requirement Focus on behaviour of feature
Benefits:
● Reduced time for feedback/Fast Feedback.
● Improved code quality/Reduced Rework
● Improved collaboration
● Clear acceptance criteria
● Prepared for automated testing
● Improved Developer / Tester / PO
communication
● Agreement on requirements
CI/CD Pipeline - DevOps
Benefits:
● Ensure faster time-to-market/delivery
times that improves ROI.
● Improve collaboration between teams
(Business / Dev / Ops).
● Stable/reliable operating environments
● Fail Faster - Early detection and faster
correction of defects.
● Improved code quality - Automated
environment migration resulting in less
human errors.
Factors to consider while Retrospecting
Value Stream Mapping
System Thinking
● System thinking is school thought that focuses on recognizing the interconnections between the parts of a
system and synthesizing them into a unified view of the whole.
● Causal Loops - Cause and effect and applies learning to create improved decisions and actions.
Factors to consider while doing Testing
Testing
Discussion Points:
● Integration Testing & Regression Testing
to be done with separate teams.
● In SAFe, the system team is used for the
above activities -
○ Integration team - One sprint
behind the development team
○ Regression team - Separate cycle for
them as they are aligned to release
on demand.
○ If regression team is not working for
release on demand, it is one sprint
behind the integration team.
Useful Metrics
Burn up and Burn Down
How to use:
● Burn Down should be used at sprint
level. Benefits:
○ Simple
○ Shows Remaining work
○ Helps Inspect and Adapt
● Burn Up should be used at release level.
Benefits:
○ Simple again
○ Show completed work
○ Helps identify Scope Creep
○ Helps Inspect and Adapt
CFD & Little’s Law
CFD:
CFD should be used at sprint level. Benefits:
● Identify Bottlenecks
● Helps calculate Lead Time, WIP &
Throughput
Little’s Law:
● The seminal law of queuing theory—tells us
that the average wait time for service from a
system equals the ratio of the average
queue length divided by the average
processing rate.
● Hence, teams that limit WIP will get their
work done faster.
○ Lead time — how long it takes, on
average, for an item to get through the
system.
○ WIP — the average number of items in
the system at any point in time.
○ Throughput — the number of stories
completed per period of time viz.,
Throughput =WIP/Lead Time
Iteration and Program Metrics
Program Metrics: Iteration Metrics:
Team’s Self-Assessment & Program Self-Assessment
Program Metrics: Iteration Metrics:
DevOps Health Chart

More Related Content

PPTX
Scaling Agile - Agility Defined
PPTX
Agile and Scrum Overview for PMs, Designers and Developers
PPTX
Scrum 101
PPT
Agile Methodology(SCRUM)
PPTX
Scrum Process For Offshore Team
PPTX
2017 Scrum by Picture
PPT
What Is A Sprint Planning Meeting
PDF
Scaling Agile - Agility Defined
Agile and Scrum Overview for PMs, Designers and Developers
Scrum 101
Agile Methodology(SCRUM)
Scrum Process For Offshore Team
2017 Scrum by Picture
What Is A Sprint Planning Meeting

What's hot (17)

PPTX
Scrum Framework
PPTX
Agile (Scrum)
PDF
Short introduction to Agile Scrum
PDF
Scrum - Sprint Planning
PPTX
Scrum rules
PPTX
Scrum an Agile Methodology
PPT
Scrum Master vs Agile Project Manager training by Manohar Prasad
PPTX
Practical example of Scrum and Kanban use in the same project
PPTX
Agile and Scrum Basics
PDF
Scrum 101: Introduction to Scrum
PPTX
Scrum and the agile development process
PPT
Scrum-Agile : An Introduction
ODP
Scrum Process
PPTX
Agile philosophy
PDF
Managing Scope Time Cost And Team In Agile
PDF
Agile Scrum Methodology - Introduction
PDF
Scrum Framework
Agile (Scrum)
Short introduction to Agile Scrum
Scrum - Sprint Planning
Scrum rules
Scrum an Agile Methodology
Scrum Master vs Agile Project Manager training by Manohar Prasad
Practical example of Scrum and Kanban use in the same project
Agile and Scrum Basics
Scrum 101: Introduction to Scrum
Scrum and the agile development process
Scrum-Agile : An Introduction
Scrum Process
Agile philosophy
Managing Scope Time Cost And Team In Agile
Agile Scrum Methodology - Introduction
Ad

Similar to Agile Network India | Guesstimating the timeline for backlog items (20)

PDF
Agile Course
PDF
Agile course Part 1
PDF
Scrum and-xp-from-the-trenches 05 release planning & scrum with xp
PDF
When Management Asks You: “Do You Accept Agile as Your Lord and Savior?"
PDF
Scrum Overview
PDF
When Management Asks You: “Do You Accept Agile as Your Lord and Savior?” - Ci...
PPTX
Presentation on agile methodology
PDF
Scrum intro
PPTX
Software Agility.pptx
PDF
SCRUM Intro
PPTX
Prashant technical practices-tdd for xebia event
PPTX
Lecture 5 -6(CSC205).pptx jsksnxbbxjxksnsnz
PDF
Agile practices for management
PPTX
Ssw forte-agile-seminar
 
PPTX
Chapter 2 Time boxing & agile models
PDF
Managing software projects & teams effectively
PPTX
Scrum Intro for E-works
PDF
Indix Engineering Culture Code (2015)
PPT
Introduction to Agile & scrum
Agile Course
Agile course Part 1
Scrum and-xp-from-the-trenches 05 release planning & scrum with xp
When Management Asks You: “Do You Accept Agile as Your Lord and Savior?"
Scrum Overview
When Management Asks You: “Do You Accept Agile as Your Lord and Savior?” - Ci...
Presentation on agile methodology
Scrum intro
Software Agility.pptx
SCRUM Intro
Prashant technical practices-tdd for xebia event
Lecture 5 -6(CSC205).pptx jsksnxbbxjxksnsnz
Agile practices for management
Ssw forte-agile-seminar
 
Chapter 2 Time boxing & agile models
Managing software projects & teams effectively
Scrum Intro for E-works
Indix Engineering Culture Code (2015)
Introduction to Agile & scrum
Ad

More from AgileNetwork (20)

PDF
ANIn Mumbai 2025 | Measuring Business Value during Agile Transformation by Pr...
PPTX
ANIn Ahmedabad 2025 | Quality as Foundation of Business Agility: How QA Enabl...
PPTX
ANIn Ahmedabad 2025 | Beyond Survival: Enabling Growth Mindset by Abhishek Bh...
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
PPTX
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
PPTX
Agile Chennai 18-19 July 2025 Ideathon | Crypton- an AI driven, Quantum Resis...
PPTX
Agile Chennai 18-19 July 2025 | Leading with Integrity in the Age of AI – A C...
PDF
Agile Chennai 18-19 July 2025 | Workshop - Leadership in an Uncertain World: ...
PPTX
Agile Chennai 18-19 July 2025 | The Human Metrics of Agile: Building Resilien...
PPTX
Agile Chennai 18-19 July 2025 | Adaptive Organizations: Built to Learn, Ready...
PPTX
Agile Chennai 18-19 July 2025 | Workshop - Enhancing Agile Collaboration with...
PPTX
Agile Chennai 18-19 July 2025 | The Purpose Playbook: Building AI that Solves...
PDF
Agile Chennai 18-19 July 2025 | The Story of KM Implementation for enabling V...
PPTX
Agile Chennai 18-19 July 2025 | Beyond Survival: Resilience Through Agility a...
PPTX
Agile Chennai 18-19 July 2025 | Kanban: The Shop Floor’s Secret to Smooth Wor...
PDF
Agile Chennai 18-19 July 2025 | Unpacking OKRs: A Guide to Strategic Sophisti...
PPTX
Agile Chennai 18-19 July 2025 | Agility for Resilience - Adaptive Systems & C...
PPTX
Agile Chennai 18-19 July 2025 | Redefining Customer Centricity by Aarthi Ramesh
PDF
ANIn Bengaluru 2025 | Workshop- Innovate For Business Agility: Idea Generatio...
PPTX
ANIn Bengaluru 2025 | Working Smarter: The Fusion of Agile Mindsets and AI Mi...
ANIn Mumbai 2025 | Measuring Business Value during Agile Transformation by Pr...
ANIn Ahmedabad 2025 | Quality as Foundation of Business Agility: How QA Enabl...
ANIn Ahmedabad 2025 | Beyond Survival: Enabling Growth Mindset by Abhishek Bh...
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
Agile Chennai 18-19 July 2025 Ideathon | Crypton- an AI driven, Quantum Resis...
Agile Chennai 18-19 July 2025 | Leading with Integrity in the Age of AI – A C...
Agile Chennai 18-19 July 2025 | Workshop - Leadership in an Uncertain World: ...
Agile Chennai 18-19 July 2025 | The Human Metrics of Agile: Building Resilien...
Agile Chennai 18-19 July 2025 | Adaptive Organizations: Built to Learn, Ready...
Agile Chennai 18-19 July 2025 | Workshop - Enhancing Agile Collaboration with...
Agile Chennai 18-19 July 2025 | The Purpose Playbook: Building AI that Solves...
Agile Chennai 18-19 July 2025 | The Story of KM Implementation for enabling V...
Agile Chennai 18-19 July 2025 | Beyond Survival: Resilience Through Agility a...
Agile Chennai 18-19 July 2025 | Kanban: The Shop Floor’s Secret to Smooth Wor...
Agile Chennai 18-19 July 2025 | Unpacking OKRs: A Guide to Strategic Sophisti...
Agile Chennai 18-19 July 2025 | Agility for Resilience - Adaptive Systems & C...
Agile Chennai 18-19 July 2025 | Redefining Customer Centricity by Aarthi Ramesh
ANIn Bengaluru 2025 | Workshop- Innovate For Business Agility: Idea Generatio...
ANIn Bengaluru 2025 | Working Smarter: The Fusion of Agile Mindsets and AI Mi...

Recently uploaded (20)

PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Complications of Minimal Access Surgery at WLH
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
PDF
Classroom Observation Tools for Teachers
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
RMMM.pdf make it easy to upload and study
PPTX
Pharma ospi slides which help in ospi learning
PDF
Business Ethics Teaching Materials for college
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
O7-L3 Supply Chain Operations - ICLT Program
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Renaissance Architecture: A Journey from Faith to Humanism
Complications of Minimal Access Surgery at WLH
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
The Healthy Child – Unit II | Child Health Nursing I | B.Sc Nursing 5th Semester
Classroom Observation Tools for Teachers
102 student loan defaulters named and shamed – Is someone you know on the list?
RMMM.pdf make it easy to upload and study
Pharma ospi slides which help in ospi learning
Business Ethics Teaching Materials for college
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
human mycosis Human fungal infections are called human mycosis..pptx
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf

Agile Network India | Guesstimating the timeline for backlog items

  • 1. Guesstimating the timeline for backlog items Understanding the best practices that make guessing backlog Items more accurate
  • 2. Agile Mindset Quotes “Perfection is not attainable, but if we chase perfection, we can catch excellence.” “Teamwork occurs when diverse abilities and insights join together to work toward a common goal.” “Agile is about doing as opposed to being paralyzed; in agile you get the minimal necessary and start working.” “Vision without action is a daydream, but action without vision is a nightmare.” “Accountability means to say what you do, do what you say.” “Cooperation is the thorough conviction that nobody can get there unless everybody gets there.” “The strength of the team is each individual member. The strength of each member is the team.” “Progress is impossible without change, and those who cannot change their minds cannot change anything.” “Be the change that you wish to see in the world.”
  • 3. Problems to estimate properly ● Dependencies between teams. Multiple teams working on an initiative/PBI. ● Team members partially allocated. ● Teams keeps changing. Teams aren’t stable. ● Interruptions like production issues etc. ● Team estimates as if they were full-time dedicated. ● Priorities of initiative/PBI changes. ● New work altogether. ● Striving to hit a pre-assigned date by management. ● Risks not taken into account. ● Architectural vision or work to be done is unclear. ● Unavailability of important team members. ● Task divided between multiple teams. ● Tasks not created. ● Trust factor between teammates end up adding buffer.
  • 4. Factors that help to get proper estimates ● Factors to consider while sprint planning ○ Creation of Task Pipeline (Pre-Planning Sessions) ○ DOR and DOD ● Factors to consider while sprint execution (Coding & System Testing) ○ Kanbanize the scrum (WIP and Pull System) ○ Swarming ○ TDD, ATDD and BDD ○ CI/CD Pipeline (DevOps) ● Factors to consider while Retrospecting ○ Value Stream Mapping ○ System Thinking ● Factors to consider while doing Testing ● Useful Metrics ○ Burn up and Burn down ○ CFD & Little’s Law ○ Iteration and Program Metrics ○ Team’s Self-Assessment & Program Self-Assessment ○ DevOps Health Chart
  • 5. Factors to consider while sprint planning
  • 6. Creation of Task Pipeline (Pre-Planning Sessions) 1. Pre-planning - Start at least 3-5 days before the sprint starts. 2. First 2 days (1 hour session daily) - Discuss the stories functionally - a. Understand what is needed by PO. b. Ask Doubts/Queries and get them resolved 3. Next 3 days (1 hour session daily) - Discuss the stories technically. Here, find the following per story - a. The technical components used b. The interactions between technical components c. The dependencies d. The assumptions e. The constraints f. The risk and the mitigation plan g. The testing related activities - acceptance criteria and amount of testing required h. The rework and refactoring required, if any i. The spikes, if any j. The technical debt that will be created, if any 4. Create a pipeline of activities based on above details viz., create tasks for each story. 5. Use the Pipeline in planning which will be used for retrospective as well. 6. See my article for more details - https://www.linkedin.com/pulse/su-ha-ri-agile-planning-practical-sprint- estimation-amit-medhekar/
  • 7. DOR and DOD ● Benefit of DOR on estimation process - ○ Time and efforts are utilised rightly when actual planning is done. ○ Dependencies, risks and assumptions are identified early making team confident about estimates shared. ○ Enables accurate estimation. ○ Reduce “requirements churn" in development. ○ Keep the team accountable to each other. ○ Reduction of conflict between the development team and the PO. ● Benefit of DOD on estimation process - ○ Helps to get feedback for improvement for estimates for future sprints. ○ Time and efforts are utilised rightly when actual execution happen. ○ Improves planning to release. ○ Minimizes the Delay Of Risk. ○ Keep the team accountable to each other. ○ Reduction of conflict between the development team and the PO.
  • 8. Factors to consider while sprint execution
  • 10. Kanbanize Scrum Benefits of ScrumBan system: ● Helps in limiting work in progress (reduces waste). ● Along with CFD, helps identify bottlenecks in the process (See CFD and Little’s law in metrics section). ● Enables smoother flow. ● Enables swarming. ● Enables cross-functioning. ● Enables managing capacity. ● Help us Identify opportunities for process improvement. ● Introduce slack into the system. ● Lead Time, Cycle Time and Process Efficiencies are the metrics that help in estimation.
  • 11. Swarming Benefits of Swarming: ● Faster resolution of work or defect. ● Maximized chances for success with the skills and abilities of the entire team focused on a single requirement. ● Faster lead time. ● Optimized WIP. ● Smooth flow. ● Faster Failure. ● Broader team understanding. ● Improves cross-functioning. ● Real-time code review. ● Potential time savings.
  • 12. TDD, ATDD and BDD TDD ATDD BDD It describes the cycle of writing a test first, and application code afterwards – followed by an optional refactoring It Is a collaborative practice where users, testers, and developers define automated acceptance criteria. It is a design activity where you build pieces of functionality incrementally guided by the expected behavior. Developer’s perspective Customer, Developer & Tester Customer, Developer & Tester Unit Testing Acceptance Criteria Requirements Focus on implementation of feature Focus on capturing of requirement Focus on behaviour of feature Benefits: ● Reduced time for feedback/Fast Feedback. ● Improved code quality/Reduced Rework ● Improved collaboration ● Clear acceptance criteria ● Prepared for automated testing ● Improved Developer / Tester / PO communication ● Agreement on requirements
  • 13. CI/CD Pipeline - DevOps Benefits: ● Ensure faster time-to-market/delivery times that improves ROI. ● Improve collaboration between teams (Business / Dev / Ops). ● Stable/reliable operating environments ● Fail Faster - Early detection and faster correction of defects. ● Improved code quality - Automated environment migration resulting in less human errors.
  • 14. Factors to consider while Retrospecting
  • 16. System Thinking ● System thinking is school thought that focuses on recognizing the interconnections between the parts of a system and synthesizing them into a unified view of the whole. ● Causal Loops - Cause and effect and applies learning to create improved decisions and actions.
  • 17. Factors to consider while doing Testing
  • 18. Testing Discussion Points: ● Integration Testing & Regression Testing to be done with separate teams. ● In SAFe, the system team is used for the above activities - ○ Integration team - One sprint behind the development team ○ Regression team - Separate cycle for them as they are aligned to release on demand. ○ If regression team is not working for release on demand, it is one sprint behind the integration team.
  • 20. Burn up and Burn Down How to use: ● Burn Down should be used at sprint level. Benefits: ○ Simple ○ Shows Remaining work ○ Helps Inspect and Adapt ● Burn Up should be used at release level. Benefits: ○ Simple again ○ Show completed work ○ Helps identify Scope Creep ○ Helps Inspect and Adapt
  • 21. CFD & Little’s Law CFD: CFD should be used at sprint level. Benefits: ● Identify Bottlenecks ● Helps calculate Lead Time, WIP & Throughput Little’s Law: ● The seminal law of queuing theory—tells us that the average wait time for service from a system equals the ratio of the average queue length divided by the average processing rate. ● Hence, teams that limit WIP will get their work done faster. ○ Lead time — how long it takes, on average, for an item to get through the system. ○ WIP — the average number of items in the system at any point in time. ○ Throughput — the number of stories completed per period of time viz., Throughput =WIP/Lead Time
  • 22. Iteration and Program Metrics Program Metrics: Iteration Metrics:
  • 23. Team’s Self-Assessment & Program Self-Assessment Program Metrics: Iteration Metrics: