SlideShare a Scribd company logo
1 of 31
CSE 403
Lecture 24
Scrum and Agile Software Development
Reading:
Scrum Primer,
by Deemer/Benefield/Larman/Vodde
slides created by Marty Stepp
http://www.cs.washington.edu/403/
2
What is Scrum?
ā€¢ Scrum:
ā€“ Is an agile, lightweight process
ā€“ Can manage and control software and product development
ā€“ Uses iterative, incremental practices
ā€“ Has a simple implementation
ā€“ Increases productivity
ā€“ Reduces time to benefits
ā€“ Embraces adaptive, empirical systems development
ā€“ Is not restricted to software development projects
ā€“ Embraces the opposite of the waterfall approachā€¦
Itā€™s about common sense
3
Scrum Origins
ā€¢ Jeff Sutherland
ā€“ Initial scrums at Easel Corp in 1993
ā€“ IDX and 500+ people doing Scrum
ā€¢ Ken Schwaber
ā€“ ADM
ā€“ Scrum presented at OOPSLA 96 with Sutherland
ā€“ Author of three books on Scrum
ā€¢ Mike Beedle
ā€“ Scrum patterns in PLOPD4
ā€¢ Ken Schwaber and Mike Cohn
ā€“ Co-founded Scrum Alliance in 2002, initially within Agile Alliance
4
Agile Manifesto
Process and tools
Individuals and
interactions
over
Following a plan
Responding to
change
over
Source: www.agilemanifesto.org
Comprehensive
documentation
Working software over
Contract negotiation
Customer
collaboration
over
5
Project Noise Level
Simple
Complex
Anarchy
Technology
Requirements
Far from
Agreement
Close to
Agreement
Close
to
Certainty
Far
from
Certainty
Source: Strategic Management and
Organizational Dynamics by Ralph
Stacey in Agile Software Development
with Scrum by Ken Schwaber and
Mike Beedle.
6
Scrum at a Glance
30 days
24 hours
Product Backlog
As prioritized by Product Owner
Sprint Backlog
Backlog tasks
expanded
by team
Potentially Shippable
Product Increment
Daily Scrum
Meeting
Source: Adapted from Agile Software
Development with Scrum by Ken
Schwaber and Mike Beedle.
7
Sequential vs. Overlap
Rather than doing all of
one thing at a time...
...Scrum teams do a little
of everything all the time
Requirements Design Code Test
8
Scrum Framework
ā€¢Product owner
ā€¢Scrum Master
ā€¢Team
Roles
ā€¢Sprint planning
ā€¢Sprint review
ā€¢Sprint retrospective
ā€¢Daily scrum meeting
Ceremonies
ā€¢Product backlog
ā€¢Sprint backlog
ā€¢Burndown charts
Artifacts
9
Scrum Roles
ā€“ Product Owner
ā€¢ Possibly a Product Manager or Project Sponsor
ā€¢ Decides features, release date, prioritization, $$$
ā€“ Scrum Master
ā€¢ Typically a Project Manager or Team Leader
ā€¢ Responsible for enacting Scrum values and practices
ā€¢ Remove impediments / politics, keeps everyone productive
ā€“ Project Team
ā€¢ 5-10 members; Teams are self-organizing
ā€¢ Cross-functional: QA, Programmers, UI Designers, etc.
ā€¢ Membership should change only between sprints
10
"Pigs" and "Chickens"
ā€¢ Pig: Team member committed to success of project
ā€¢ Chicken: Not a pig; interested but not committed
A pig and a chicken are walking down a road. The chicken looks at the pig
and says, "Hey, why don't we open a restaurant?" The pig looks back at the
chicken and says, "Good idea, what do you want to call it?" The chicken
thinks about it and says, "Why don't we call it 'Ham and Eggs'?" "I don't
think so," says the pig, "I'd be committed but you'd only be involved."
11
Sprint Planning Mtg.
Sprint planning meeting
Sprint prioritization
ā€¢ Analyze/evaluate product
backlog
ā€¢ Select sprint goal
Sprint planning
ā€¢ Decide how to achieve sprint
goal (design)
ā€¢ Create sprint backlog (tasks)
from product backlog items
(user stories / features)
ā€¢ Estimate sprint backlog in hours
Sprint
goal
Sprint
backlog
Business
conditions
Team
capacity
Product
backlog
Technology
Current
product
12
Daily Scrum Meeting
ā€¢ Parameters
ā€“ Daily, ~15 minutes, Stand-up
ā€“ Anyone late pays a $1 fee
ā€¢ Not for problem solving
ā€“ Whole world is invited
ā€“ Only team members, Scrum Master, product owner, can talk
ā€“ Helps avoid other unnecessary meetings
ā€¢ Three questions answered by each team member:
1. What did you do yesterday?
2. What will you do today?
3. What obstacles are in your way?
13
Scrum's Artifacts
ā€¢ Scrum has remarkably few artifacts
ā€“ Product Backlog
ā€“ Sprint Backlog
ā€“ Burndown Charts
ā€¢ Can be managed using just an Excel spreadsheet
ā€“ More advanced / complicated tools exist:
ā€¢ Expensive
ā€¢ Web-based ā€“ no good for Scrum Master/project manager who travels
ā€¢ Still under development
14
Product Backlog
ā€¢ The requirements
ā€¢ A list of all desired work on project
ā€¢ Ideally expressed as a list of user
stories along with "story points",
such that each item has value to
users or customers of the product
ā€¢ Prioritized by the product owner
ā€¢ Reprioritized at start of each sprint
This is the
product backlog
15
User Stories
ā€¢ Instead of Use Cases, Agile project owners do "user stories"
ā€“ Who (user role) ā€“ Is this a customer, employee, admin, etc.?
ā€“ What (goal) ā€“ What functionality must be achieved/developed?
ā€“ Why (reason) ā€“ Why does user want to accomplish this goal?
As a [user role], I want to [goal], so I can [reason].
ā€¢ Example:
ā€“ "As a user, I want to log in, so I can access subscriber content."
ā€¢ story points: Rating of effort needed to implement this story
ā€“ common scales: 1-10, shirt sizes (XS, S, M, L, XL), etc.
16
Sample Product Backlog
Backlog item Estimate
Allow a guest to make a reservation 3 (story points)
As a guest, I want to cancel a reservation. 5
As a guest, I want to change the dates of a reservation. 3
As a hotel employee, I can run RevPAR reports (revenue-
per-available-room)
8
Improve exception handling 8
... 30
... 50
17
Sample Product Backlog 2
18
Sprint Backlog
ā€¢ Individuals sign up for work of their own choosing
ā€“ Work is never assigned
ā€¢ Estimated work remaining is updated daily
ā€¢ Any team member can add, delete change sprint backlog
ā€¢ Work for the sprint emerges
ā€¢ If work is unclear, define a sprint backlog item with a larger
amount of time and break it down later
ā€¢ Update work remaining as more becomes known
19
Sample Sprint backlog
Tasks
Code the user interface
Code the middle tier
Test the middle tier
Write online help
Write the Foo class
Mon
8
16
8
12
8
Tue
4
12
16
8
Wed Thu
4
11
8
4
Fri
8
8
Add error logging
8
10
16
8
8
20
Sample Sprint Backlog
21
Sprint Burndown Chart
ā€¢ A display of what work has been completed
and what is left to complete
ā€“ one for each developer or work item
ā€“ updated every day
ā€“ (make best guess about hours/points completed each day)
ā€¢ variation: Release burndown chart
ā€“ shows overall progress
ā€“ updated at end of each sprint
22
Sample Burndown Chart
Hours
23
Hours
40
30
20
10
0
Mon Tue Wed Thu Fri
Tasks
Code the user interface
Code the middle tier
Test the middle tier
Write online help
Mon
8
16
8
12
Tue Wed Thu Fri
4
12
16
7
11
8
10
16 8
50
24
Burndown Example 1
No work being performed
Sprint 1 Burndown
0
10
20
30
40
50
60
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Days in Sprint
Hours
remaining
25
Burndown Example 2
Work being performed, but not fast enough
Sprint 1 Burndown
40
41
42
43
44
45
46
47
48
49
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Days in Sprint
Hours
remaining
26
Burndown Example 3
Work being performed, but too fast!
Sprint 1 Burndown
0
10
20
30
40
50
60
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Days in Sprint
Hours
remaining
27
The Sprint Review
ā€¢ Team presents what it accomplished during the sprint
ā€¢ Typically takes the form of a demo of new features or
underlying architecture
ā€¢ Informal
ā€“ 2-hour prep time rule
ā€“ No slides
ā€¢ Whole team participates
ā€¢ Invite the world
28
Scalability
ā€¢ Typical individual team is 7 Ā± 2 people
ā€“ Scalability comes from teams of teams
ā€¢ Factors in scaling
ā€“ Type of application
ā€“ Team size
ā€“ Team dispersion
ā€“ Project duration
ā€¢ Scrum has been used on multiple 500+ person projects
29
Scaling: Scrum of Scrums
30
Scrum vs. Other Models
31
Credits, References
ā€“ Mike Cohn, Mountain Goat Software
www.mountaingoatsoftware.com
ā€“ Scrum and The Enterprise by Ken Schwaber
ā€“ Succeeding with Agile by Mike Cohn
ā€“ Agile Software Development Ecosystems by Jim Highsmith
ā€“ Agile Software Development with Scrum by K. Schwaber and M. Beedle
ā€“ User Stories Applied for Agile Software Development by Mike Cohn
ā€“ www.agilescrum.com/
ā€“ www.objectmentor.com
ā€“ jeffsutherland.com/
ā€“ www.controlchaos.com/scrumwp.htm
ā€“ agilealliance.com/articles/articles/InventingScrum.pdf

