SlideShare una empresa de Scribd logo
1 de 47
Descargar para leer sin conexión
Agile Implementation
   Lessons Learned from
    Practical Application

Presented to NM Women In Technology
            June 28, 2012
 Ana Lopez, Certified Scrum Master
Lisa Milmine, Certified Scrum Master

      Software Application Engineering
        Sandia National Laboratories
Presentation Overview

•   Agile Development

•   The Scrum Framework

•   Lessons Learned and Recommendations (So
    what)
What is Agile?

   Frequently delivering business value while
    adapting to change
   Agile is a philosophy
   Agile is applied through a method (like XP or
    Scrum)




See: Shore, James and Shane Warden. The Art of Agile Development, Sabastopol, CA: O’Reilly Media,
Inc. , 2008. Print.
How Agile Evolved


     1990s – common methodologies emerged
         Face to face communication
         Frequent delivery of business value
         Self managing teams

         Adaptable coding practices

     In 2001 - Agile Summit




See: What is Agile Software Development: http://www.agilealliance.org/the-alliance/what-is-agile/
Agile Software Development: http://en.wikipedia.org/wiki/Agile_software_development
Agile Manifesto

“We are uncovering better ways of developing software by doing it
  and helping others do it. Through this work we have come to
  value:


•   Individuals and interactions over processes and
    tools
•   Working software over comprehensive
    documentation
•   Customer collaboration over contract negotiation
•   Responding to change over following a plan

That is, while there is value in the items on the right, we value the
  items on the left more.”

See: Manifesto for Agile Software Development: http://agilemanifesto.org/
12 Principles

   Satisfy the customer through early and
    continuous delivery of valuable software.
   Deliver working software frequently, from a
    couple of weeks to a couple of months, with a
    preference to the shorter timescale.
   Welcome changing requirements, even late in
    development.
   Regular adaptation to changing circumstances




See: Manifesto for Agile Software Development: http://agilemanifesto.org/principles.html
12 Principles (Cont.)

   Build projects around motivated individuals.
   Self-organizing teams
   Continuous attention to technical excellence and
    good design
   Working software is the primary measure of
    progress.




See: Manifesto for Agile Software Development: http://agilemanifesto.org/principles.html
12 Principles (Cont.)

   Business people and developers must work
    together daily throughout the project.
   The most efficient and effective method of
    conveying information to and within a
    development team is face-to-face conversation.
   Simplicity- The art of maximizing the amount of
    work not done - is essential
   Agile processes promote sustainable
    development.


See: Manifesto for Agile Software Development: http://agilemanifesto.org/principles.html
Why everyone likes agile

•       Executives and Senior Management
         −   Return on investment
         −   Software longevity
•       Users and Stakeholders
         −   Influence the direction of software development
         −   Teams focus on delivering useful and valuable software
         −   Increased delivery frequency
•       Project Managers
         −   Change direction as business needs change,
         −    Make and meet commitments
         −   Improved stakeholder satisfaction
•       Developers
         −   Increased technical quality
         −   Greater influence over estimates and schedules and team autonomy
•       Testers
         −   Part of the team
         −   Influence quality at all stages of the project

    See: Shore, James and Shane Warden. The Art of Agile Development, Sabastopol, CA: O’Reilly Media, Inc. ,
    2008. Print.
What is Scrum?

               An agile framework focused on delivering
                business value in short incremental periods
                (sprints)
               Created in the early 1993 at Easel Corporation
               Specifically suited for complex problems
               Defined in The Scrum Guide: The Definitive
                Guide to Scrum: The Rules of the Game
                   - Developed and Sustained by Ken Schwaber and Jeff Sutherland

               Term “scrum” inspired by a Rugby formation for
                players used to restart the play of a game usually
                after an infraction. A team approach.
Origins: http://scrum.jeffsutherland.com
Scrum Philosophy
    • Software development is
           -   Complex
           -   Always Broken

    • A proven method for meeting customer needs is
      to use the ideas of Agile, including empirical
      process control.
    • Empirical Process Control:
           •   Inspection
           •   Adaptation
           •   Transparency




Empirical Process: http://en.wikipedia.org/wiki/Empirical_process_(process_control_model)
The Process

                                  Three Questions




                                                                    Two Questions




                                                          Sprint
                                                          Backlog
                                                          Tasks


                        User Story




Process: http://www.scrumalliance.org/learn_about_scrum
The Product Backlog

      Three Questions




                                  Two Questions




                        Sprint
                        Backlog
                        Tasks


User Story
The Sprint Planning

      Three Questions




                                  Two Questions




                        Sprint
                        Backlog
                        Tasks


