SlideShare ist ein Scribd-Unternehmen logo
1 von 34
Downloaden Sie, um offline zu lesen
What is ‘Just Enough
Documentation’ in Agile?
    Presenter: Sally Elatta




                              1
About the Speaker

• Sally Elatta
• Founder of AgileTransformation.com
• Enterprise Process Improvement Coach, Architect, Trainer
• Coached over 18 teams on adopting Agile methods.
• Taught over 600+ students on Agile
• Certified ScrumMaster, Scrum Practitioner, IBM, Sun, and
  Microsoft Certifications.
• Sally@AgileTransformation.com
• 402 212-3211



                                                               2
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Session Goals

      • Review of our last session
      • The Agile view on requirements
      • Reviewing what is ‘Just Enough’ for each
        Agile phase
      • Sample requirements
      • Resources


                                                               3
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Traditional Requirements
                           Characteristics




                                                               4
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Agile Requirements
                                   Characteristics




                                                               5
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
The Agile Lifecycle – Big Picture
During Release Planning
              – Breakdown requirements into stories
              – Need ‘Just Enough’ Discussions to
                breakdown a story
              – Build a complete backlog
              – Need ‘Just Enough’ Discussions to identify
                all stories
              – Prioritize based on value and dependency
              – ‘Just Enough’ related to priority
              – Estimate/Size each story
              – ‘Just Enough’ to estimate a story (*)
              – Build the Release Plan                    7
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
What is a Story?

• A small piece of          Follows these attributes:
  requirement that is
  ‘valuable’ to the          Understandable
  business.                  Independent
                             Negotiable
    Story Format:            Valuable
    “As a <role>, I want     Estimatable
                             Small
      to <goal>, so I can    Testable
      <value>”
Sample Stories

                         As an Agent I
  As an Agent I
                         want view the
   want to enter
                        ‘Current Leads’
     new lead
                            report.
 information so I
 can track them.
                                            As a BA I want
                                              to define the
                                            existing product
                                           return process so
                      As the XYZ system    I can identify any
                       I want to receive     inefficiencies.
   As the EDW
System, I want to         new member
  have ABC file        enrollments each
   loaded on a           night so I can
    schedule.            process them.
Sample Use Case Diagram




                                                               10
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
The Backlog Hierarchy


                                 Business Domain
                 Theme/Feature/Epic                             Feature2

                    Story1                     Story2            Story3

                                                                           11
Copyright(c) Sally Elatta 2009    www.AgileTransformation.com
Non Functional/
                                 Foundational Stories
      • Your backlog is not ‘Complete’ without
        identifying and planning for non-functional
        system stories.
      • Typically scheduled for iteration 0 or sprinkled
        throughout other iterations.
      • Identified by the team (DBA, Security,
        Infrastructure, Architect, Developers ..etc)
      • Iteration 0 needs to complete ‘Just Enough’
        foundation stories for iteration 1 to be
        successful.
                                                               12
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Sample Foundation Stories

                Develop High
  Setup and
                Level Service
configure XYZ
                Architecture
 Test Server
                  Diagram

                                   Develop High
                                  Level Process
                                 Diagram for the
                                  ‘Get a Quote’
                 Setup ABC           process.
  Setup and      Database.
  Configure
    LDAP         Build Logical
                Design Model.
Story Points

• We simply use relative complexity buckets
             to size each story.




                                                                            20+



 Smallest Small              Medium   Med-large        Large   Very Large   EPIC!

          How many stories a team gets ‘Done’ each
                 iteration is their Velocity
Copyright(c) Sally Elatta 2009
                                                  14