More Related Content

Similar to 24-scrum.ppt

Lecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.pptLecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.ppt
MANYAGOEL14
Ā 
Lecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.pptLecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.ppt
ssuserf8c57f
Ā 
Lecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.pptLecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.ppt
ssuser4f2477
Ā 

Similar to 24-scrum.ppt (20)

Scrum intro
Scrum intro Scrum intro
Scrum intro
Ā 
Scrum (2)
Scrum (2)Scrum (2)
Scrum (2)
Ā 
From Project Manager to Scrum Master
From Project Manager to Scrum MasterFrom Project Manager to Scrum Master
From Project Manager to Scrum Master
Ā 
Lecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.pptLecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.ppt
Ā 
Lecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.pptLecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.ppt
Ā 
Lecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.pptLecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.ppt
Ā 
Lecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.pptLecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.ppt
Ā 
Lecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.pptLecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.ppt
Ā 
Lecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.pptLecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.ppt
Ā 
Lecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.pptLecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.ppt
Ā 
Agile Processes-Scrum.ppt
 Agile Processes-Scrum.ppt Agile Processes-Scrum.ppt
Agile Processes-Scrum.ppt
Ā 
Lecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.pptLecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.ppt
Ā 
Lecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.pptLecture 12 - Agile Processes-Scrum.ppt
Lecture 12 - Agile Processes-Scrum.ppt
Ā 
SCRUM and Poker Game In Agile Project
SCRUM and Poker Game In Agile ProjectSCRUM and Poker Game In Agile Project
SCRUM and Poker Game In Agile Project
Ā 
Agile scrum
Agile   scrumAgile   scrum
Agile scrum
Ā 
Agile Methodology
Agile MethodologyAgile Methodology
Agile Methodology
Ā 
Agile methodology
Agile methodologyAgile methodology
Agile methodology
Ā 
Lecture 5 -6(CSC205).pptx jsksnxbbxjxksnsnz
Lecture 5 -6(CSC205).pptx jsksnxbbxjxksnsnzLecture 5 -6(CSC205).pptx jsksnxbbxjxksnsnz
Lecture 5 -6(CSC205).pptx jsksnxbbxjxksnsnz
Ā 
Agile with scrum methodology
Agile with scrum methodologyAgile with scrum methodology
Agile with scrum methodology
Ā 
Agile Methodology
Agile MethodologyAgile Methodology
Agile Methodology
Ā 