User Story
The Sprint Planning Tasks

      Three Questions




                                  Two Questions




                        Sprint
                        Backlog
                        Tasks


User Story
The Sprint

      Three Questions




                                  Two Questions




                        Sprint
                        Backlog
                        Tasks


User Story
The Daily Standup

      Three Questions




                                  Two Questions




                        Sprint
                        Backlog
                        Tasks


User Story
The Sprint Objective – Working Software

           Three Questions




                                       Two Questions




                             Sprint
                             Backlog
                             Tasks


     User Story
The Review

      Three Questions




                                  Two Questions




                        Sprint
                        Backlog
                        Tasks


User Story
The Retrospective

      Three Questions




                                  Two Questions




                        Sprint
                        Backlog
                        Tasks


User Story
The Iterative Process

      Three Questions




                                  Two Questions




                        Sprint
                        Backlog
                        Tasks


User Story
Scrum Roles

• Product Owner (PO)
  Responsible for the success/business value of project
   Empathetically represents customers
   Uses insight to prioritize essential/incidental requirements

• Scrum Master (SM)
  A process facilitator, NOT a project/people manager
  Resolves impediments, helps team focus on value

• Team
  Self managed, self organizing to get the work done
  Owns/takes responsibility for process
  Scrum recommends 7 +/- 2 team members at most
Scrum Artifacts


• Product backlog
   Prioritized list of desired project requirements
   Founded from product Vision
• Sprint backlog/Task backlog
  Set of work from the product backlog that the team agrees to complete
  in a sprint, broken into tasks
  Follow a clearly defined Definition of Done

• Burn-down or Burn-up chart
   At-a-glance look at the work remaining
• Release set
   Minimally marketable release
Ceremonies (aka meetings)


• Sprint planning
     The team and product owner estimate and negotiate a set of work
     to deliver during a sprint
• Daily scrum
     The team meets each day to report progress, next steps, and
     impediments
     Facilitated by SM – team reports to each other
• Sprint reviews
     The team demonstrates to the product owner and stakeholders
     what it has completed during the sprint (working software)
• Sprint retrospectives
     The team looks for ways to improve the process. Facilitated by SM
User Stories

• Describes functionality that is valuable to a
  user/stakeholder
     The “what” not the “how”

• Written from the customers perspective
• Represents customer priorities
• Reminders to have a conversation
• A user story is NOT a contract or agreement
     Everything can go in the backlog
Backlog Grooming

• A regular meeting to manage the backlog of
  stories
   Grooming activities include:
   • Creating /Removing stories in response to newly discovered
     needs
   • Re-assessing the relative priority of stories
   • Assigning estimates to stories which have yet to receive one
   • Correcting estimates in light of newly discovered information
   • Splitting large user stories into multiple sprint sized stories
   • Development of acceptance criteria
Project Status/Information Radiators


• Level of Effort
   Story Points, T-shirt sizes, etc.

• Rate of Production
   Velocity (velocity = story pts completed per sprint)
   Basis for planning/projecting

• Sprint Burn-Down Chart
   Daily display of work remaining in a sprint
   Pitfall: fails to show effect of changing

• Release Burn-Up Chart
   Tracks how much work is done wrt product backlog
   Projections give insight for release planning goals
Team Velocity w.r.t. Sprints
Team Velocity w.r.t. Sprints
Cumulative Story Points
Sprint Burn-Down Chart
Units of Work




                      Day of Sprint
Release Burn-Up Chart
So…

What have we learned in practice?
What wont the textbooks tell you?
People

•   Development Team Members
    −   Elicit team-oriented characteristics
    −   Comfortable with not knowing all details up front
    −   Appropriately sized
    −   Trained on agile method

•   ScrumMaster
    −   Posses or acquire good facilitation skills
    −   Focus on facilitating and not managing the process
    −   Try to develop good coaching skills
    −   Should be independent of development and customer
        responsibilities
People (Cont.)

•   Project Manager
    −   Responsible for managing process areas not called out by Scrum
        (risk management, communications, etc.)

    −   Empower self management of your team

    −   Report frequently to build management confidence


•   Product Owner
    −   Fully committed to project

    −   Product owner trained/certified

    −   Empowered by management to have decision authority

    −   Understands that they have ultimate authority
People (Cont.)

•   Management
    −   Knowledgeable of process at a high level

    −   Supportive of team’s empowerment to manage


•   Customers and Stakeholders
    −   Flexible on scope

    −   Committed and engaged through the duration of the project
Practices

