SlideShare ist ein Scribd-Unternehmen logo
1 von 40
Writing Effective User stories
       Presented by Carlo Kruger
            December 2009
What were they thinking?
•Split into teams, with one product owner
•Product owners may only communicate with the team
 through imperatives (“it must have/do...”) or similes (“it’s
 like...”)

•Cannot use the name of the thing in a sentence (“it must
 pour tea” for a teapot is not allowed)

•Teams cannot ask questions
•Teams have 2 minutes to draw the object seen by the PO
Moka Pot
Dentist Chair
Motorcycle RV
Communication problem
The system must store an address and business phone or mobile phone




1      Address +
   (business phone or
     mobile phone)
                                  (Address + business
                                   phone) or mobile
                                        phone
                                                       2
Dude, where’s my car?

•Product shall
 •Have a gas engine
 •Four wheels
 •Rubber tire on each wheel
 •Has a steering wheel
 •Has a steel body
Focus on intention

•As a user I want to
 mow my lawn quickly
 and easily
•As a user I want to
 be comfortable while
 mowing my lawn
So now what?

We make decisions based
                                          ...but we do it often
  on the info we have

                             This is
                           where user
                          stories come
Rather than make one            in       ...we spread decision-
set of all-encompassing                     making across the
        decisions                                project
The Product Backlog iceberg

                               {
    1-2 sprints worth of stories    Stories

                    ould
                  sh ed
                                   Features
               ll
           y a ress
    ea  ll
Id             xp ies!
           e e or
   ti ll b r s t
 s
    a  su   se                     Epics /
                                   Themes
What are epics?


•Large fuzzy requirements
•Lower priority
•May consist of a number of features
What’s a feature?



•A set of requirements which can be grouped
•which deliver value to a group of users
What are user stories?


As a:    <user role or persona>
I want to: <do something, a piece of functionality>
So that: <achieve some business value or statement of intent>
The 3 C’s
                     •Stories are traditionally
                      written on note cards
   Card
                     •Cards may be annotated
                      with estimates, tests, etc


                     •Details of story come out
Conversation          during conversations
                      with product owner


                     •Acceptance tests confirm
Confirmation           the story was coded
                      correctly
But what about the details?
•As a user I want to be able to cancel a reservation so
 that I can get a refund for the trip not taken
 • Does the user get a full or partial refund?
  • Is the refund to the credit card or is it a site refund?

 • How far ahead must the reservation be cancelled?
  • Is it the same for all hotels?

  • How about all site visitors? Can frequent travellers cancel later?

 • Is a confirmation provided to the user?
  • How do provide this confirmation?
Acceptance tests
 Given: it is 2 weeks till my flight and I paid $1000 for
 the flight and I am not a frequent traveler
 When: I cancel my flight

 Then: I get a 50% refund ($500) and my flight is
 cancelled

•Describes starting state, event and final state
•Use ‘real’ examples with meaningful values
The Happy Path


•Every story should define the default scenario
 •similar to happy path in a use case
 •extend with negative scenarios and edge cases
Coin Sorting
                 (an exercise)




How long will it take to sort this bag of coins?
Talking to users
•Ask open ended questions
 •closed = “Yes or No”
 •open = “What would you be willing to trade for
  performance?”
 •Give user options (“This one or that one?”)
Story writing with your
             customers

•Low fidelity prototypes to get the main flows
•Get breadth first
•Use user roles / personas to help identify missing
 stories

•Compare against competing products
User Roles

•allow users to vary by
 •what they use the software for
 •how they use the software
 •background
 •familiarity with software / computers
Role modelling
• Every product has more than one type of user
 • administrators
 • clerks
 • managers
• when we write with only one perspective
 • we assume all users have the same goal
 • leads to missing stories
An extreme user modelling story
What makes a good story?
                 Independent

                  Negotiable

INVEST            Valuable

                  Estimable

                    Small

                   Testable
INVEST
•Independent
 • Dependencies lead to prioritisation problems
•Negotiable
 • Stories are not contracts
 • leave the team room to manoeuvre
•Valuable
 • to users or customers (rarely if ever developers)
 • try to rewrite developer stories to reflect value to the customer
INVEST
•Estimable
 • we plan using user stories so we must be able to estimate them

•Small (sized appropriately)
 • Compound stories are multiple stories
 • Complex stories are intrinsically large
•Testable
 • if you can’t test it, how do you know when you’re done?
What makes a good user story?
•It describes what a user does
•Explicitly states dependencies
•Takes a slice through the system
•Ends with a meaningful goal
 • instead of “a home seeker can maintain her search criteria”
   • a home seeker can create her search criteria
   • a home seeker can review the results of a search

   • a home seeker can change the geographic area of a search
Non-functional requirements
  “...is a requirement that specifies criteria that can be used to judge the operation of a
  system, rather than specific behaviours” - Wikipedia

• Security
• Usability
• Testability
• Maintainability
• Extensibility
• Scalability
• Portability
• Performance
Formulate NFR’s as a story

                                    Acceptance Criteria
  Performance Constraint
                                •10,000 concurrent R/W
                                 transactions take place
The system must answer any
request in less than 1 second
                                •Each transaction is 500Kb
                                •System config is ‘small
                                 enterprise’
Linking to functional
                       requirements

Theme                Functional requirement                Performance   Security   Robustness




           As an enterprise user, I want to select a
Emailing   recipient from my contact list, so that I can       X                        X
           get the correct address
Technical Stories
• Adding CI, optimising DB, upgrade to latest Oracle, etc.
  • Consider trying to write a user story so that you are forced to define the business value

• No user facing functionality, e.g. Rating engine consumes some
  output
  • Consider writing as a user story with the engine as the user
  • e.g: As the rating engine, I want well formed CDR’s so that I can minimise
    error logging

• Don’t hurt yourself trying to force it; sometimes it’s OK not to use the format
• Be careful that these aren’t tasks that have been elevated to stories...
Decomposing user stories
• Compound Stories
 • a number of smaller stories / scenarios
 • split into meaningful chunks
• Complex Stories
 • if it’s largely unknown, consider a spike
 • try find ‘natural’ seams in the story
• Combining stories
 • stories should be about 2 days work
 • if too small combine e.g. bugs into one story
Patterns for splitting stories
• Workflow steps
• Business rule variations
• Major / Minor effort
• Simple / Complex
• Variations in available data
• Data entry methods
• Defer performance
• Operations (e.g. create / update / delete)
• Spike
When do I write stories?

•5-10% of total team effort should be spent on
 preparing for the next sprint

 •i.e. about 50% of analyst’s time in sprint
 •still need to be available to team (should be
   answering 80% of queries in <10min)

 •estimation meetings in off-week
Story writing workshops
•Include team, users, customers
•Brainstorm to generate ideas
•Write as many as possible
 •Start with epics and iterate
 •or use mindmaps
•Prioritise later
Story Workshop
                                  ets is
                                         over
                     paid    tick       rrest                                                                      eds its
I f th
 R50
       e tot
       00, t
             al un
                        wa  rrant
              hen a If a warran rt
                    ued.
                                   of a
                                       Cops & Fines
                                         t of
                                     e cou
                                                                                         E ach p
                                                                                         own re
                                                                                                 olice sta
                                                                                                 port of o
                                                                                                           tion ne
                                                                                                           verdue  tickets

           be is  s            en th rrest
  m  ust
                issue   d, th
         st is                     the a                                                  The viola
   arr e                   ed of be set                                                              tion mus
          t be i nform e can                                                             master l
                                                                                                    ist of ve
                                                                                                               t be link
                                                                                                                         e d to a
    mus             ria l dat                Our officers now carry GPS units, so the                         hicles. W
    so th   at a t                            co-ordinates of the offence must be
                                                                                         the vehi
                                                                                                    cle manu            e also n
                                                                                        type (se              facturer            ee d
                                              logged on the ticket. The officer will               dan, SUV            , colo ur,
               It wo                                                                    reg istrat           , etc) an
                                               login to the mobile app using their                 ion                 d
                         uld b
             phot                 e so            badge number and password
               ogra          cool
         of th       ph o          if the
               e vio       r vid
        show         latio      eo cl
              n on         n cou       ip
                     a Go        ld be
                           ogle                                     We would like to ‘name and
                                 Map
                                                                    shame’ top offenders on our
                                                           officer   FaceBook page automatically,
                                    nnual bo  nus of an
                              The a                     ber of      on the 1st of each month
                                is linke d to the nu m
                                           s that h  ave been
                                 violation
                                                 n d pai d
                                                                                         Credit & thanks to Aslam Khan for the stories
                                       issue d a
Story smells

•Too small or too big
•Estimates don’t converge
•No scenarios / acceptance criteria
•Interdependent
•Gold-plating
More smells
•Too detailed
•UI defined
•Thinking too far ahead
•Splitting too frequently
•Trouble prioritising
•Technical language
Use cases vs. user stories
•Size
 •User stories much smaller than use cases
•Completeness
 •use cases are exhaustive, user stories much less detail
•Longevity
 •use cases intended as permanent record, user stories
  rarely last beyond the sprint
References

•Mike Cohn - ‘User Stories Applied’
•Leffingwell & Behrens - ‘A User Story Primer’
•Victoria Hall - ‘Crafting Better Scrum Requirements’
•Mike Cohn - ‘An introduction to user stories’
•Roman Pinchler - ‘Agile Product Management with
 Scrum’

Weitere ähnliche Inhalte

Was ist angesagt?

How to Break the Requirements into User Stories
How to Break the Requirements into User StoriesHow to Break the Requirements into User Stories
How to Break the Requirements into User StoriesShriKant Vashishtha
 
User Stories for your Product Backlog
User Stories for your Product BacklogUser Stories for your Product Backlog
User Stories for your Product Backlogrwirdemann
 
How do you get more out of your User Stories?
How do you get more out of your User Stories?How do you get more out of your User Stories?
How do you get more out of your User Stories?Thoughtworks
 
Agile User Stories
Agile User StoriesAgile User Stories
Agile User Storieskahgeh75
 
User stories — how to cook a cat?
User stories — how to cook a cat?User stories — how to cook a cat?
User stories — how to cook a cat?Vladimir Tarasov
 
User Stories Writing - Codemotion 2013
User Stories Writing - Codemotion 2013User Stories Writing - Codemotion 2013
User Stories Writing - Codemotion 2013Fabio Armani
 
Writing GREAT Agile User Stories
Writing GREAT Agile User StoriesWriting GREAT Agile User Stories
Writing GREAT Agile User StoriesAgileDad
 
How to write user story
How to write user storyHow to write user story
How to write user storyYa-Ting Hsu
 
Requirements Made Easy With User Stories V2
Requirements Made Easy With User Stories V2Requirements Made Easy With User Stories V2
Requirements Made Easy With User Stories V2William F. Nazzaro
 
Workshop - Writing Good User Stories
Workshop - Writing Good User Stories Workshop - Writing Good User Stories
Workshop - Writing Good User Stories Easy Agile
 
Strategies to split user stories
Strategies to split user storiesStrategies to split user stories
Strategies to split user storiescpolc
 
Introduction To User Stories For Agile Product Development
Introduction To User Stories For Agile Product DevelopmentIntroduction To User Stories For Agile Product Development
Introduction To User Stories For Agile Product Developmentzenpdm
 
User story mapping workshop slideshare
User story mapping workshop slideshareUser story mapping workshop slideshare
User story mapping workshop slidesharePankaj Kanchankar
 
Crafting Great-User-Stories for CapitalCamp DC
Crafting Great-User-Stories for CapitalCamp DCCrafting Great-User-Stories for CapitalCamp DC
Crafting Great-User-Stories for CapitalCamp DCForum One
 
User Story Writing & Estimation For Testers By Mahesh Varadharajan
User Story Writing & Estimation For Testers By Mahesh VaradharajanUser Story Writing & Estimation For Testers By Mahesh Varadharajan
User Story Writing & Estimation For Testers By Mahesh VaradharajanAgile Testing Alliance
 

Was ist angesagt? (20)

How to Break the Requirements into User Stories
How to Break the Requirements into User StoriesHow to Break the Requirements into User Stories
How to Break the Requirements into User Stories
 
User Stories for your Product Backlog
User Stories for your Product BacklogUser Stories for your Product Backlog
User Stories for your Product Backlog
 
How do you get more out of your User Stories?
How do you get more out of your User Stories?How do you get more out of your User Stories?
How do you get more out of your User Stories?
 
Agile User Stories
Agile User StoriesAgile User Stories
Agile User Stories
 
User stories — how to cook a cat?
User stories — how to cook a cat?User stories — how to cook a cat?
User stories — how to cook a cat?
 
User Stories
User StoriesUser Stories
User Stories
 
Effective user stories for your agile or Scrum team
Effective user stories for your agile or Scrum teamEffective user stories for your agile or Scrum team
Effective user stories for your agile or Scrum team
 
User Stories Writing - Codemotion 2013
User Stories Writing - Codemotion 2013User Stories Writing - Codemotion 2013
User Stories Writing - Codemotion 2013
 
Writing GREAT Agile User Stories
Writing GREAT Agile User StoriesWriting GREAT Agile User Stories
Writing GREAT Agile User Stories
 
User stories in agile software development
User stories in agile software developmentUser stories in agile software development
User stories in agile software development
 
How to write user story
How to write user storyHow to write user story
How to write user story
 
Requirements Made Easy With User Stories V2
Requirements Made Easy With User Stories V2Requirements Made Easy With User Stories V2
Requirements Made Easy With User Stories V2
 
User Stories
User StoriesUser Stories
User Stories
 
Workshop - Writing Good User Stories
Workshop - Writing Good User Stories Workshop - Writing Good User Stories
Workshop - Writing Good User Stories
 
Strategies to split user stories
Strategies to split user storiesStrategies to split user stories
Strategies to split user stories
 
User Stories explained
User Stories explainedUser Stories explained
User Stories explained
 
Introduction To User Stories For Agile Product Development
Introduction To User Stories For Agile Product DevelopmentIntroduction To User Stories For Agile Product Development
Introduction To User Stories For Agile Product Development
 
User story mapping workshop slideshare
User story mapping workshop slideshareUser story mapping workshop slideshare
User story mapping workshop slideshare
 
Crafting Great-User-Stories for CapitalCamp DC
Crafting Great-User-Stories for CapitalCamp DCCrafting Great-User-Stories for CapitalCamp DC
Crafting Great-User-Stories for CapitalCamp DC
 
User Story Writing & Estimation For Testers By Mahesh Varadharajan
User Story Writing & Estimation For Testers By Mahesh VaradharajanUser Story Writing & Estimation For Testers By Mahesh Varadharajan
User Story Writing & Estimation For Testers By Mahesh Varadharajan
 

Ähnlich wie Writing Effective User Stories

User Story Splitting.pptx
User Story Splitting.pptxUser Story Splitting.pptx
User Story Splitting.pptxPaul Boos
 
Xp 2016 superchargeyourproductbacklogwithuserstories-suzannelaz
Xp 2016 superchargeyourproductbacklogwithuserstories-suzannelazXp 2016 superchargeyourproductbacklogwithuserstories-suzannelaz
Xp 2016 superchargeyourproductbacklogwithuserstories-suzannelazLaz Allen
 
Elephant Carpaccio workshop
Elephant Carpaccio workshopElephant Carpaccio workshop
Elephant Carpaccio workshopnikos batsios
 
Introduction to Agile Requirements, Estimation
Introduction to Agile Requirements, Estimation  Introduction to Agile Requirements, Estimation
Introduction to Agile Requirements, Estimation Abhilash Chandran
 
UW Agile CP202 - Class 1 User Stories
UW Agile CP202 - Class 1 User StoriesUW Agile CP202 - Class 1 User Stories
UW Agile CP202 - Class 1 User StoriesChris Sterling
 
Inventing the future Business Programming Language
Inventing the future  Business Programming LanguageInventing the future  Business Programming Language
Inventing the future Business Programming LanguageESUG
 
Backlog Management & Discovery
Backlog Management & DiscoveryBacklog Management & Discovery
Backlog Management & DiscoveryTarun Singh
 
User stories writing - Codemotion 2013
User stories writing   - Codemotion 2013User stories writing   - Codemotion 2013
User stories writing - Codemotion 2013Stefano Leli
 
Achieving better requirements in agile
Achieving better requirements in agileAchieving better requirements in agile
Achieving better requirements in agileCherifa Mansoura
 
User Stories Writing
User Stories WritingUser Stories Writing
User Stories WritingStefano Leli
 
Alla ricerca della User Story perduta
Alla ricerca della User Story perdutaAlla ricerca della User Story perduta
Alla ricerca della User Story perdutaEdoardo Schepis
 
Alla ricerca della user story perduta
Alla ricerca della user story perdutaAlla ricerca della user story perduta
Alla ricerca della user story perdutaBetter Software
 

Ähnlich wie Writing Effective User Stories (20)

User Story Splitting.pptx
User Story Splitting.pptxUser Story Splitting.pptx
User Story Splitting.pptx
 
Xp 2016 superchargeyourproductbacklogwithuserstories-suzannelaz
Xp 2016 superchargeyourproductbacklogwithuserstories-suzannelazXp 2016 superchargeyourproductbacklogwithuserstories-suzannelaz
Xp 2016 superchargeyourproductbacklogwithuserstories-suzannelaz
 
Agile Story Writing
Agile Story WritingAgile Story Writing
Agile Story Writing
 
Story of user story
Story of user storyStory of user story
Story of user story
 
Agile Story Writing
Agile Story WritingAgile Story Writing
Agile Story Writing
 
Elephant Carpaccio workshop
Elephant Carpaccio workshopElephant Carpaccio workshop
Elephant Carpaccio workshop
 
Splitting User Stories
Splitting User StoriesSplitting User Stories
Splitting User Stories
 
All about User story
All about User storyAll about User story
All about User story
 
Introduction to Agile Requirements, Estimation
Introduction to Agile Requirements, Estimation  Introduction to Agile Requirements, Estimation
Introduction to Agile Requirements, Estimation
 
User stories
User storiesUser stories
User stories
 
UW Agile CP202 - Class 1 User Stories
UW Agile CP202 - Class 1 User StoriesUW Agile CP202 - Class 1 User Stories
UW Agile CP202 - Class 1 User Stories
 
Inventing the future Business Programming Language
Inventing the future  Business Programming LanguageInventing the future  Business Programming Language
Inventing the future Business Programming Language
 
Defining Done
Defining DoneDefining Done
Defining Done
 
Defining tasks for User Stories
Defining tasks for User StoriesDefining tasks for User Stories
Defining tasks for User Stories
 
Backlog Management & Discovery
Backlog Management & DiscoveryBacklog Management & Discovery
Backlog Management & Discovery
 
User stories writing - Codemotion 2013
User stories writing   - Codemotion 2013User stories writing   - Codemotion 2013
User stories writing - Codemotion 2013
 
Achieving better requirements in agile
Achieving better requirements in agileAchieving better requirements in agile
Achieving better requirements in agile
 
User Stories Writing
User Stories WritingUser Stories Writing
User Stories Writing
 
Alla ricerca della User Story perduta
Alla ricerca della User Story perdutaAlla ricerca della User Story perduta
Alla ricerca della User Story perduta
 
Alla ricerca della user story perduta
Alla ricerca della user story perdutaAlla ricerca della user story perduta
Alla ricerca della user story perduta
 

Kürzlich hochgeladen

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 

Kürzlich hochgeladen (20)

08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

Writing Effective User Stories

  • 1. Writing Effective User stories Presented by Carlo Kruger December 2009
  • 2. What were they thinking? •Split into teams, with one product owner •Product owners may only communicate with the team through imperatives (“it must have/do...”) or similes (“it’s like...”) •Cannot use the name of the thing in a sentence (“it must pour tea” for a teapot is not allowed) •Teams cannot ask questions •Teams have 2 minutes to draw the object seen by the PO
  • 6. Communication problem The system must store an address and business phone or mobile phone 1 Address + (business phone or mobile phone) (Address + business phone) or mobile phone 2
  • 7. Dude, where’s my car? •Product shall •Have a gas engine •Four wheels •Rubber tire on each wheel •Has a steering wheel •Has a steel body
  • 8. Focus on intention •As a user I want to mow my lawn quickly and easily •As a user I want to be comfortable while mowing my lawn
  • 9. So now what? We make decisions based ...but we do it often on the info we have This is where user stories come Rather than make one in ...we spread decision- set of all-encompassing making across the decisions project
  • 10. The Product Backlog iceberg { 1-2 sprints worth of stories Stories ould sh ed Features ll y a ress ea ll Id xp ies! e e or ti ll b r s t s a su se Epics / Themes
  • 11. What are epics? •Large fuzzy requirements •Lower priority •May consist of a number of features
  • 12. What’s a feature? •A set of requirements which can be grouped •which deliver value to a group of users
  • 13. What are user stories? As a: <user role or persona> I want to: <do something, a piece of functionality> So that: <achieve some business value or statement of intent>
  • 14. The 3 C’s •Stories are traditionally written on note cards Card •Cards may be annotated with estimates, tests, etc •Details of story come out Conversation during conversations with product owner •Acceptance tests confirm Confirmation the story was coded correctly
  • 15. But what about the details? •As a user I want to be able to cancel a reservation so that I can get a refund for the trip not taken • Does the user get a full or partial refund? • Is the refund to the credit card or is it a site refund? • How far ahead must the reservation be cancelled? • Is it the same for all hotels? • How about all site visitors? Can frequent travellers cancel later? • Is a confirmation provided to the user? • How do provide this confirmation?
  • 16. Acceptance tests Given: it is 2 weeks till my flight and I paid $1000 for the flight and I am not a frequent traveler When: I cancel my flight Then: I get a 50% refund ($500) and my flight is cancelled •Describes starting state, event and final state •Use ‘real’ examples with meaningful values
  • 17. The Happy Path •Every story should define the default scenario •similar to happy path in a use case •extend with negative scenarios and edge cases
  • 18. Coin Sorting (an exercise) How long will it take to sort this bag of coins?
  • 19. Talking to users •Ask open ended questions •closed = “Yes or No” •open = “What would you be willing to trade for performance?” •Give user options (“This one or that one?”)
  • 20. Story writing with your customers •Low fidelity prototypes to get the main flows •Get breadth first •Use user roles / personas to help identify missing stories •Compare against competing products
  • 21. User Roles •allow users to vary by •what they use the software for •how they use the software •background •familiarity with software / computers
  • 22. Role modelling • Every product has more than one type of user • administrators • clerks • managers • when we write with only one perspective • we assume all users have the same goal • leads to missing stories
  • 23. An extreme user modelling story
  • 24. What makes a good story? Independent Negotiable INVEST Valuable Estimable Small Testable
  • 25. INVEST •Independent • Dependencies lead to prioritisation problems •Negotiable • Stories are not contracts • leave the team room to manoeuvre •Valuable • to users or customers (rarely if ever developers) • try to rewrite developer stories to reflect value to the customer
  • 26. INVEST •Estimable • we plan using user stories so we must be able to estimate them •Small (sized appropriately) • Compound stories are multiple stories • Complex stories are intrinsically large •Testable • if you can’t test it, how do you know when you’re done?
  • 27. What makes a good user story? •It describes what a user does •Explicitly states dependencies •Takes a slice through the system •Ends with a meaningful goal • instead of “a home seeker can maintain her search criteria” • a home seeker can create her search criteria • a home seeker can review the results of a search • a home seeker can change the geographic area of a search
  • 28. Non-functional requirements “...is a requirement that specifies criteria that can be used to judge the operation of a system, rather than specific behaviours” - Wikipedia • Security • Usability • Testability • Maintainability • Extensibility • Scalability • Portability • Performance
  • 29. Formulate NFR’s as a story Acceptance Criteria Performance Constraint •10,000 concurrent R/W transactions take place The system must answer any request in less than 1 second •Each transaction is 500Kb •System config is ‘small enterprise’
  • 30. Linking to functional requirements Theme Functional requirement Performance Security Robustness As an enterprise user, I want to select a Emailing recipient from my contact list, so that I can X X get the correct address
  • 31. Technical Stories • Adding CI, optimising DB, upgrade to latest Oracle, etc. • Consider trying to write a user story so that you are forced to define the business value • No user facing functionality, e.g. Rating engine consumes some output • Consider writing as a user story with the engine as the user • e.g: As the rating engine, I want well formed CDR’s so that I can minimise error logging • Don’t hurt yourself trying to force it; sometimes it’s OK not to use the format • Be careful that these aren’t tasks that have been elevated to stories...
  • 32. Decomposing user stories • Compound Stories • a number of smaller stories / scenarios • split into meaningful chunks • Complex Stories • if it’s largely unknown, consider a spike • try find ‘natural’ seams in the story • Combining stories • stories should be about 2 days work • if too small combine e.g. bugs into one story
  • 33. Patterns for splitting stories • Workflow steps • Business rule variations • Major / Minor effort • Simple / Complex • Variations in available data • Data entry methods • Defer performance • Operations (e.g. create / update / delete) • Spike
  • 34. When do I write stories? •5-10% of total team effort should be spent on preparing for the next sprint •i.e. about 50% of analyst’s time in sprint •still need to be available to team (should be answering 80% of queries in <10min) •estimation meetings in off-week
  • 35. Story writing workshops •Include team, users, customers •Brainstorm to generate ideas •Write as many as possible •Start with epics and iterate •or use mindmaps •Prioritise later
  • 36. Story Workshop ets is over paid tick rrest eds its I f th R50 e tot 00, t al un wa rrant hen a If a warran rt ued. of a Cops & Fines t of e cou E ach p own re olice sta port of o tion ne verdue tickets be is s en th rrest m ust issue d, th st is the a The viola arr e ed of be set tion mus t be i nform e can master l ist of ve t be link e d to a mus ria l dat Our officers now carry GPS units, so the hicles. W so th at a t co-ordinates of the offence must be the vehi cle manu e also n type (se facturer ee d logged on the ticket. The officer will dan, SUV , colo ur, It wo reg istrat , etc) an login to the mobile app using their ion d uld b phot e so badge number and password ogra cool of th ph o if the e vio r vid show latio eo cl n on n cou ip a Go ld be ogle We would like to ‘name and Map shame’ top offenders on our officer FaceBook page automatically, nnual bo nus of an The a ber of on the 1st of each month is linke d to the nu m s that h ave been violation n d pai d Credit & thanks to Aslam Khan for the stories issue d a
  • 37. Story smells •Too small or too big •Estimates don’t converge •No scenarios / acceptance criteria •Interdependent •Gold-plating
  • 38. More smells •Too detailed •UI defined •Thinking too far ahead •Splitting too frequently •Trouble prioritising •Technical language
  • 39. Use cases vs. user stories •Size •User stories much smaller than use cases •Completeness •use cases are exhaustive, user stories much less detail •Longevity •use cases intended as permanent record, user stories rarely last beyond the sprint
  • 40. References •Mike Cohn - ‘User Stories Applied’ •Leffingwell & Behrens - ‘A User Story Primer’ •Victoria Hall - ‘Crafting Better Scrum Requirements’ •Mike Cohn - ‘An introduction to user stories’ •Roman Pinchler - ‘Agile Product Management with Scrum’

Hinweis der Redaktion

  1. The aim of this workshop is to get people aware of the complexity of software development.
  2. This is a relatively simple object that most people will have come across in day-to-day life. It has a single well understood purpose.
  3. This is a more complex object
  4. This is a one-of-a-kind object. Much of what we&amp;#x2019;re building in software development is unique. The language that we use to describe this thing is therefore inexact and open to interpretation.
  5. The aim of this is to illustrate how much better vocal communication is over documentation. Have the participants vote as to which it is, and then pick one to emphasize when you say the sentence.
  6. This next 2 slides illustrate the importance of communicating the intention of the user and not just the solution description. Remember that most people rarely read the whole requirements doc
  7. So this is where user stories come in
  8. It&amp;#x2019;s important to note that in total, you should only have 35-50 items in your backlog at any one time. There should be a steady flow of epics to features to stories
  9. By the time it comes to implement epics, we might have changed out minds based on what we&amp;#x2019;ve already built. Therefore don&amp;#x2019;t invest the time to define them more clearly until you&amp;#x2019;re ready to build them
  10. The mantra here is &amp;#x2018;Just Enough, Just In Time&amp;#x2019;
  11. This format was the product of Mike Cohn&amp;#x2019;s work.
  12. Ron Jeffries and his work in Xtreme Programming is credited with the idea behind this formulation.
  13. We use acceptance tests to help us understand how the story should be implemented. They supply the details that the team needs.
  14. This exercise is meant to illustrate the importance of asking questions of the customer / user. The trick is when the team has sorted the bag of mixed coins by denominations you tell them you actually wanted it by date.
  15. Stresses the importance of not closing off avenues to explore with the users.
  16. Techniques for helping you talk to your customers.
  17. The story here is that in pitching a product at an extreme users (the elderly) OXO actually ended up with a better overall design of a potato peeler that appealed to everyone. Your extreme users can help you find ways in which people use your products that might not have occurred to you.
  18. Bill Wakefield is credited with this acronym for the test of what constitutes a good user story. Think of this as a checklist when you are story writing.
  19. The important part here is to make sure that your acceptance criteria are defined. Note: you may have multiple constraints for a particular type (e.g. batch vs real-time performance)
  20. This idea is stolen from Roman Pinchler&amp;#x2019;s book.
  21. Remember to at least try writing it as a user story first...