Recently uploaded

Call Girls in South Ex (delhi) call me [šŸ”9953056974šŸ”] escort service 24X7
Call Girls in South Ex (delhi) call me [šŸ”9953056974šŸ”] escort service 24X7Call Girls in South Ex (delhi) call me [šŸ”9953056974šŸ”] escort service 24X7
Call Girls in South Ex (delhi) call me [šŸ”9953056974šŸ”] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
Ā 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
Ā 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
Ā 

Recently uploaded (20)

Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
Ā 
Call Girls in South Ex (delhi) call me [šŸ”9953056974šŸ”] escort service 24X7
Call Girls in South Ex (delhi) call me [šŸ”9953056974šŸ”] escort service 24X7Call Girls in South Ex (delhi) call me [šŸ”9953056974šŸ”] escort service 24X7
Call Girls in South Ex (delhi) call me [šŸ”9953056974šŸ”] escort service 24X7
Ā 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
Ā 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
Ā 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
Ā 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
Ā 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
Ā 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
Ā 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
Ā 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
Ā 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Ā 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
Ā 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
Ā 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
Ā 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Ā 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
Ā 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
Ā 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
Ā 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Ā 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
Ā 

24-scrum.ppt

  • 1. CSE 403 Lecture 24 Scrum and Agile Software Development Reading: Scrum Primer, by Deemer/Benefield/Larman/Vodde slides created by Marty Stepp http://www.cs.washington.edu/403/
  • 2. 2 What is Scrum? ā€¢ Scrum: ā€“ Is an agile, lightweight process ā€“ Can manage and control software and product development ā€“ Uses iterative, incremental practices ā€“ Has a simple implementation ā€“ Increases productivity ā€“ Reduces time to benefits ā€“ Embraces adaptive, empirical systems development ā€“ Is not restricted to software development projects ā€“ Embraces the opposite of the waterfall approachā€¦ Itā€™s about common sense
  • 3. 3 Scrum Origins ā€¢ Jeff Sutherland ā€“ Initial scrums at Easel Corp in 1993 ā€“ IDX and 500+ people doing Scrum ā€¢ Ken Schwaber ā€“ ADM ā€“ Scrum presented at OOPSLA 96 with Sutherland ā€“ Author of three books on Scrum ā€¢ Mike Beedle ā€“ Scrum patterns in PLOPD4 ā€¢ Ken Schwaber and Mike Cohn ā€“ Co-founded Scrum Alliance in 2002, initially within Agile Alliance
  • 4. 4 Agile Manifesto Process and tools Individuals and interactions over Following a plan Responding to change over Source: www.agilemanifesto.org Comprehensive documentation Working software over Contract negotiation Customer collaboration over
  • 5. 5 Project Noise Level Simple Complex Anarchy Technology Requirements Far from Agreement Close to Agreement Close to Certainty Far from Certainty Source: Strategic Management and Organizational Dynamics by Ralph Stacey in Agile Software Development with Scrum by Ken Schwaber and Mike Beedle.
  • 6. 6 Scrum at a Glance 30 days 24 hours Product Backlog As prioritized by Product Owner Sprint Backlog Backlog tasks expanded by team Potentially Shippable Product Increment Daily Scrum Meeting Source: Adapted from Agile Software Development with Scrum by Ken Schwaber and Mike Beedle.
  • 7. 7 Sequential vs. Overlap Rather than doing all of one thing at a time... ...Scrum teams do a little of everything all the time Requirements Design Code Test
  • 8. 8 Scrum Framework ā€¢Product owner ā€¢Scrum Master ā€¢Team Roles ā€¢Sprint planning ā€¢Sprint review ā€¢Sprint retrospective ā€¢Daily scrum meeting Ceremonies ā€¢Product backlog ā€¢Sprint backlog ā€¢Burndown charts Artifacts
  • 9. 9 Scrum Roles ā€“ Product Owner ā€¢ Possibly a Product Manager or Project Sponsor ā€¢ Decides features, release date, prioritization, $$$ ā€“ Scrum Master ā€¢ Typically a Project Manager or Team Leader ā€¢ Responsible for enacting Scrum values and practices ā€¢ Remove impediments / politics, keeps everyone productive ā€“ Project Team ā€¢ 5-10 members; Teams are self-organizing ā€¢ Cross-functional: QA, Programmers, UI Designers, etc. ā€¢ Membership should change only between sprints
  • 10. 10 "Pigs" and "Chickens" ā€¢ Pig: Team member committed to success of project ā€¢ Chicken: Not a pig; interested but not committed A pig and a chicken are walking down a road. The chicken looks at the pig and says, "Hey, why don't we open a restaurant?" The pig looks back at the chicken and says, "Good idea, what do you want to call it?" The chicken thinks about it and says, "Why don't we call it 'Ham and Eggs'?" "I don't think so," says the pig, "I'd be committed but you'd only be involved."
  • 11. 11 Sprint Planning Mtg. Sprint planning meeting Sprint prioritization ā€¢ Analyze/evaluate product backlog ā€¢ Select sprint goal Sprint planning ā€¢ Decide how to achieve sprint goal (design) ā€¢ Create sprint backlog (tasks) from product backlog items (user stories / features) ā€¢ Estimate sprint backlog in hours Sprint goal Sprint backlog Business conditions Team capacity Product backlog Technology Current product
  • 12. 12 Daily Scrum Meeting ā€¢ Parameters ā€“ Daily, ~15 minutes, Stand-up ā€“ Anyone late pays a $1 fee ā€¢ Not for problem solving ā€“ Whole world is invited ā€“ Only team members, Scrum Master, product owner, can talk ā€“ Helps avoid other unnecessary meetings ā€¢ Three questions answered by each team member: 1. What did you do yesterday? 2. What will you do today? 3. What obstacles are in your way?
  • 13. 13 Scrum's Artifacts ā€¢ Scrum has remarkably few artifacts ā€“ Product Backlog ā€“ Sprint Backlog ā€“ Burndown Charts ā€¢ Can be managed using just an Excel spreadsheet ā€“ More advanced / complicated tools exist: ā€¢ Expensive ā€¢ Web-based ā€“ no good for Scrum Master/project manager who travels ā€¢ Still under development
  • 14. 14 Product Backlog ā€¢ The requirements ā€¢ A list of all desired work on project ā€¢ Ideally expressed as a list of user stories along with "story points", such that each item has value to users or customers of the product ā€¢ Prioritized by the product owner ā€¢ Reprioritized at start of each sprint This is the product backlog
  • 15. 15 User Stories ā€¢ Instead of Use Cases, Agile project owners do "user stories" ā€“ Who (user role) ā€“ Is this a customer, employee, admin, etc.? ā€“ What (goal) ā€“ What functionality must be achieved/developed? ā€“ Why (reason) ā€“ Why does user want to accomplish this goal? As a [user role], I want to [goal], so I can [reason]. ā€¢ Example: ā€“ "As a user, I want to log in, so I can access subscriber content." ā€¢ story points: Rating of effort needed to implement this story ā€“ common scales: 1-10, shirt sizes (XS, S, M, L, XL), etc.
  • 16. 16 Sample Product Backlog Backlog item Estimate Allow a guest to make a reservation 3 (story points) As a guest, I want to cancel a reservation. 5 As a guest, I want to change the dates of a reservation. 3 As a hotel employee, I can run RevPAR reports (revenue- per-available-room) 8 Improve exception handling 8 ... 30 ... 50
  • 18. 18 Sprint Backlog ā€¢ Individuals sign up for work of their own choosing ā€“ Work is never assigned ā€¢ Estimated work remaining is updated daily ā€¢ Any team member can add, delete change sprint backlog ā€¢ Work for the sprint emerges ā€¢ If work is unclear, define a sprint backlog item with a larger amount of time and break it down later ā€¢ Update work remaining as more becomes known
  • 19. 19 Sample Sprint backlog Tasks Code the user interface Code the middle tier Test the middle tier Write online help Write the Foo class Mon 8 16 8 12 8 Tue 4 12 16 8 Wed Thu 4 11 8 4 Fri 8 8 Add error logging 8 10 16 8 8
  • 21. 21 Sprint Burndown Chart ā€¢ A display of what work has been completed and what is left to complete ā€“ one for each developer or work item ā€“ updated every day ā€“ (make best guess about hours/points completed each day) ā€¢ variation: Release burndown chart ā€“ shows overall progress ā€“ updated at end of each sprint
  • 23. 23 Hours 40 30 20 10 0 Mon Tue Wed Thu Fri Tasks Code the user interface Code the middle tier Test the middle tier Write online help Mon 8 16 8 12 Tue Wed Thu Fri 4 12 16 7 11 8 10 16 8 50
  • 24. 24 Burndown Example 1 No work being performed Sprint 1 Burndown 0 10 20 30 40 50 60 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Days in Sprint Hours remaining
  • 25. 25 Burndown Example 2 Work being performed, but not fast enough Sprint 1 Burndown 40 41 42 43 44 45 46 47 48 49 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Days in Sprint Hours remaining
  • 26. 26 Burndown Example 3 Work being performed, but too fast! Sprint 1 Burndown 0 10 20 30 40 50 60 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Days in Sprint Hours remaining
  • 27. 27 The Sprint Review ā€¢ Team presents what it accomplished during the sprint ā€¢ Typically takes the form of a demo of new features or underlying architecture ā€¢ Informal ā€“ 2-hour prep time rule ā€“ No slides ā€¢ Whole team participates ā€¢ Invite the world
  • 28. 28 Scalability ā€¢ Typical individual team is 7 Ā± 2 people ā€“ Scalability comes from teams of teams ā€¢ Factors in scaling ā€“ Type of application ā€“ Team size ā€“ Team dispersion ā€“ Project duration ā€¢ Scrum has been used on multiple 500+ person projects
  • 31. 31 Credits, References ā€“ Mike Cohn, Mountain Goat Software www.mountaingoatsoftware.com ā€“ Scrum and The Enterprise by Ken Schwaber ā€“ Succeeding with Agile by Mike Cohn ā€“ Agile Software Development Ecosystems by Jim Highsmith ā€“ Agile Software Development with Scrum by K. Schwaber and M. Beedle ā€“ User Stories Applied for Agile Software Development by Mike Cohn ā€“ www.agilescrum.com/ ā€“ www.objectmentor.com ā€“ jeffsutherland.com/ ā€“ www.controlchaos.com/scrumwp.htm ā€“ agilealliance.com/articles/articles/InventingScrum.pdf

Editor's Notes

  1. 12
  2. 16
  3. 19
  4. 22
  5. 23