User story

Last updated

In software development and product management, a user story is an informal, natural language description of features of a software system. They are written from the perspective of an end user or user of a system, and may be recorded on index cards, Post-it notes, or digitally in specific management software. [1] Depending on the product, user stories may be written by different stakeholders like client, user, manager, or development team.

Contents

User stories are a type of boundary object. They facilitate sensemaking and communication; and may help software teams document their understanding of the system and its context. [2]

History

Principle

User stories are written by or for users or customers to influence the functionality of the system being developed. In some teams, the product manager (or product owner in Scrum), is primarily responsible for formulating user stories and organizing them into a product backlog. In other teams, anyone can write a user story. User stories can be developed through discussion with stakeholders, based on personas or are simply made up.

Common templates

User stories may follow one of several formats or templates.

The most common is the Connextra template, stated below. [12] [7] [13] Mike Cohn suggested the "so that" clause is optional although still often helpful. [14]

As a <role> I can <capability>, so that <receive benefit> 

Chris Matts suggested that "hunting the value" was the first step in successfully delivering software, and proposed this alternative: [15]

In order to <receive benefit> as a <role>, I can <goal/desire> 

Another template based on the Five Ws specifies: [16]

As <who> <when> <where>, I want <what> because <why> 

A template that's commonly used to improve security is called the "Evil User Story" or "Abuse User Story" and is used as a way to think like a hacker in order to consider scenarios that might occur in a cyber-attack. These stories are written from the perspective of an attacker attempting to compromise or damage the application, rather the typical personae found in a user story: [17]

As a disgruntled employee, I want to wipe out the user database to hurt the company 

Examples

Screening quiz (epic story)
As the HR manager, I want to create a screening quiz so that I can understand whether I want to send possible recruits to the functional manager. [18]
Quiz recall
As a manager, I want to browse my existing quizzes so I can recall what I have in place and figure out if I can just reuse or update an existing quiz for the position I need now. [18]
Limited backup
As a user, I can indicate folders not to back up so that my backup drive is not filled up with things I do not need to be saved. [19]

Usage

A central part of many agile development methodologies, such as in extreme programming's planning game, user stories describe what may be built in the software project. User stories are prioritized by the customer (or the product owner in Scrum) to indicate which are most important for the system and will be broken down into tasks and estimated by the developers. One way of estimating is via a Fibonacci scale.

When user stories are about to be implemented, the developers should have the possibility to talk to the customer about it. The short stories may be difficult to interpret, may require some background knowledge or the requirements may have changed since the story was written.

User stories can be expanded to add detail based on these conversations. This can include notes, attachments and acceptance criteria.

Acceptance criteria

Mike Cohn defines acceptance criteria as "notes about what the story must do in order for the product owner to accept it as complete." [20] They define the boundaries of a user story and are used to confirm when a story is completed and working as intended.

The appropriate amount of information to be included in the acceptance criteria varies by team, program and project. Some may include 'predecessor criteria', "The user has already logged in and has already edited his information once".[ This quote needs a citation ] Some may write the acceptance criteria in typical agile format, Given-When-Then. Others may simply use bullet points taken from original requirements gathered from customers or stakeholders. [20] In order for a story to be considered done or complete, all acceptance criteria must be met.

Benefits

There is no good evidence that using user stories increases software success or developer productivity. However, user stories facilitate sensemaking without undue problem structuring, which is linked to success. [21]

Limitations

Limitations of user stories include:

Relationship to epics, themes and initiatives/programs

In many contexts, user stories are used and also summarized in groups for ontological, semantic and organizational reasons. Initiative is also referred to as Program in certain scaled agile frameworks. The different usages depend on the point-of-view, e.g. either looking from a user perspective as product owner in relation to features or a company perspective in relation to task organization.

A story map in action, with epics on the top to structure stories User Story Map in Action.png
A story map in action, with epics on the top to structure stories

While some suggest to use 'epic' and 'theme' as labels for any thinkable kind of grouping of user stories, organization management tends to use it for strong structuring and uniting work loads. For instance, Jira seems to use a hierarchically organized to-do-list, in which they named the first level of to-do-tasks 'user-story', the second level 'epics' (grouping of user stories) and the third level 'initiatives' (grouping of epics). However, initiatives are not always present in product management development and just add another level of granularity. In Jira, 'themes' exist (for tracking purposes) that allow to cross-relate and group items of different parts of the fixed hierarchy. [23] [24]