www.AgileTransformation.com
Agile View on Estimates
      • Looking for relatively good estimates instead of
        precisely accurate ones.
      • Done by the team who will actually do the work.
      • Updated throughout the project.
      • Measure stories in relative complexity points.
      • Measure tasks in hours.
      • Measure ‘Velocity’ from actual team
        performance.
      • Estimate in detail near term efforts, plan
        higher level for following ones.
                                                               15
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
‘Just Enough’ to
                                     Estimate a Story
      • Need ‘Just Enough’ discussion to estimate
        the story’s complexity.
      • Do not need to know detailed business
        rules and exact solution implementation
        details.
      • ‘Just Enough’ is reached when the team
        can size the story.
            Let’s explore the sample guide
                                                               16
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Sample Release Backlog




                                                               17
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Sample Release Plan




                    View Sample Release Plan



                                                               18
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
During Iteration 0

      • ‘Just Enough’ for iteration 0 could
            include:
              – High level architecture diagrams
              – High level business process diagrams
              – High level data logical diagrams
              – Look and Feel Template
              – System straw-man
              – What else?
                                                               19
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Sample Business Process
                            Diagrams




                                                               20
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
During Development Iterations

      • Now come the details!
      • Team must first define what makes a
        story ‘Done’
      • Then we can decide on what is
        ‘Just Enough’ to get us there.



                                                               21
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Sample Definition of ‘Done’

      • Story Level:
              – All unit tests have passed.
              – Code review is complete and code is checked
                in to source control.
              – UI Branding has been applied.
              – All acceptance test cases have passed in
                the test environment.
              – No outstanding bugs exists for this story.

                                                               22
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Sample User Test Cases
                                 “A customer can pay for shopping
                                   cart items using a credit card”
                  Test with VISA, MasterCard and American Express (pass)
                  Test with Diner’s Club (fail)
                  Test with bad and missing 3 digit codes (fail)
                  Test with expired cards (fail)
                  Test with a purchase amount over the card limit (fail)




                                                                           23
Copyright(c) Sally Elatta 2009     www.AgileTransformation.com
Sample Business Rules

      • 1.1-TC1 ‘Verify that student eligibility rules are
        applied correctly during registration’
              – TC1-BR1: Students with a ‘hold’ record cannot
                register on the site.
              – TC1-BR2: Students with outstanding payment from
                last semester cannot register.
              – TC1-BR3: Student already registered cannot register
                again.




                                                                 24
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Sample Test Results




                                                               25
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Sample UI Prototypes




                                                               26
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Sample Activity Diagram




                                                               27
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
The Wonderful ‘Traceability’
                        Question
      • Here is an Agile traceability matrix:
      > 1 - Feature
        > 1.1 Story
                     >1.1 – TC1 Test Cases
                             > TC1-BR1 Business Rules
                                >BR1-T001 Test Scenario Results
                     >Tasks
                     >Code
                                                                  28
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Managing Change




                                                               29
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Tracking Progress




                                                               30
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
Summary

      • To know what is ‘Just Enough’ you need
        to know what your immediate next goal is.
      • Agile invests cautiously on detailed
        requirements by doing it just-in-time so it
        can stay flexible to requirements change.
      • ‘Just Enough’ does not equal ‘Not Good
        Enough’!
      • Agile encourages lightweight easy to
        understand and maintain documentation.
                                                               31
Copyright(c) Sally Elatta 2009   www.AgileTransformation.com
How We Can Help
Training                     Coaching & Consulting
• Executive and Business     •   Troubled Project
Overview of Agile/Lean           Assessment &
• Real World Agile and           Recovery
Scrum team training +        •   Agile Project Initiation
Project Jump Start               and Planning
• Effective Facilitation &   •   End to End Project
Requirements Gathering           Execution
• Servant Leadership         •   Organizational
• SOA                            Assessments
• … More!                    •   Process Improvement
                                 Roadmap Execution
This Seminar for YOUR
       Company

Contact me if you’re interested
  in this seminar for your own
      organization. Either in
    person or over the web.
      It could be FREE if you
             qualify 
Resources
• www.AgileModeling.com
• http://www.agilemodeling.com/essays
  /agileRequirementsBestPractices.htm

• Questions? Sally@AgileTransformation.com




                                        34

Weitere ähnliche Inhalte

Was ist angesagt?

I don't do agile, i am agile (Barry O'Reilly)
I don't do agile, i am agile (Barry O'Reilly)I don't do agile, i am agile (Barry O'Reilly)
I don't do agile, i am agile (Barry O'Reilly)
Ontico
 