•   Definition of Done
    −   Do it for task, story, and sprint

    −   Revisit Often

    −   Adapt as necessary

•   Backlog Grooming
    −   Conduct regularly throughout project

    −   Project owner representation is required

•   Reporting (progress/status)
    −   Use the Scrum terminology/measurements

    −   Familiarize Management ahead of time
Structure



•   Sprint Tasks
    −   Allow the team to develop a method that adds value to them

    −   Preserve differentiation of stories and tasks

    −   Maintain goal of transparency of work at hand


•   Execution of Development within Process
    −   Remember: Failed acceptance tests or unfinished work equal
        additional backlog or defect work

    −   Plan for adequate testing/acceptance within sprint

    −   Prevent scope creep! Only work on planned work
Structure

•   Planning
    −   Come prepared!

    −   Conduct sufficient discussion of stories with dev team

    −   Obtain verbal commitment to sprint backlog

•   Review
    −   Maintain consistent forum for demonstrating work/obtaining
        feedback

    −   Keep reviews efficient

    −   Plan for review “demo” preparation time

•   Retrospective
    −   Revisit previous retro notes

    −   Ensure all team members have opportunity to contribute
Tips for Getting Started

•   Select an agile method that    •   Establish your sprint schedule &
    suits your team                    logistics
•   Get management’s               •   Establish communication lines
    commitment/trust                   for distance separated teams
•   Ensure PO is empowered and     •   Set up your team
    can respond rapidly                room/workspace
•   Get your team and customers    •   Create a vision for your product
    trained and motivated
                                   •   Spend just enough time on
•   Clearly define roles and           architecture & design to avoid
    responsibility                     disjointed components
•   Obtain acceptance from all     •   Have a kickoff
    team members



                  Have Fun and Explore – Be Agile!
Questions and Discussion




Contact Information:
Lisa Milmine, (505) 284-4103, ldmilmi@sandia.gov
Ana Lopez, (505) 284-1873, avlopez@sandia.gov
Backup Slides
Velocity Statistics


|Velocity Min|                   19.00
|Velocity Max|                   49.00
|Velocity Avg|                   30.18
|Velocity Std Dev|                7.29
|Cum. SP Slope|                  31.55
|SP/Story|                        3.88
|Vel Avg Last 3|                 31.00
Sprint Backlog Task Board
General Story Format



 As a <who: insert role or persona>
 I want <what: insert functionality>
 So that <why: for what business value>

 Acceptance Criteria:
 ◦ verifies the story works as the customer expected
 ◦ Specifies tests
Agile References


Shore, James and Shane Warden. The Art of Agile Development, Sabastopol, CA: O’Reilly Media, Inc. ,
    2008. Print.

What is Agile Software Development?. 2012. Agile Alliance. 27 June 2012. <
   http://www.agilealliance.org/the-alliance/what-is-agile/>

Agile Software Development. 2012. Wikipedia. 27 June 2012.
     <http://en.wikipedia.org/wiki/Agile_software_development >

Manifesto for Agile Software Development. 2001. Ward Cunningham. 27 June 2012.
    <http://agilemanifesto.org/>
Additional Scrum References

Schwaber and Sutherland, The Scrum Guide (“The official Scrum Body Of Knowledge” – scrum.org,
    “Canonical Scrum” - Dan Mezick)

     http://www.scrum.org/scrumguides/

Schwaber, Agile Project Management with Scrum, 2004, ISBN-13: 978-0735619937 (The “Scrum Bible”)

     Amazon link

Scrum In 5 Minutes

     http://www.infoq.com/news/2006/11/scrum-in-five-minutes

WikiPedia Scrum Page

     http://en.wikipedia.org/wiki/Scrum_(development)

Shalloway and Trott, Lean-Agile Pocket Guide for Scrum Teams

     Amazon Link

Scrum For Team System’s web page FAQ

     http://www.scrumforteamsystem.com/ProcessGuidanceOld/v2/FAQ/FAQ.aspx

Scrum Alliance web page

     http://www.scrumalliance.org/

Más contenido relacionado

La actualidad más candente

Cours Génie Logiciel - Cours 2 - Cycles de vie
Cours Génie Logiciel - Cours 2 - Cycles de vieCours Génie Logiciel - Cours 2 - Cycles de vie
Cours Génie Logiciel - Cours 2 - Cycles de vieMohammed Amine Mostefai
 
Introduction au traitement d'images
Introduction au traitement d'imagesIntroduction au traitement d'images
Introduction au traitement d'imagesAbdelouahed Abdou
 
