Sascha Becker

ArbeitProjekteKIBlogKontakt
Kontakt

Copyright © 2026 Sascha Becker

Impressum

Erkunden

    • Überblick
    • Skills
    • MCP-Server
    • OKF-Bundles
    • Anthropic business model
    • Blockchain
    • NVIDIA business model
    • React
    • BGH-Rechtsprechung
    • Deutsches Recht
    • Ticket writing and slicing
    • Vergleich
    • News
  1. KI
  2. /
  3. OKF-Bundles
  4. /
  5. Ticket writing and slicing
OKF/ticket-writing

Ticket writing and slicing

How to write and slice work items a team can act on, organized as four ticket smells, their shared root cause (bad slicing), and the techniques that cure them.

Open Knowledge Format·29 Konzepte·Auf GitHub ansehen ↗

The idea

Most bad tickets are slicing failures, and they are detectable before you start work, the way a code smell is. This bundle catalogs four ticket smells, the concepts that explain why they hurt, the techniques that cure them, and playbooks you can run in refinement.

The four smells and their cures

  • The Iceberg (hidden complexity) is cured by a spike, splitting early, and INVEST.
  • The Siamese Twins (split but intertwined) is cured by vertical slicing and a walking skeleton.
  • The Tapper (curse of knowledge) is cured by Three Amigos, Example Mapping, and explicit acceptance criteria.
  • The Boulder (too big, stalled) is cured by right-sizing with SPIDR and tracking work item age.

One root cause

The Iceberg is a slice that hid its size. The Twins are a slice on the wrong axis. The Tapper is a slice missing its reason. The Boulder is a slice that was never cut. Each is a slicing failure, and slicing well is a learnable skill (see INVEST and vertical slicing).

Where to start

  • New to slicing: read vertical slicing, then the splitting playbook.
  • Refining a backlog: run the ready smell-test.

Was drin ist

Smells

  • The Iceberg

    A ticket that looks small on the surface but hides most of its work below the waterline, surfacing as surprise complexity mid-sprint.

  • The Siamese Twins

    Two tickets split on paper but so technically intertwined that neither can be built, demoed, or shipped on its own.

  • The Tapper

    A ticket written by one expert in such terse, context-free, solution-dictating terms that whoever picks it up cannot tell what done means and runs in circles.

  • The Boulder

    A ticket too big to finish, which sits on the board for weeks showing no progress because nothing smaller than the whole thing can reach done.

Techniques

  • INVEST

    Bill Wake's six-point checklist for a well-formed user story: Independent, Negotiable, Valuable, Estimable, Small, Testable.

  • Vertical slicing

    Slice a story as a thin increment cutting through every layer (UI, logic, data) to deliver demonstrable value, instead of by technical layer.

  • SPIDR

    Mike Cohn's five patterns for splitting a user story into vertical slices: Spike, Paths, Interfaces, Data, Rules.

  • Story-splitting patterns (Humanizing Work)

    Richard Lawrence's flow and nine patterns for splitting stories, built on a meta-pattern of finding the core complexity and slicing one complete path through it.

  • Elephant Carpaccio

    A team exercise (Cockburn and Kniberg) for practicing breaking a feature into many extremely thin vertical slices, each independently demonstrable.

  • Spike

    A timeboxed investigation whose only job is to buy enough knowledge to estimate or split an uncertain story.

  • Walking skeleton and contract-first

    Build a tiny end-to-end path linking the real components first, and agree interfaces up front so coupled work can proceed in parallel without hard blockers.

  • Three Amigos

    A short pre-development conversation among three perspectives (business, development, testing) to build shared understanding of a story before work starts.

  • Example Mapping

    Matt Wynne's 25-minute, four-card refinement technique that surfaces a story's rules, concrete examples, and open questions.

  • Definition of Ready

    An optional, team-owned agreement that a backlog item is understood enough to start; useful as a guideline, harmful as a rigid stage gate.

  • Backlog refinement

    The ongoing team activity of adding detail, order, and size to upcoming items so they become small, clear, and deliverable before a sprint.

Concepts

  • Planning fallacy

    The systematic tendency to underestimate the time, cost, and risk of one's own future tasks, even when past tasks ran long.

  • Cone of Uncertainty

    Estimate variability is widest at the start of work and narrows only as unknowns are resolved, not as time passes.

  • Curse of knowledge

    A cognitive bias where someone who knows something cannot imagine not knowing it, so they communicate as if the audience shares their hidden context.

  • Flow metrics

    Cycle time, throughput, WIP, and work item age, the lens that makes a stalled ticket visible before it is formally late.

  • Little's Law

    Average cycle time equals average WIP divided by average throughput; for a given throughput, more work in progress means each item takes longer.

  • Batch size

    The amount of work moved through the process in one increment; smaller batches reduce cycle time, risk, and variability.

Playbooks

  • The ready smell-test

    A yes/no checklist to run before a ticket reaches the board; a "no" is a prompt to talk, split, or send it back, not a veto.

  • Splitting a story

    A step-by-step for cutting a too-big or wrongly-sliced story into thin vertical slices that each deliver value.

References

  • INVEST in Good Stories, and SMART Tasks (Bill Wake)

    The 2003 article that coined the INVEST acronym and the vertical cake-slicing metaphor for user stories.

  • SPIDR: Five Simple but Powerful Ways to Split User Stories (Mike Cohn)

    Mike Cohn's canonical write-up of the five story-splitting patterns, with worked examples.

  • The Humanizing Work Guide to Splitting User Stories

    Richard Lawrence's widely used guide: a meta-pattern, nine patterns, a flowchart, and two tie-breaker rules.

  • Introducing Example Mapping (Matt Wynne, Cucumber)

    The originator's write-up of the four-card, 25-minute refinement technique.

  • The Curse of Knowledge (Harvard Business Review)

    Chip and Dan Heath on why experts write opaque instructions, including the tapper-and-listener study.

  • 4 Key Flow Metrics (Scrum.org)

    Scrum.org's definition of the four flow metrics and of Work Item Age as the leading indicator.


← Zurück

Deutsches Recht

Inhalt
  • The idea
  • The four smells and their cures
  • One root cause
  • Where to start
Deutsch