Standardization and strategy in agile
Standardization and strategy in agileStandardization and strategy in agile
Standardization and strategy in agile
Naveen Gupta
 

Was ist angesagt? (20)

4 tales of enterprise agility
4 tales of enterprise agility4 tales of enterprise agility
4 tales of enterprise agility
 
Holistic Product Development
Holistic Product DevelopmentHolistic Product Development
Holistic Product Development
 
Agile Development Product Delivery For Successful Organizations
Agile Development Product Delivery For Successful OrganizationsAgile Development Product Delivery For Successful Organizations
Agile Development Product Delivery For Successful Organizations
 
I don't do agile, i am agile (Barry O'Reilly)
I don't do agile, i am agile (Barry O'Reilly)I don't do agile, i am agile (Barry O'Reilly)
I don't do agile, i am agile (Barry O'Reilly)
 
IIT Academy - Masterclass - Enterprise Agile
IIT Academy - Masterclass - Enterprise AgileIIT Academy - Masterclass - Enterprise Agile
IIT Academy - Masterclass - Enterprise Agile
 
Applying Organizational Change and Leadership in Agile Transformations
Applying Organizational Change and Leadership in Agile TransformationsApplying Organizational Change and Leadership in Agile Transformations
Applying Organizational Change and Leadership in Agile Transformations
 
Agile – The New Kid in the Block?
Agile – The New Kid in the Block?Agile – The New Kid in the Block?
Agile – The New Kid in the Block?
 
Standardization and strategy in agile
Standardization and strategy in agileStandardization and strategy in agile
Standardization and strategy in agile
 
Enterprise Cloud Development and Agile Transformation Strategy - China 2012
Enterprise Cloud Development and Agile Transformation Strategy - China 2012 Enterprise Cloud Development and Agile Transformation Strategy - China 2012
Enterprise Cloud Development and Agile Transformation Strategy - China 2012
 
Agility @ Industrie IT
Agility @ Industrie ITAgility @ Industrie IT
Agility @ Industrie IT
 
Agile Odyssey: Case Study of Agile Adoption within A Health Insurance Company
Agile Odyssey: Case Study of Agile Adoption within A Health Insurance CompanyAgile Odyssey: Case Study of Agile Adoption within A Health Insurance Company
Agile Odyssey: Case Study of Agile Adoption within A Health Insurance Company
 
Scaling agile without the scaling framework
Scaling agile without the scaling frameworkScaling agile without the scaling framework
Scaling agile without the scaling framework
 
How Fast Can You Deliver An Idea?
How Fast Can You Deliver An Idea?How Fast Can You Deliver An Idea?
How Fast Can You Deliver An Idea?
 
At2012 chennai lean_agile_krishnas
At2012 chennai lean_agile_krishnasAt2012 chennai lean_agile_krishnas
At2012 chennai lean_agile_krishnas
 
Agile
AgileAgile
Agile
 
Agile Lean Scrum ITIL V2
Agile Lean Scrum ITIL V2Agile Lean Scrum ITIL V2
Agile Lean Scrum ITIL V2
 
Proposed Title Fear and Loathing in Agility: Long Live the Accounting Departm...
Proposed Title Fear and Loathing in Agility: Long Live the Accounting Departm...Proposed Title Fear and Loathing in Agility: Long Live the Accounting Departm...
Proposed Title Fear and Loathing in Agility: Long Live the Accounting Departm...
 
Distributed Agile Teams
Distributed Agile TeamsDistributed Agile Teams
Distributed Agile Teams
 
Agile Overview As V1.2
Agile Overview As V1.2Agile Overview As V1.2
Agile Overview As V1.2
 
Redistributable introtoscrum
Redistributable introtoscrumRedistributable introtoscrum
Redistributable introtoscrum
 

Andere mochten auch

Producing Quality Documentation In An Agile Development Environment
Producing Quality Documentation In An Agile Development EnvironmentProducing Quality Documentation In An Agile Development Environment
Producing Quality Documentation In An Agile Development Environment
Scott Abel
 