présenatation scrum.pptx
présenatation scrum.pptxprésenatation scrum.pptx
présenatation scrum.pptxFazaFoudhaili
 
Gestion des incidents de sécurité : de la réactivité à la proactivité
Gestion des incidents de sécurité : de la réactivité à la proactivitéGestion des incidents de sécurité : de la réactivité à la proactivité
Gestion des incidents de sécurité : de la réactivité à la proactivitéPECB
 
Mise en place d’un système de suivi & évaluation digital - Jérémie Gnimarie ...
Mise en place d’un système de suivi & évaluation digital - Jérémie Gnimarie ...Mise en place d’un système de suivi & évaluation digital - Jérémie Gnimarie ...
Mise en place d’un système de suivi & évaluation digital - Jérémie Gnimarie ...BTC CTB
 
Familia ISO/IEC 27000 evolución a septiembre 2014
Familia ISO/IEC 27000 evolución a septiembre 2014Familia ISO/IEC 27000 evolución a septiembre 2014
Familia ISO/IEC 27000 evolución a septiembre 2014Ricardo Urbina Miranda
 
Management du contenu du projet
Management du contenu du projetManagement du contenu du projet
Management du contenu du projetyounes elhaiba
 
Lecture2-Identification.pptx
Lecture2-Identification.pptxLecture2-Identification.pptx
Lecture2-Identification.pptxssuser0d0f881
 
Cartographie des processus d'une Direction Informatique
Cartographie des processus d'une Direction InformatiqueCartographie des processus d'une Direction Informatique
Cartographie des processus d'une Direction Informatiquepatriciacharrais
 
Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)
Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)
Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)Universitat Politècnica de Catalunya
 
سلسلة ماركوف Markov chain
سلسلة ماركوف Markov chainسلسلة ماركوف Markov chain
سلسلة ماركوف Markov chainEhab Saad Ahmad
 
Object recognition
Object recognitionObject recognition
Object recognitionakkichester
 

La actualidad más candente (20)

Formation project management
Formation project managementFormation project management
Formation project management
 
Innorpi
InnorpiInnorpi
Innorpi
 
Cours Génie Logiciel - Cours 2 - Cycles de vie
Cours Génie Logiciel - Cours 2 - Cycles de vieCours Génie Logiciel - Cours 2 - Cycles de vie
Cours Génie Logiciel - Cours 2 - Cycles de vie
 
Introduction au traitement d'images
Introduction au traitement d'imagesIntroduction au traitement d'images
Introduction au traitement d'images
 
présenatation scrum.pptx
présenatation scrum.pptxprésenatation scrum.pptx
présenatation scrum.pptx
 
Agile presentation
Agile presentationAgile presentation
Agile presentation
 
CMMI ®
CMMI ®CMMI ®
CMMI ®
 
Gestion des incidents de sécurité : de la réactivité à la proactivité
Gestion des incidents de sécurité : de la réactivité à la proactivitéGestion des incidents de sécurité : de la réactivité à la proactivité
Gestion des incidents de sécurité : de la réactivité à la proactivité
 
La charte de projet
La charte de projetLa charte de projet
La charte de projet
 
E0 dd1d scrum-cheat-sheet
E0 dd1d scrum-cheat-sheetE0 dd1d scrum-cheat-sheet
E0 dd1d scrum-cheat-sheet
 
Mise en place d’un système de suivi & évaluation digital - Jérémie Gnimarie ...
Mise en place d’un système de suivi & évaluation digital - Jérémie Gnimarie ...Mise en place d’un système de suivi & évaluation digital - Jérémie Gnimarie ...
Mise en place d’un système de suivi & évaluation digital - Jérémie Gnimarie ...
 
Familia ISO/IEC 27000 evolución a septiembre 2014
Familia ISO/IEC 27000 evolución a septiembre 2014Familia ISO/IEC 27000 evolución a septiembre 2014
Familia ISO/IEC 27000 evolución a septiembre 2014
 
Management du contenu du projet
Management du contenu du projetManagement du contenu du projet
Management du contenu du projet
 
Lecture2-Identification.pptx
Lecture2-Identification.pptxLecture2-Identification.pptx
Lecture2-Identification.pptx
 
Cartographie des processus d'une Direction Informatique
Cartographie des processus d'une Direction InformatiqueCartographie des processus d'une Direction Informatique
Cartographie des processus d'une Direction Informatique
 
Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)
Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)
Deep Learning for Computer Vision: Recurrent Neural Networks (UPC 2016)
 
سلسلة ماركوف Markov chain
سلسلة ماركوف Markov chainسلسلة ماركوف Markov chain
سلسلة ماركوف Markov chain
 