In this usage, Jira shifts the meaning of themes in an organization perspective: e.g how much time did we spent on developing theme "xyz". But another definition of themes is: a set of stories, epics, features etc for a user that forms a common semantic unit or goal. There is probably not a common definition because different approaches exist for different styles of product design and development. In this sense, some also suggest to not use any kind of hard groups and hierarchies. [25] [26] [27] [28] [29] [30]

Theme

Multiple epics or many very large stories that are closely related are summarized as themes. A common explanation of epics is also: so much work that requires many sprints, or in scaled frameworks -- a Release Train or Solution Train.

Initiative

Multiple themes, epics, or stories grouped together hierarchically. [31]

Epic

Multiple themes or stories grouped together by ontology and/or semantic relationship.

Story map

User story mapping User story mapping.jpg
User story mapping

A story map [32] organises user stories according to a narrative flow that presents the big picture of the product. The technique was developed by Jeff Patton from 2005 to 2014 to address the risk of projects flooded with very detailed user stories that distract from realizing the product's main objectives.[ citation needed ]

User story mapping [33] uses workshops with users to identify first the main business activities. Each of these main activities may involve several kind of users or personas.

The horizontal cross-cutting narrative line is then drawn by identifying the main tasks of the individual user involved in these business activities. The line is kept throughout the project. More detailed user stories are gathered and collected as usual with the user story practice. But each new user story is either inserted into the narrative flow or related vertically to a main tasks.

The horizontal axis corresponds to the coverage of the product objectives, and the vertical axis to the needs of the individual users.

In this way it becomes possible to describe even large systems without losing the big picture.

Story maps can easily provide a two-dimensional graphical visualization of the product backlog: At the top of the map are the headings under which stories are grouped, usually referred to as 'epics' (big coarse-grained user stories), 'themes' (collections of related user stories [34] ) or 'activities'. These are identified by orienting at the user’s workflow or "the order you'd explain the behavior of the system". Vertically, below the epics, the actual story cards are allocated and ordered by priority. The first horizontal row is a "walking skeleton" [35] and below that represents increasing sophistication. [36] [ clarification needed ]

User journey map

A user journey map [37] intends to show the big picture but for a single user category. Its narrative line focuses on the chronology of phases and actions that a single user has to perform in order to achieve his or her objectives.

This allows to map the user experience beyond a set of user stories. Based on user feedback, the positive and negative emotions can be identified across the journey. Points of friction or unfulfilled needs can be identified on the map. This technique is used to improve the design of a product, [38] allowing to engage users in participatory approaches. [39]

Comparing with use cases

A use case has been described as "a generalized description of a set of interactions between the system and one or more actors, where an actor is either a user or another system." [40] While user stories and use cases have some similarities, there are several differences between them.

User StoriesUse Cases
Similarities
  • Generally formulated in users' everyday language. They should help the reader understand what the software should accomplish.
  • Written in users' everyday business language, to facilitate stakeholder communications.
Differences
  • Provide a small-scale and easy-to-use presentation of information, with little detail, thus remaining open to interpretation, through conversations with on-site customers.
  • Use cases organize requirements to form a narrative of how users relate to and use a system. Hence they focus on user goals and how interacting with a system satisfies the goals. [41]
  • Use case flows describe sequences of interactions, and may be worded in terms of a formal model. A use case is intended to provide sufficient detail for it to be understood on its own.
TemplateAs a <type of user>, I can <some goal> so that <some reason>. [19]
  • Title: "goal the use case is trying to satisfy"
  • Main Success Scenario: numbered list of steps
    • Step: "a simple statement of the interaction between the actor and a system"
  • Extensions: separately numbered lists, one per Extension
    • Extension: "a condition that results in different interactions from .. the main success scenario". An extension from main step 3 is numbered 3a, etc.

Kent Beck, Alistair Cockburn, Martin Fowler and others discussed this topic further on the c2.com wiki (the home of extreme programming). [42]

See also

Related Research Articles

<span class="mw-page-title-main">Acceptance testing</span> Test to determine if the requirements of a specification or contract are met

In engineering and its various subdisciplines, acceptance testing is a test conducted to determine if the requirements of a specification or contract are met. It may involve chemical tests, physical tests, or performance tests.

In software and systems engineering, the phrase use case is a polyseme with two senses:

  1. A usage scenario for a piece of software; often used in the plural to suggest situations where a piece of software may be useful.
  2. A potential scenario in which a system receives an external request and responds to it.
<span class="mw-page-title-main">Requirements analysis</span> Engineering process

