Agile User story splitting and examples
User Story Splitting By AR

Agile User story splitting and examples

Story splitting ?is the process of breaking one single user story into smaller stories. However, it’s not about breaking it into component tasks, but rather complete stories or slices that still deliver value to the user.?The easiest way to understand it is with an example.

Below you’ll find several actors that give life to my examples on how to split the user stories:

  • The?Eater?is the person who scrolls through the recipes and searches for the recipe to cook next.
  • The?Cook?is the one who wants to share his/her recipes with the entire world
  • The?Cook helper?is the assistant of the cook who helps with the account management.


1.Split the user stories by roles?(e.g. buyer, admin, seller). This technique of splitting user stories might be one of the easiest ways to break down your stories into smaller ones. When you are dividing the user stories by roles, you’ll see that most of the effort goes into one user story and the others will have only small adaptations. This is perfectly fine.

First User Story:

As a cook helper, I want to manage messages.

Split User Story:

  • As a cook helper, I want to reply to message
  • As a cook helper, I want to mark the messages to be answered by the cook

  1. Break down the user stories by workflows?— I recommend you define first what are the workflows from your product and the actors of each workflow. For example, the cooks can upload images, but the users can visualize them and can have their cooking notebook.

Big Story

As an eater, I want to manage my account

Split Story

  • As an eater, I want to upgrade my account
  • As an eater, I want to change my profile picture
  • As an eater, I want to change my address

2. Divide the user stories by data types.?CooLab is an international application, but the currency and the units of measure are as per the user location. That means that the users from the US will see pints and USD and the users in France will see litres and EUR for the same recipes.

Initial Story:

As an eater, I want to load the ingredients of my recipes with the right qualities

Split Stories:

  • As an eater, I want to see the quantities of the ingredients in the metric system
  • As an eater, I want to see the amounts of the ingredients in the English system

3. Split the user stories by data entry. In the category of data entry, you can consider any parameter inserted by the user.

Initial User Story:

As an eater, I want to be able to filter the recipes based on time, ingredients, the price for the benefit of finding easier the recipe that meets my criteria

Split:

  • As an eater, I want to be able to filter the recipes based on time
  • As an eater, I want to be able to filter the recipes based on ingredients so I can use what I have in the fridge
  • As an eater, I want to be able to filter the recipes based on price so I can spend as much money as I have

4. Split user stories in Agile by Cutting the user stories by complexity.?A simple way to use this method is by defining the manual way of achieving functionality versus the automated mode.

Initial User Story:

As a user, I want to subscribe automatically to CooLab

Split User Story:

  • As a user, I want to subscribe manually to CooLab
  • As a user, I want to receive an email with all the information about my subscription to CooLab

5. Split user stories by Breaking down the user stories by browser/platform

In the category of the platform, you can include operating systems (Mac, Windows), device types (phone, tablet, desktop), browsers ( Internet Explorer, Chrome, Opera), or anything else that applies to your project.

Initial User Story:

As a cook, I want to upload the images of my recipe so that my starving fans can have a real picture of how the recipe looks like

Split User Story:

  • As a cook, I want to upload the images of my recipe using a laptop
  • As a cook, I want to upload the pictures of my recipe from my phone
  • As a cook, I want to upload the photos of my recipe using IE

As a cook, I want to upload the pictures of my recipe using Chrome

6. Split the user stories by business rules?(e.g. the card must be issued in the same country as the seller, the investment amount must be more significant than X)

Business rules are criteria or the logic of linking the parameters between themselves.

Initial User Story

As a user, I can subscribe to the premium version of the application/CooLab

Split User Story:

  • As a user, I can subscribe to the premium version of the application/CooLab using only a credit card issues in the same country I am using the application form
  • As a user, I can subscribe to the premium version of the application/CooLab only ones for each credit card
  • As a user, I can subscribe to the premium version of the application/CooLab only ones for each email address

7. Divide the user stories by CRUD type of operations

CRUD stands for:

  • C = create
  • R = read
  • U = update
  • D = delete

They are standard operations the users can do.

Big user story before using CRUD split

As a cook, I want to manage my recipes for the benefit of sharing them with the entire world

Split User Story

  • As a cook, I want to create a recipe
  • As a cook, I want to read the recipe that I just created a recipe
  • As a cook, I want to update my recipes
  • As a cook, I want to delete my recipes

8. Split user stories by acceptance criteria

As a cook, I want to upload an image to my recipe for the benefit of making my recipes look delicious

Add the acceptance criteria in the following format:

  1. GIVEN scenario
  2. WHEN action
  3. THEN result

Then you’ll realize that you have three acceptance criteria for your user story:

  1. one for just uploading the image
  2. one for editing the image after being uploaded
  3. one for the error message the user must receive in case the picture is massive.

All these three acceptance criteria can be split into three user stories with one acceptance criteria per user story

Broken User Stories:

As a cook, I want to upload a small image to my recipes

  1. GIVEN I want to upload the picture of my recipe
  2. WHEN I select the picture
  3. THEN it uploads it to the application

As a cook, I want to edit the image I uploaded to my recipes

  1. GIVEN I uploaded the image of my recipe
  2. WHEN I open it
  3. THEN I edit it

As a cook, I want to receive an error message when I upload a big picture to my recipe

  1. GIVEN I’m uploading an image bigger than 25mb to my recipe
  2. WHEN I select the picture
  3. THEN I receive an error message

要查看或添加评论,请登录

社区洞察

其他会员也浏览了