Méthodes agiles
Méthodes agilesMéthodes agiles
Méthodes agiles
 
Object recognition
Object recognitionObject recognition
Object recognition
 
Rad
RadRad
Rad
 

Similar a Practical application of scrum final

Agile Development with Scrum.pptx
Agile Development with Scrum.pptxAgile Development with Scrum.pptx
Agile Development with Scrum.pptxzuma14
 
Agile Scrum Quick Reference Card
Agile Scrum Quick Reference CardAgile Scrum Quick Reference Card
Agile Scrum Quick Reference CardTechcanvass
 
Presentation: "Agile methodologies for Project Management - SCRUM" by Varty K...
Presentation: "Agile methodologies for Project Management - SCRUM" by Varty K...Presentation: "Agile methodologies for Project Management - SCRUM" by Varty K...
Presentation: "Agile methodologies for Project Management - SCRUM" by Varty K...varty
 
T1dbpcgirhu9afyr9fgf signature-e1e8931182a0dcf02346befbfa9f0fcf644737855bed1e...
T1dbpcgirhu9afyr9fgf signature-e1e8931182a0dcf02346befbfa9f0fcf644737855bed1e...T1dbpcgirhu9afyr9fgf signature-e1e8931182a0dcf02346befbfa9f0fcf644737855bed1e...
T1dbpcgirhu9afyr9fgf signature-e1e8931182a0dcf02346befbfa9f0fcf644737855bed1e...Damien Lee🏆PMI-ACP, SCT,SMC,L6σOB,ITMLP
 
Lean and agile in a chestnut
Lean and agile in a chestnutLean and agile in a chestnut
Lean and agile in a chestnutGeorge Stamos
 
QA Challenges in an Agile World
QA Challenges in an Agile WorldQA Challenges in an Agile World
QA Challenges in an Agile WorldYousef Abazari
 
Scrum Framework in Agile
Scrum Framework in AgileScrum Framework in Agile
Scrum Framework in AgileWipro
 
Redistributable Intro To Scrum
Redistributable Intro To ScrumRedistributable Intro To Scrum
Redistributable Intro To ScrumErwin Verweij
 
Introduction into Scrum
Introduction into ScrumIntroduction into Scrum
Introduction into Scrummsorin
 
Agile Project Management with Scrum
Agile Project Management with ScrumAgile Project Management with Scrum
Agile Project Management with ScrumReema
 
Agile Project Management with Scrum
Agile Project Management with ScrumAgile Project Management with Scrum
Agile Project Management with ScrumReema
 
Manage your project differently
Manage your project differentlyManage your project differently
Manage your project differentlyTechMaster Vietnam
 
scrumppt-14057094134-php
scrumppt-14057094134-phpscrumppt-14057094134-php
scrumppt-14057094134-phpHelenCandy2
 
Project Management With Scrum
Project Management With ScrumProject Management With Scrum
Project Management With ScrumTommy Norman
 
Agile Modeling & Scrum Development.pptx
Agile Modeling & Scrum Development.pptxAgile Modeling & Scrum Development.pptx
Agile Modeling & Scrum Development.pptxSamira AlShahrani
 
An Introduction to Scrum
An Introduction to ScrumAn Introduction to Scrum
An Introduction to Scrummbalas2
 
Intro To Scrum
Intro To ScrumIntro To Scrum
Intro To Scrumscottycn
 

Similar a Practical application of scrum final (20)

Agile Development with Scrum.pptx
Agile Development with Scrum.pptxAgile Development with Scrum.pptx
Agile Development with Scrum.pptx
 
Agile Scrum Quick Reference Card
Agile Scrum Quick Reference CardAgile Scrum Quick Reference Card
Agile Scrum Quick Reference Card
 
Presentation: "Agile methodologies for Project Management - SCRUM" by Varty K...
Presentation: "Agile methodologies for Project Management - SCRUM" by Varty K...Presentation: "Agile methodologies for Project Management - SCRUM" by Varty K...
Presentation: "Agile methodologies for Project Management - SCRUM" by Varty K...
 
T1dbpcgirhu9afyr9fgf signature-e1e8931182a0dcf02346befbfa9f0fcf644737855bed1e...
T1dbpcgirhu9afyr9fgf signature-e1e8931182a0dcf02346befbfa9f0fcf644737855bed1e...T1dbpcgirhu9afyr9fgf signature-e1e8931182a0dcf02346befbfa9f0fcf644737855bed1e...
T1dbpcgirhu9afyr9fgf signature-e1e8931182a0dcf02346befbfa9f0fcf644737855bed1e...
 