Water scrum-fall is-reality_of_agile_for_most
Water scrum-fall is-reality_of_agile_for_mostWater scrum-fall is-reality_of_agile_for_most
Water scrum-fall is-reality_of_agile_for_most
harsoft
 
Agile And Documentation
Agile And DocumentationAgile And Documentation
Agile And Documentation
Susan Patch
 
In Search Of An Agile Documentation Process
In Search Of An Agile Documentation ProcessIn Search Of An Agile Documentation Process
In Search Of An Agile Documentation Process
Susan Patch
 

Andere mochten auch (20)

Being Agile With Documentation
Being Agile With DocumentationBeing Agile With Documentation
Being Agile With Documentation
 
Documentation in the agile software development process
Documentation in the agile software development processDocumentation in the agile software development process
Documentation in the agile software development process
 
Introduction to agile documentation
Introduction to agile documentationIntroduction to agile documentation
Introduction to agile documentation
 
feature vs component teams
feature vs component teamsfeature vs component teams
feature vs component teams
 
Documentation thrives in an agile methodology
Documentation thrives in an agile methodologyDocumentation thrives in an agile methodology
Documentation thrives in an agile methodology
 
Documentation by the Techies, for the Techies; Documentation in Agile
Documentation by the Techies, for the Techies; Documentation in AgileDocumentation by the Techies, for the Techies; Documentation in Agile
Documentation by the Techies, for the Techies; Documentation in Agile
 
Using agile for business process design and development oct 19, 2010 ottawa
Using agile for business process design and development oct 19, 2010 ottawaUsing agile for business process design and development oct 19, 2010 ottawa
Using agile for business process design and development oct 19, 2010 ottawa
 
Producing Quality Documentation In An Agile Development Environment
Producing Quality Documentation In An Agile Development EnvironmentProducing Quality Documentation In An Agile Development Environment
Producing Quality Documentation In An Agile Development Environment
 
Agile myth
Agile mythAgile myth
Agile myth
 
SIGDOC 2011 - Necessary and Neglected? An Empirical Study of Internal Documen...
SIGDOC 2011 - Necessary and Neglected? An Empirical Study of Internal Documen...SIGDOC 2011 - Necessary and Neglected? An Empirical Study of Internal Documen...
SIGDOC 2011 - Necessary and Neglected? An Empirical Study of Internal Documen...
 
Water scrum-fall is-reality_of_agile_for_most
Water scrum-fall is-reality_of_agile_for_mostWater scrum-fall is-reality_of_agile_for_most
Water scrum-fall is-reality_of_agile_for_most
 
Agile documentation
Agile documentationAgile documentation
Agile documentation
 
Agile And Documentation
Agile And DocumentationAgile And Documentation
Agile And Documentation
 
In Search Of An Agile Documentation Process
In Search Of An Agile Documentation ProcessIn Search Of An Agile Documentation Process
In Search Of An Agile Documentation Process
 
Maturing Agile SDLC & workflow improvements
Maturing Agile SDLC & workflow improvementsMaturing Agile SDLC & workflow improvements
Maturing Agile SDLC & workflow improvements
 
JIRA 101 - Over(our)head No Longer!
JIRA 101 - Over(our)head No Longer!JIRA 101 - Over(our)head No Longer!
JIRA 101 - Over(our)head No Longer!
 
Definition of Ready (XP2011)
Definition of Ready (XP2011)Definition of Ready (XP2011)
Definition of Ready (XP2011)
 
Lean Enterprise - Enabling Innovative Culture
Lean Enterprise - Enabling Innovative CultureLean Enterprise - Enabling Innovative Culture
Lean Enterprise - Enabling Innovative Culture
 
The Ultimate Sequence Diagram Tutorial
The Ultimate Sequence Diagram TutorialThe Ultimate Sequence Diagram Tutorial
The Ultimate Sequence Diagram Tutorial
 
Project governance
Project governanceProject governance
Project governance
 