In systems engineering and software engineering, requirements analysis focuses on the tasks that determine the needs or conditions to meet the new or altered product or project, taking account of the possibly conflicting requirements of the various stakeholders, analyzing, documenting, validating and managing software or system requirements.

In product development and process optimization, a requirement is a singular documented physical or functional need that a particular design, product or process aims to satisfy. It is commonly used in a formal sense in engineering design, including for example in systems engineering, software engineering, or enterprise engineering. It is a broad concept that could speak to any necessary function, attribute, capability, characteristic, or quality of a system for it to have value and utility to a customer, organization, internal user, or other stakeholder. Requirements can come with different levels of specificity; for example, a requirement specification or requirement "spec" refers to an explicit, highly objective/clear requirement to be satisfied by a material, design, product, or service.

In software development, agile practices include requirements discovery and solutions improvement through the collaborative effort of self-organizing and cross-functional teams with their customer(s)/end user(s), Popularized in the 2001 Manifesto for Agile Software Development, these values and principles were derived from and underpin a broad range of software development frameworks, including Scrum and Kanban.

The MoSCoW method is a prioritization technique used in management, business analysis, project management, and software development to reach a common understanding with stakeholders on the importance they place on the delivery of each requirement; it is also known as MoSCoW prioritization or MoSCoW analysis.

In computing, a scenario is a narrative of foreseeable interactions of user roles and the technical system, which usually includes computer hardware and software.

In software engineering, behavior-driven development (BDD) is a software development process that encourages collaboration among developers, quality assurance experts, and customer representatives in a software project. It encourages teams to use conversation and concrete examples to formalize a shared understanding of how the application should behave. It emerged from test-driven development (TDD) and can work alongside an agile software development process. Behavior-driven development combines the general techniques and principles of TDD with ideas from domain-driven design and object-oriented analysis and design to provide software development and management teams with shared tools and a shared process to collaborate on software development.

<span class="mw-page-title-main">Scrum (software development)</span> Management framework

Scrum is an agile team collaboration framework commonly used in software development and other industries.

Confluence is a web-based corporate wiki developed by Australian software company Atlassian. Atlassian wrote Confluence in the Java programming language and first published it in 2004. Confluence Standalone comes with a built-in Tomcat web server and hsql database, and also supports other databases.

Jira is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management.

Jira Studio was an integrated, hosted software development suite developed by Atlassian Software Systems. Jira Studio included Subversion for revision control, Jira for issue tracking and bug tracking, Confluence for content management, Jira Agile for agile planning and management, Bamboo for continuous integration, Crucible for code review and FishEye for source code repository browsing.

The INVEST mnemonic for Agile software development projects was created by Bill Wake as a reminder of the characteristics of a good quality Product Backlog Item or PBI for short. Such PBIs may be used in a Scrum backlog, Kanban board or XP project.

<span class="mw-page-title-main">Atlassian</span> Australian enterprise software company

Atlassian Corporation is an Australian software company that develops products for software developers, and project managers among other groups. The company is domiciled in Delaware, with global headquarters in Sydney, Australia, and US headquarters in San Francisco.

iRise is a software company based in El Segundo, California. It provides a cloud-based requirements definition and visualization platform for teams and businesses. iRise allows product owners, product managers, business analysts and other stakeholders to prototype new products, features, and enhancements without any code or scripting. iRise also supports creating interactive business process flows, use cases, and other diagrams. Each screen, UI element, and diagram can be annotated with detailed requirements that can be exported into custom documentation.

Business requirements, also known as stakeholder requirements specifications (StRS), describe the characteristics of a proposed system from the viewpoint of the system's end user like a CONOPS. Products, systems, software, and processes are ways of how to deliver, satisfy, or meet business requirements. Consequently, business requirements are often discussed in the context of developing or procuring software or other systems.

<span class="mw-page-title-main">Aha! (company)</span> American software company

Aha! is a cloud-based software company that provides product development software for companies in the United States and internationally. Aha! offers Software-as-a-Service (SaaS) products for organizations to set strategy, ideate, plan, showcase, build, and launch new products and enhancements.

Gliffy is software for diagramming via an HTML5 cloud-based app. It is used to create UML diagrams, floor plans, Venn diagrams, flowcharts and various other kinds of diagrams online. Gliffy diagrams can be shared with and edited by users in real time. The SaaS is supported in all modern web-browsers, including Google Chrome, Firefox, Safari and Internet Explorer 9+.