Lean and agile in a chestnut
Lean and agile in a chestnutLean and agile in a chestnut
Lean and agile in a chestnut
 
QA Challenges in an Agile World
QA Challenges in an Agile WorldQA Challenges in an Agile World
QA Challenges in an Agile World
 
Scrum Framework in Agile
Scrum Framework in AgileScrum Framework in Agile
Scrum Framework in Agile
 
Redistributable Intro To Scrum
Redistributable Intro To ScrumRedistributable Intro To Scrum
Redistributable Intro To Scrum
 
Introduction into Scrum
Introduction into ScrumIntroduction into Scrum
Introduction into Scrum
 
To scrumornottoscrum bucharest-2013
To scrumornottoscrum bucharest-2013To scrumornottoscrum bucharest-2013
To scrumornottoscrum bucharest-2013
 
Agile Project Management with Scrum
Agile Project Management with ScrumAgile Project Management with Scrum
Agile Project Management with Scrum
 
Agile Project Management with Scrum
Agile Project Management with ScrumAgile Project Management with Scrum
Agile Project Management with Scrum
 
Manage your project differently
Manage your project differentlyManage your project differently
Manage your project differently
 
scrumppt-14057094134-php
scrumppt-14057094134-phpscrumppt-14057094134-php
scrumppt-14057094134-php
 
Project Management With Scrum
Project Management With ScrumProject Management With Scrum
Project Management With Scrum
 
Agile Methodologies
Agile MethodologiesAgile Methodologies
Agile Methodologies
 
Agile Modeling & Scrum Development.pptx
Agile Modeling & Scrum Development.pptxAgile Modeling & Scrum Development.pptx
Agile Modeling & Scrum Development.pptx
 
An Introduction to Scrum
An Introduction to ScrumAn Introduction to Scrum
An Introduction to Scrum
 
Intro To Scrum
Intro To ScrumIntro To Scrum
Intro To Scrum
 
Scrum, A Brief Introduction
Scrum, A Brief IntroductionScrum, A Brief Introduction
Scrum, A Brief Introduction
 

Último

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 

