InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

New User Story Format Emphasizes Business Value

Posted by Chris Sims on Jun 19, 2008

Sections
Process & Practices,
Architecture & Design
Topics
Customers & Requirements ,
Agile
Tags
User Stories
Since the early days of agile, user stories have been a common way of capturing requirements. These short bits of documentation, often only a sentence or so written on an index card, capture the essence of the desired functionality. A conventional format for these stories has been:

As a <type of user> I want <some functionality> so that <some benefit>.

Elizabeth Keogh suggests that business value is more important than user role and presents a revised template for writing user stories, which she credits to Chris Matts. The traditional format emphasizes the importance of the user, mentioning them first. The newly proposed variation switches the emphasis to the business value:

In order to <achieve some value>, as a <type of user>, I want <some functionality>.

The change may be subtle, but it is likely to resonate in a value-focused environment.  Elizabeth goes on to describe how the focus on value carries over to planning a software release:
The word 'release' is more meaningful. There's some untapped money out there - some market share, some cost saving, some battle against a competitor. All the features we produce go towards releasing that value for our customers to use - and it's the value we're releasing, not the features.

Would refocusing users stories on business value make a difference in your environment? Leave a comment and share with the community.

  • This article is part of a featured topic series on Agile
I like it. by Karl Scotland Posted
Some views on the format by Ajay Danait Posted
  1. Back to top

    I like it.

    by Karl Scotland

    I blogged about it >here.


    I think the new format gives a clearer way of managing the relationship between the small incremental functionality pieces, and the larger value pieces.

  2. Back to top

    Some views on the format

    by Ajay Danait

    These are some views from my manager on this format :



    In order to [achieve some value]
    As a [role]
    I want [some feature].




    i feel


    #1 - it is heavy, and not so natural (more written language than oral one)

    #2 - takes only the 'value' perspective, and hides the 'risk mitigation' side




    -> in the product backlog, we found great to consider priorities on 2 axis : value creation vs risk mitigation




    => good thing when you talk to a end-users in our business, especially it will emphasize the 'OR' sensitivity




    As a <type of user> I want <some functionality> so that <some benefit>.
    should be turned into :-



    #A - As a [type of user] I want [some functionality] to avoid [some operational risk, process weakness, ...]



    #B - As a [type of user] I need [some functionality] to get/maximize/fasten/point.... [some benefit]. </some></some></type>

Educational Content

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?

Wrap Your SQL Head Around Riak MapReduce

Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.