Story splitting patterns

  • By workflow step: view → create → edit → delete — each action is one story
  • By path: happy path (success) first, then unhappy paths (errors, edge cases)
  • Thin vertical slice: one narrow use case, full-stack, independently deliverable
  • Split signal: "and" in the goal — "I want to create, edit, and delete" → 3 stories
  • SPIDR: Spike, Paths, Interfaces, Data, Rules — five splitting patterns

Question 0 of 5

A team has a story: "As a user, I want to manage my profile so that I can keep my information up to date." This story is too large. Which splitting pattern is most appropriate?