Ähnlich wie What is 'Just Enough' Documentation in Agile?

RightScale User Conference: Why RightScale?
RightScale User Conference: Why RightScale?RightScale User Conference: Why RightScale?
RightScale User Conference: Why RightScale?
Erik Osterman
 
Building a Java Play! App on Heroku using Database.com
Building a Java Play! App on Heroku using Database.comBuilding a Java Play! App on Heroku using Database.com
Building a Java Play! App on Heroku using Database.com
Salesforce Developers
 

Ähnlich wie What is 'Just Enough' Documentation in Agile? (20)

Pivotal tracker presentation 10-13-2010
Pivotal tracker presentation   10-13-2010Pivotal tracker presentation   10-13-2010
Pivotal tracker presentation 10-13-2010
 
Agile in 90minutes
Agile in 90minutesAgile in 90minutes
Agile in 90minutes
 
The 90 minute Guide to Agile – What, Why, How by Allan Kelly
The 90 minute Guide to Agile – What, Why, How by Allan KellyThe 90 minute Guide to Agile – What, Why, How by Allan Kelly
The 90 minute Guide to Agile – What, Why, How by Allan Kelly
 
Flexing your Agile Muscle - Agile Technical Concepts Explained
Flexing your Agile Muscle - Agile Technical Concepts ExplainedFlexing your Agile Muscle - Agile Technical Concepts Explained
Flexing your Agile Muscle - Agile Technical Concepts Explained
 
Must-have Plugins for Confluence & JIRA - Atlassian Summit 2010
Must-have Plugins for Confluence & JIRA - Atlassian Summit 2010Must-have Plugins for Confluence & JIRA - Atlassian Summit 2010
Must-have Plugins for Confluence & JIRA - Atlassian Summit 2010
 
Continuous Deployment & Delivery + Culture Hacks @ QCON 2012
Continuous Deployment & Delivery + Culture Hacks @ QCON 2012Continuous Deployment & Delivery + Culture Hacks @ QCON 2012
Continuous Deployment & Delivery + Culture Hacks @ QCON 2012
 
Using Apache Camel as AKKA
Using Apache Camel as AKKAUsing Apache Camel as AKKA
Using Apache Camel as AKKA
 
Five Things I've Learned in Ten Years of Agile
Five Things I've Learned in Ten Years of AgileFive Things I've Learned in Ten Years of Agile
Five Things I've Learned in Ten Years of Agile
 
Process modelling in SAP Solution Manager
Process modelling in SAP Solution ManagerProcess modelling in SAP Solution Manager
Process modelling in SAP Solution Manager
 
Introducing AWS OpsWorks
Introducing AWS OpsWorksIntroducing AWS OpsWorks
Introducing AWS OpsWorks
 
Agile 10 Step Story Model
Agile 10 Step Story ModelAgile 10 Step Story Model
Agile 10 Step Story Model
 
SharePoint Saturday Utah - The Art of the Possible Keynote
SharePoint Saturday Utah - The Art of the Possible KeynoteSharePoint Saturday Utah - The Art of the Possible Keynote
SharePoint Saturday Utah - The Art of the Possible Keynote
 
Agileload - load testing tool for better web performance
Agileload - load testing tool for better web performanceAgileload - load testing tool for better web performance
Agileload - load testing tool for better web performance
 
Serverless Toronto helps Startups
Serverless Toronto helps StartupsServerless Toronto helps Startups
Serverless Toronto helps Startups
 
RightScale User Conference: Why RightScale?
RightScale User Conference: Why RightScale?RightScale User Conference: Why RightScale?
RightScale User Conference: Why RightScale?
 
Automating Servers in the Cloud
Automating Servers in the CloudAutomating Servers in the Cloud
Automating Servers in the Cloud
 
SolidWorks Design Automation Using the SolidWorks API, Microsoft Excel and VBA
SolidWorks Design Automation Using the SolidWorks API, Microsoft Excel and VBASolidWorks Design Automation Using the SolidWorks API, Microsoft Excel and VBA
SolidWorks Design Automation Using the SolidWorks API, Microsoft Excel and VBA
 
