0% found this document useful (0 votes)
55 views2 pages

02 - 05 Story Slicing

User stories can be sliced or split into smaller stories to make them more manageable. There are several strategies for slicing, such as splitting by user role, business rules, scenarios, processes, or data entry needs. Examples show slicing a story about automatically populating a user's profile data when they log in by splitting the data into smaller groups. Another story about configuring notifications for premium members is sliced by defining each notification type as a separate story. A third story about a customer service representative viewing member profiles is sliced based on access roles like read, create, update or delete.

Uploaded by

Nanda Christanto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views2 pages

02 - 05 Story Slicing

User stories can be sliced or split into smaller stories to make them more manageable. There are several strategies for slicing, such as splitting by user role, business rules, scenarios, processes, or data entry needs. Examples show slicing a story about automatically populating a user's profile data when they log in by splitting the data into smaller groups. Another story about configuring notifications for premium members is sliced by defining each notification type as a separate story. A third story about a customer service representative viewing member profiles is sliced based on access roles like read, create, update or delete.

Uploaded by

Nanda Christanto
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Agile Product Owner: Techniques

with Angela Wick

User Story Slicing and Splitting: Strategies and Examples

Slicing Strategy Description

User role or persona Break a user role into more specific users

Business rules • Logic (e.g., split out if/then scenarios)


• Detailed definitions and filters
• Calculations and algorithm scenarios
• Decision paths

Scenarios Various scenarios from a user perspective

Process/workflow Steps and substeps a user takes, sees, or experiences using the product

Role/operations Create-read-update-delete a part of the workflow for a user role

Data entry Certain data, or subset of data, that needs to be present or entered by a user role

Slicing Strategy Strategy Used

As a member, I would like my online profile Data entry:


information to already be in the app when I log Here we are expressing that we expect the user
in with my same member ID and password so I does not have to enter data, and it is already
do not have to remember more than one ID and present. This could even be sliced further into
reenter data. multiple stories by splitting the data into smaller
groups that need to be present and connected to
the users when they log in.

Agile Product Owner: Techniques with Angela Wick


1 of 2
As a premium member, I would like to be able Data entry:
to configure the notifications so I don’t receive This can also be split further by defining each
notifications I don’t care about. notification configuration attribute as its own story.

For example: Types of notifications, phone


number or email to notify, time of day acceptable
to notify, etc.

User role:
Premium vs. all members—split the user group to
try to make the story smaller

As a customer service representative, I would like Role/operations:


to be able to see members’ profiles so I can better Different user role specifying if they can create,
help them better when they call. read, update, or delete information created in
another user story

As a member with a spouse on my account, I want Business rule:


to be able to see the total club spending for each Calculations, automated decisions, and policies
of us individually and as an overall account.

Agile Product Owner: Techniques with Angela Wick


2 of 2

You might also like