Último (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 

Practical application of scrum final

  • 1. Agile Implementation Lessons Learned from Practical Application Presented to NM Women In Technology June 28, 2012 Ana Lopez, Certified Scrum Master Lisa Milmine, Certified Scrum Master Software Application Engineering Sandia National Laboratories
  • 2. Presentation Overview • Agile Development • The Scrum Framework • Lessons Learned and Recommendations (So what)
  • 3. What is Agile?  Frequently delivering business value while adapting to change  Agile is a philosophy  Agile is applied through a method (like XP or Scrum) See: Shore, James and Shane Warden. The Art of Agile Development, Sabastopol, CA: O’Reilly Media, Inc. , 2008. Print.
  • 4. How Agile Evolved  1990s – common methodologies emerged  Face to face communication  Frequent delivery of business value  Self managing teams  Adaptable coding practices  In 2001 - Agile Summit See: What is Agile Software Development: http://www.agilealliance.org/the-alliance/what-is-agile/ Agile Software Development: http://en.wikipedia.org/wiki/Agile_software_development
  • 5. Agile Manifesto “We are uncovering better ways of developing software by doing it and helping others do it. Through this work we have come to value: • Individuals and interactions over processes and tools • Working software over comprehensive documentation • Customer collaboration over contract negotiation • Responding to change over following a plan That is, while there is value in the items on the right, we value the items on the left more.” See: Manifesto for Agile Software Development: http://agilemanifesto.org/
  • 6. 12 Principles  Satisfy the customer through early and continuous delivery of valuable software.  Deliver working software frequently, from a couple of weeks to a couple of months, with a preference to the shorter timescale.  Welcome changing requirements, even late in development.  Regular adaptation to changing circumstances See: Manifesto for Agile Software Development: http://agilemanifesto.org/principles.html
  • 7. 12 Principles (Cont.)  Build projects around motivated individuals.  Self-organizing teams  Continuous attention to technical excellence and good design  Working software is the primary measure of progress. See: Manifesto for Agile Software Development: http://agilemanifesto.org/principles.html
  • 8. 12 Principles (Cont.)  Business people and developers must work together daily throughout the project.  The most efficient and effective method of conveying information to and within a development team is face-to-face conversation.  Simplicity- The art of maximizing the amount of work not done - is essential  Agile processes promote sustainable development. See: Manifesto for Agile Software Development: http://agilemanifesto.org/principles.html
  • 9. Why everyone likes agile • Executives and Senior Management − Return on investment − Software longevity • Users and Stakeholders − Influence the direction of software development − Teams focus on delivering useful and valuable software − Increased delivery frequency • Project Managers − Change direction as business needs change, − Make and meet commitments − Improved stakeholder satisfaction • Developers − Increased technical quality − Greater influence over estimates and schedules and team autonomy • Testers − Part of the team − Influence quality at all stages of the project See: Shore, James and Shane Warden. The Art of Agile Development, Sabastopol, CA: O’Reilly Media, Inc. , 2008. Print.
  • 10. What is Scrum?  An agile framework focused on delivering business value in short incremental periods (sprints)  Created in the early 1993 at Easel Corporation  Specifically suited for complex problems  Defined in The Scrum Guide: The Definitive Guide to Scrum: The Rules of the Game - Developed and Sustained by Ken Schwaber and Jeff Sutherland  Term “scrum” inspired by a Rugby formation for players used to restart the play of a game usually after an infraction. A team approach. Origins: http://scrum.jeffsutherland.com
  • 11. Scrum Philosophy • Software development is - Complex - Always Broken • A proven method for meeting customer needs is to use the ideas of Agile, including empirical process control. • Empirical Process Control: • Inspection • Adaptation • Transparency Empirical Process: http://en.wikipedia.org/wiki/Empirical_process_(process_control_model)
  • 12. The Process Three Questions Two Questions Sprint Backlog Tasks User Story Process: http://www.scrumalliance.org/learn_about_scrum
  • 13. The Product Backlog Three Questions Two Questions Sprint Backlog Tasks User Story
  • 14. The Sprint Planning Three Questions Two Questions Sprint Backlog Tasks User Story
  • 15. The Sprint Planning Tasks Three Questions Two Questions Sprint Backlog Tasks User Story
  • 16. The Sprint Three Questions Two Questions Sprint Backlog Tasks User Story
  • 17. The Daily Standup Three Questions Two Questions Sprint Backlog Tasks User Story
  • 18. The Sprint Objective – Working Software Three Questions Two Questions Sprint Backlog Tasks User Story
  • 19. The Review Three Questions Two Questions Sprint Backlog Tasks User Story
  • 20. The Retrospective Three Questions Two Questions Sprint Backlog Tasks User Story
  • 21. The Iterative Process Three Questions Two Questions Sprint Backlog Tasks User Story
  • 22. Scrum Roles • Product Owner (PO) Responsible for the success/business value of project Empathetically represents customers Uses insight to prioritize essential/incidental requirements • Scrum Master (SM) A process facilitator, NOT a project/people manager Resolves impediments, helps team focus on value • Team Self managed, self organizing to get the work done Owns/takes responsibility for process Scrum recommends 7 +/- 2 team members at most
  • 23. Scrum Artifacts • Product backlog Prioritized list of desired project requirements Founded from product Vision • Sprint backlog/Task backlog Set of work from the product backlog that the team agrees to complete in a sprint, broken into tasks Follow a clearly defined Definition of Done • Burn-down or Burn-up chart At-a-glance look at the work remaining • Release set Minimally marketable release
  • 24. Ceremonies (aka meetings) • Sprint planning The team and product owner estimate and negotiate a set of work to deliver during a sprint • Daily scrum The team meets each day to report progress, next steps, and impediments Facilitated by SM – team reports to each other • Sprint reviews The team demonstrates to the product owner and stakeholders what it has completed during the sprint (working software) • Sprint retrospectives The team looks for ways to improve the process. Facilitated by SM
  • 25. User Stories • Describes functionality that is valuable to a user/stakeholder The “what” not the “how” • Written from the customers perspective • Represents customer priorities • Reminders to have a conversation • A user story is NOT a contract or agreement Everything can go in the backlog
  • 26. Backlog Grooming • A regular meeting to manage the backlog of stories Grooming activities include: • Creating /Removing stories in response to newly discovered needs • Re-assessing the relative priority of stories • Assigning estimates to stories which have yet to receive one • Correcting estimates in light of newly discovered information • Splitting large user stories into multiple sprint sized stories • Development of acceptance criteria
  • 27. Project Status/Information Radiators • Level of Effort Story Points, T-shirt sizes, etc. • Rate of Production Velocity (velocity = story pts completed per sprint) Basis for planning/projecting • Sprint Burn-Down Chart Daily display of work remaining in a sprint Pitfall: fails to show effect of changing • Release Burn-Up Chart Tracks how much work is done wrt product backlog Projections give insight for release planning goals
  • 31. Sprint Burn-Down Chart Units of Work Day of Sprint
  • 33. So… What have we learned in practice? What wont the textbooks tell you?
  • 34. People • Development Team Members − Elicit team-oriented characteristics − Comfortable with not knowing all details up front − Appropriately sized − Trained on agile method • ScrumMaster − Posses or acquire good facilitation skills − Focus on facilitating and not managing the process − Try to develop good coaching skills − Should be independent of development and customer responsibilities
  • 35. People (Cont.) • Project Manager − Responsible for managing process areas not called out by Scrum (risk management, communications, etc.) − Empower self management of your team − Report frequently to build management confidence • Product Owner − Fully committed to project − Product owner trained/certified − Empowered by management to have decision authority − Understands that they have ultimate authority
  • 36. People (Cont.) • Management − Knowledgeable of process at a high level − Supportive of team’s empowerment to manage • Customers and Stakeholders − Flexible on scope − Committed and engaged through the duration of the project
  • 37. Practices • Definition of Done − Do it for task, story, and sprint − Revisit Often − Adapt as necessary • Backlog Grooming − Conduct regularly throughout project − Project owner representation is required • Reporting (progress/status) − Use the Scrum terminology/measurements − Familiarize Management ahead of time
  • 38. Structure • Sprint Tasks − Allow the team to develop a method that adds value to them − Preserve differentiation of stories and tasks − Maintain goal of transparency of work at hand • Execution of Development within Process − Remember: Failed acceptance tests or unfinished work equal additional backlog or defect work − Plan for adequate testing/acceptance within sprint − Prevent scope creep! Only work on planned work
  • 39. Structure • Planning − Come prepared! − Conduct sufficient discussion of stories with dev team − Obtain verbal commitment to sprint backlog • Review − Maintain consistent forum for demonstrating work/obtaining feedback − Keep reviews efficient − Plan for review “demo” preparation time • Retrospective − Revisit previous retro notes − Ensure all team members have opportunity to contribute
  • 40. Tips for Getting Started • Select an agile method that • Establish your sprint schedule & suits your team logistics • Get management’s • Establish communication lines commitment/trust for distance separated teams • Ensure PO is empowered and • Set up your team can respond rapidly room/workspace • Get your team and customers • Create a vision for your product trained and motivated • Spend just enough time on • Clearly define roles and architecture & design to avoid responsibility disjointed components • Obtain acceptance from all • Have a kickoff team members Have Fun and Explore – Be Agile!
  • 41. Questions and Discussion Contact Information: Lisa Milmine, (505) 284-4103, ldmilmi@sandia.gov Ana Lopez, (505) 284-1873, avlopez@sandia.gov
  • 43. Velocity Statistics |Velocity Min| 19.00 |Velocity Max| 49.00 |Velocity Avg| 30.18 |Velocity Std Dev| 7.29 |Cum. SP Slope| 31.55 |SP/Story| 3.88 |Vel Avg Last 3| 31.00
  • 45. General Story Format  As a <who: insert role or persona>  I want <what: insert functionality>  So that <why: for what business value>  Acceptance Criteria: ◦ verifies the story works as the customer expected ◦ Specifies tests
  • 46. Agile References Shore, James and Shane Warden. The Art of Agile Development, Sabastopol, CA: O’Reilly Media, Inc. , 2008. Print. What is Agile Software Development?. 2012. Agile Alliance. 27 June 2012. < http://www.agilealliance.org/the-alliance/what-is-agile/> Agile Software Development. 2012. Wikipedia. 27 June 2012. <http://en.wikipedia.org/wiki/Agile_software_development > Manifesto for Agile Software Development. 2001. Ward Cunningham. 27 June 2012. <http://agilemanifesto.org/>
  • 47. Additional Scrum References Schwaber and Sutherland, The Scrum Guide (“The official Scrum Body Of Knowledge” – scrum.org, “Canonical Scrum” - Dan Mezick) http://www.scrum.org/scrumguides/ Schwaber, Agile Project Management with Scrum, 2004, ISBN-13: 978-0735619937 (The “Scrum Bible”) Amazon link Scrum In 5 Minutes http://www.infoq.com/news/2006/11/scrum-in-five-minutes WikiPedia Scrum Page http://en.wikipedia.org/wiki/Scrum_(development) Shalloway and Trott, Lean-Agile Pocket Guide for Scrum Teams Amazon Link Scrum For Team System’s web page FAQ http://www.scrumforteamsystem.com/ProcessGuidanceOld/v2/FAQ/FAQ.aspx Scrum Alliance web page http://www.scrumalliance.org/