Tuleap is an application lifecycle management system which facilitates agile software development, design projects, V-model, Requirement Management, and IT Services Management. It is open source and released under the GNU General Public License, version 2.

<span class="mw-page-title-main">BigGantt</span>

BigGantt is a project management app for Jira. Released in 2015, it delivers tools for project managers, i.e. a Gantt chart, and work breakdown structure.

References

  1. Dimitrijević, Sonja; Jovanović, Jelena; Devedžić, Vladan (2015). "A comparative study of software tools for user story management". Information and Software Technology. 57: 352–368. doi:10.1016/j.infsof.2014.05.012. a great number of software tools that provide, inter alia, support for practices based on user stories have emerged in recent years.
  2. Ralph, Paul (2015). "The Sensemaking-coevolution-implementation theory of software design". Science of Computer Programming. 101: 21–41. arXiv: 1302.4061 . doi:10.1016/j.scico.2014.11.007. S2CID   6154223.
  3. "Origin of story card is a promise for a conversation : Alistair.Cockburn.us". alistair.cockburn.us. Archived from the original on 22 June 2021. Retrieved 16 August 2017.
  4. Beck, Kent (1999). Extreme Programming Explained: Embrace Change. Addison-Wesley. ISBN   9780201616415. OCLC   41834882.
  5. Jeffries, Ron (30 August 2001). "Essential XP: Card, Conversation, Confirmation". Archived from the original on 12 May 2017. Retrieved 14 April 2017.
  6. "User Story Template". agilealliance.org. 17 December 2015. Archived from the original on 6 June 2020. Retrieved 18 April 2020.
  7. 1 2 Cohn, Mike (2004). User Stories Applied: For Agile Software Development. Addison-Wesley. ISBN   0321205685. OCLC   54365622.
  8. Fowler, Martin (22 April 2013). "User Story". martinfowler.com. Archived from the original on 14 July 2019. Retrieved 14 July 2019.
  9. Patton, Jeff (January 2005). "It's All In How You Slice It". Better Software Magazine: 16–22, 40. Archived from the original on 16 July 2019. Retrieved 16 July 2019.
  10. Patton, Jeff (8 October 2008). "The New User Story Backlog is a Map". Jeff Patton & Associates. Archived from the original on 18 July 2019. Retrieved 16 July 2019.
  11. Patton, Jeff (2014). User story mapping. Economy, Peter, Fowler, Martin, Cooper, Alan, Cagan, Marty (First ed.). Beijing. ISBN   9781491904909. OCLC   880566740.{{cite book}}: CS1 maint: location missing publisher (link)
  12. Lucassen, Garm; Dalpiaz, Fabiano; Werf, Jan Martijn E. M. van der; Brinkkemper, Sjaak (2016), Daneva, Maya; Pastor, Oscar (eds.), "The Use and Effectiveness of User Stories in Practice", Requirements Engineering: Foundation for Software Quality, Lecture Notes in Computer Science, Springer International Publishing, vol. 9619, pp. 205–222, doi:10.1007/978-3-319-30282-9_14, ISBN   978-3-319-30281-2, S2CID   26458219, The most prevalent user story template is the 'original' one proposed by Connextra
  13. "Glossary: User Story Template". agilealliance.org. Agile Alliance. 17 December 2015. Archived from the original on 3 February 2020. Retrieved 3 February 2020. Another name is the "Connextra format", in recognition of its origins
  14. Cohn, Mike (25 April 2008). "Advantages of the "As a user, I want" user story template". Mountaingoatsoftware.com. Archived from the original on 18 December 2016. Retrieved 18 December 2016. While I consider the so-that clause optional, I really like this template.
  15. Marcano, Antony (24 March 2011). "Old Favourite: Feature Injection User Stories on a Business Value Theme". Antonymarcano.com. Archived from the original on 2 July 2012. Retrieved 23 February 2017.
  16. "User Story". t2informatik GmbH. 25 September 2019. Archived from the original on 3 February 2020. Retrieved 3 February 2020. "As (who) (when) (where), I (want) because (why)." – this phrase is based on typical W questions: who, when, where, what and why.
  17. Van der Veer, Rob (18 May 2020). "SAMM Agile guidance". GitHub .
  18. 1 2 Cowan, Alexander. "Your Best Agile User Story". Cowan+. Archived from the original on 25 March 2016. Retrieved 29 April 2016.
  19. 1 2 Cohn, Mike. "User Stories". Mountain Goat Software. Archived from the original on 30 April 2016. Retrieved 27 April 2016.
  20. 1 2 Cohn, Mike. "The Two Ways to Add Detail to User Stories". Mountain Goat Software blog. Archived from the original on 8 April 2019. Retrieved 8 April 2019.
  21. Ralph, Paul; Mohanani, Rahul (2015). "Is Requirements Engineering Inherently Counterproductive?". 2015 IEEE/ACM 5th International Workshop on the Twin Peaks of Requirements and Architecture. IEEE. pp. 20–23. doi:10.1109/TwinPeaks.2015.12. ISBN   978-1-4673-7100-1. S2CID   2873385. Archived from the original on 22 June 2021. Retrieved 4 February 2020.
  22. "Limitations of user stories". Ferolen.com. 15 April 2008. Archived from the original on 13 April 2014. Retrieved 9 April 2014.
  23. "Epics, Themes, Stories, and Initiatives". Atlassian. Archived from the original on 30 January 2019. Retrieved 8 February 2019.
  24. "User Stories". Atlassian. Archived from the original on 5 February 2019. Retrieved 8 February 2019.
  25. Britsch, Marcel (5 September 2017). "The Basics: Epics, Stories, Themes & Features". The Digital Business Analyst. Archived from the original on 21 September 2017. Retrieved 8 February 2019.
  26. Cohn, Mike. "User Stories, Epics and Themes". Mountain Goat Software. Archived from the original on 4 February 2019. Retrieved 8 February 2019.
  27. "Scrum Alliance Member-Submitted Informational Articles". Archived from the original on 11 September 2018. Retrieved 11 September 2018.
  28. Guay, Constantin (26 January 2018). "Scrum tips: Differences between epics, stories, themes and features". Archived from the original on 19 November 2018. Retrieved 8 February 2019.
  29. "User Stories, Epics & Themes". 8 December 2021. Archived from the original on 9 February 2019. Retrieved 8 December 2021.
  30. Cohn, Mike. "You Don't Need a Complicated Story Hierarchy". Mountain Goat Software. Archived from the original on 10 May 2019. Retrieved 8 February 2019.
  31. "Configuring initiatives and other hierarchy levels - Atlassian Documentation". confluence.atlassian.com. Archived from the original on 5 February 2020. Retrieved 5 February 2020. An 'initiative' is a very large body of work, which spans multiple epics and sometimes, multiple teams. [...] An initiative is also an issue type in Jira.
  32. Patton, Jeff (8 October 2008). "The new user story backlog is a map". Archived from the original on 14 May 2017. Retrieved 17 May 2017.
  33. Patton, Jeff (Software developer) (2014). User story mapping. Economy, Peter,, Fowler, Martin, 1963-, Cooper, Alan, 1952-, Cagan, Marty (First ed.). Beijing. ISBN   978-1-4919-0490-9. OCLC   880566740.{{cite book}}: CS1 maint: location missing publisher (link)
  34. Cohn, Mike. "User Stories, Epics and Themes". Mountaingoatsoftware.com. Archived from the original on 27 September 2017. Retrieved 26 September 2017.
  35. Cockburn, Alistair. "Walking Skeleton". Archived from the original on 24 September 2013. Retrieved 4 March 2013.
  36. "Story Mapping". Agile Alliance. 17 December 2015. Archived from the original on 23 June 2016. Retrieved 1 May 2016.
  37. Experience, World Leaders in Research-Based User. "Journey Mapping 101". Nielsen Norman Group. Archived from the original on 19 March 2020. Retrieved 15 March 2020.{{cite web}}: |first= has generic name (help)
  38. Richardson, Adam (15 November 2010). "Using Customer Journey Maps to Improve Customer Experience". Harvard Business Review. ISSN   0017-8012. Archived from the original on 22 March 2020. Retrieved 15 March 2020.
  39. "Subversive participatory design | Proceedings of the 14th Participatory Design Conference: Short Papers, Interactive Exhibitions, Workshops - Volume 2". doi:10.1145/2948076.2948085. hdl: 11572/167104 . S2CID   15915593.{{cite journal}}: Cite journal requires |journal= (help)
  40. Cohn, Mike. "Project Advantages of User Stories as Requirements". Mountaingoatsoftware.com. Archived from the original on 18 April 2012. Retrieved 26 September 2017.
  41. Fowler, Martin (18 August 2003). "UseCasesAndStories". Archived from the original on 27 September 2017. Retrieved 26 September 2017.
  42. "User Story And Use Case Comparison". C2.com. Archived from the original on 2 September 2016. Retrieved 26 September 2017.

Further reading