Kubernetes Scaling SIG (K8Scale)
Kubernetes Scaling SIG (K8Scale)Kubernetes Scaling SIG (K8Scale)
Kubernetes Scaling SIG (K8Scale)
 
K8scale update-kubecon2015
K8scale update-kubecon2015K8scale update-kubecon2015
K8scale update-kubecon2015
 
Building a Java Play! App on Heroku using Database.com
Building a Java Play! App on Heroku using Database.comBuilding a Java Play! App on Heroku using Database.com
Building a Java Play! App on Heroku using Database.com
 

Kürzlich hochgeladen

unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
Abortion pills in Kuwait Cytotec pills in Kuwait
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
amitlee9823
 
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Anamikakaur10
 
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
lizamodels9
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
dollysharma2066
 
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
lizamodels9
 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
daisycvs
 

Kürzlich hochgeladen (20)

(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
 
PHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation FinalPHX May 2024 Corporate Presentation Final
PHX May 2024 Corporate Presentation Final
 
Falcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business GrowthFalcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business Growth
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture concept
 
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60% in 6 Months
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60%  in 6 MonthsSEO Case Study: How I Increased SEO Traffic & Ranking by 50-60%  in 6 Months
SEO Case Study: How I Increased SEO Traffic & Ranking by 50-60% in 6 Months
 
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
 
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
Call Now ☎️🔝 9332606886🔝 Call Girls ❤ Service In Bhilwara Female Escorts Serv...
 
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
 
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors Data
 
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Nelamangala Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
 

What is 'Just Enough' Documentation in Agile?

  • 1. What is ‘Just Enough Documentation’ in Agile? Presenter: Sally Elatta 1
  • 2. About the Speaker • Sally Elatta • Founder of AgileTransformation.com • Enterprise Process Improvement Coach, Architect, Trainer • Coached over 18 teams on adopting Agile methods. • Taught over 600+ students on Agile • Certified ScrumMaster, Scrum Practitioner, IBM, Sun, and Microsoft Certifications. • Sally@AgileTransformation.com • 402 212-3211 2 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 3. Session Goals • Review of our last session • The Agile view on requirements • Reviewing what is ‘Just Enough’ for each Agile phase • Sample requirements • Resources 3 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 4. Traditional Requirements Characteristics 4 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 5. Agile Requirements Characteristics 5 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 6. The Agile Lifecycle – Big Picture
  • 7. During Release Planning – Breakdown requirements into stories – Need ‘Just Enough’ Discussions to breakdown a story – Build a complete backlog – Need ‘Just Enough’ Discussions to identify all stories – Prioritize based on value and dependency – ‘Just Enough’ related to priority – Estimate/Size each story – ‘Just Enough’ to estimate a story (*) – Build the Release Plan 7 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 8. What is a Story? • A small piece of Follows these attributes: requirement that is ‘valuable’ to the Understandable business. Independent Negotiable Story Format: Valuable “As a <role>, I want Estimatable Small to <goal>, so I can Testable <value>”
  • 9. Sample Stories As an Agent I As an Agent I want view the want to enter ‘Current Leads’ new lead report. information so I can track them. As a BA I want to define the existing product return process so As the XYZ system I can identify any I want to receive inefficiencies. As the EDW System, I want to new member have ABC file enrollments each loaded on a night so I can schedule. process them.
  • 10. Sample Use Case Diagram 10 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 11. The Backlog Hierarchy Business Domain Theme/Feature/Epic Feature2 Story1 Story2 Story3 11 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 12. Non Functional/ Foundational Stories • Your backlog is not ‘Complete’ without identifying and planning for non-functional system stories. • Typically scheduled for iteration 0 or sprinkled throughout other iterations. • Identified by the team (DBA, Security, Infrastructure, Architect, Developers ..etc) • Iteration 0 needs to complete ‘Just Enough’ foundation stories for iteration 1 to be successful. 12 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 13. Sample Foundation Stories Develop High Setup and Level Service configure XYZ Architecture Test Server Diagram Develop High Level Process Diagram for the ‘Get a Quote’ Setup ABC process. Setup and Database. Configure LDAP Build Logical Design Model.
  • 14. Story Points • We simply use relative complexity buckets to size each story. 20+ Smallest Small Medium Med-large Large Very Large EPIC! How many stories a team gets ‘Done’ each iteration is their Velocity Copyright(c) Sally Elatta 2009 14 www.AgileTransformation.com
  • 15. Agile View on Estimates • Looking for relatively good estimates instead of precisely accurate ones. • Done by the team who will actually do the work. • Updated throughout the project. • Measure stories in relative complexity points. • Measure tasks in hours. • Measure ‘Velocity’ from actual team performance. • Estimate in detail near term efforts, plan higher level for following ones. 15 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 16. ‘Just Enough’ to Estimate a Story • Need ‘Just Enough’ discussion to estimate the story’s complexity. • Do not need to know detailed business rules and exact solution implementation details. • ‘Just Enough’ is reached when the team can size the story. Let’s explore the sample guide 16 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 17. Sample Release Backlog 17 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 18. Sample Release Plan View Sample Release Plan 18 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 19. During Iteration 0 • ‘Just Enough’ for iteration 0 could include: – High level architecture diagrams – High level business process diagrams – High level data logical diagrams – Look and Feel Template – System straw-man – What else? 19 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 20. Sample Business Process Diagrams 20 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 21. During Development Iterations • Now come the details! • Team must first define what makes a story ‘Done’ • Then we can decide on what is ‘Just Enough’ to get us there. 21 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 22. Sample Definition of ‘Done’ • Story Level: – All unit tests have passed. – Code review is complete and code is checked in to source control. – UI Branding has been applied. – All acceptance test cases have passed in the test environment. – No outstanding bugs exists for this story. 22 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 23. Sample User Test Cases “A customer can pay for shopping cart items using a credit card” Test with VISA, MasterCard and American Express (pass) Test with Diner’s Club (fail) Test with bad and missing 3 digit codes (fail) Test with expired cards (fail) Test with a purchase amount over the card limit (fail) 23 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 24. Sample Business Rules • 1.1-TC1 ‘Verify that student eligibility rules are applied correctly during registration’ – TC1-BR1: Students with a ‘hold’ record cannot register on the site. – TC1-BR2: Students with outstanding payment from last semester cannot register. – TC1-BR3: Student already registered cannot register again. 24 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 25. Sample Test Results 25 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 26. Sample UI Prototypes 26 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 27. Sample Activity Diagram 27 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 28. The Wonderful ‘Traceability’ Question • Here is an Agile traceability matrix: > 1 - Feature > 1.1 Story >1.1 – TC1 Test Cases > TC1-BR1 Business Rules >BR1-T001 Test Scenario Results >Tasks >Code 28 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 29. Managing Change 29 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 30. Tracking Progress 30 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 31. Summary • To know what is ‘Just Enough’ you need to know what your immediate next goal is. • Agile invests cautiously on detailed requirements by doing it just-in-time so it can stay flexible to requirements change. • ‘Just Enough’ does not equal ‘Not Good Enough’! • Agile encourages lightweight easy to understand and maintain documentation. 31 Copyright(c) Sally Elatta 2009 www.AgileTransformation.com
  • 32. How We Can Help Training Coaching & Consulting • Executive and Business • Troubled Project Overview of Agile/Lean Assessment & • Real World Agile and Recovery Scrum team training + • Agile Project Initiation Project Jump Start and Planning • Effective Facilitation & • End to End Project Requirements Gathering Execution • Servant Leadership • Organizational • SOA Assessments • … More! • Process Improvement Roadmap Execution
  • 33. This Seminar for YOUR Company Contact me if you’re interested in this seminar for your own organization. Either in person or over the web. It could be FREE if you qualify 
  • 34. Resources • www.AgileModeling.com • http://www.agilemodeling.com/essays /agileRequirementsBestPractices.htm • Questions? Sally@AgileTransformation.com 34