When work doesn’t get finished in a Sprint, the temptation is to “roll it over” into the next Sprint. A better approach is to learn to slice work so that it does fit into a Sprint.
Slicing Backlog items like a cake – thin, vertical slices, is considered “best practice”.
Each slice of the large Backlog Item needs to achieve the Definition of Done by the end of the Sprint. Keep slicing until the item is small enough to do so.
Estimation and slicing work into smaller pieces is an important factor in getting work done in a short timeframe: "Deliver [work] frequently ... with a preference to the shorter timescale."
Many teams are used to task-based work. When moving to agile, they typically just change ‘tasks’ to ‘stories’, but still deliver in the same way. Capability-based slicing of Product Backlog items is an anti-pattern and often leads to Stories being delivered over multiple Sprints.
Slice Stories by its functionality and integrate each Story as you go. Put tasks against each Story to reflect who will do what, how the UX will be done, how the analysis will work, building and testing, etc.
The term “vertical slice” refers to a cross-sectional slice through the layers that form the structure of the software code base. It is mostly used in Scrum where the work is planned in terms of features. For example, as a very basic approach, a software product may consist of three layers (or components):
Horizontal slicing has a number of disadvantages to vertical slicing.
This makes vertical slicing a preferred practice over horizontal slicing.
This is where the ‘multi-layer cake’ metaphor was born. First espoused by Bill Wake (2003), he suggests:
Think of a whole system as a multi-layer cake, for example, a network layer, a persistence layer, a logic layer, and a presentation layer. When we split a story, we're serving up only part of that cake. We want to give the customer the essence of the whole cake, and the best way is to slice the cake vertically through the layers. Developers often have an inclination to work on only one layer at a time (and get it 'right'), but a full database layer (for example) has little value to the customer if there is no presentation layer.
Bill Wake (2003)
While there is no ‘perfect’size for a Backlog item, to promote the best transparency possible, try slicing a Backlog item so that it can be delivered against the Definition of Done in 2-3 days.
In your Retrospective:
1. Wake, B. (2003). INVEST in Good Stories, and SMART Tasks. Xp123. Online at: https://xp123.com/articles/invest-in-good-stories-and-smart-tasks/
All fields are required.