Ceremonies at a Glance
Done well, ceremonies are short, purposeful, and energising. Done poorly, they are the meetings people dread.
Sprint Planning
โฑ 2 hours per week of Sprint ยท whole Scrum Team. Three questions: Why is this Sprint valuable? What can be Done? How will the work get done?
Sprint Goal format: We will [achieve outcome] by [delivering what] so that [stakeholder benefit]. Example: "We will reduce checkout abandonment by delivering the saved cart feature so that returning users can complete purchases without re-entering items." Capacity planning: Available = (team size ร sprint days) โ (leave + ceremonies + overhead) Target = available capacity ร 0.75โ0.80
Definition of Ready checklist
โ User story written and understood by the team โ Acceptance criteria defined and agreed โ Dependencies identified and resolved (or plan in place) โ Sized / estimated by the team โ UI/UX designs available (if applicable) โ Test approach agreed
Daily Standup
โฑ 15 minutes ยท daily ยท Developers
Three questions: 1. What did I complete yesterday toward the Sprint Goal? 2. What will I work on today toward the Sprint Goal? 3. Is anything blocking me?
Backlog Refinement
โฑ โค10% of Sprint capacity ยท PO + Developers
Story splitting patterns
| Pattern | Example |
|---|---|
| By workflow step | "User registers" โ "Enter details" + "Verify email" |
| By user role | "Admin exports data" + "User exports data" |
| By data type | "Search by name" + "Search by email" + "Search by date" |
| By happy/unhappy path | "Login succeeds" + "Login fails (wrong password)" |
| By CRUD | "View report" + "Edit report" + "Delete report" |
| By spike | "Research payment providers" + "Implement chosen provider" |
Sprint Review
โฑ 1 hour per week of Sprint ยท Scrum Team + stakeholders
Sprint Retrospective
โฑ 45 min per week of Sprint ยท Scrum Team only
Retrospective formats
What should we start doing?
What should we stop doing?
What should we continue doing?
What did you Like?
What did you Learn?
What did you Lack?
What did you Long for?
๐จ Wind โ what's helping us go faster?
โ Anchors โ what's slowing us down?
๐ชจ Rocks โ what risks lie ahead?
๐ Island โ what's our goal?
๐ What frustrated you?
๐ What disappointed you?
๐ What made you happy or proud?
Improvement action template: Improvement: [what will change] Owner: [person responsible] Success looks like: [how we'll know it worked] Review at: [next retro / specific date]
Facilitation Tips
| Tip | Detail |
|---|---|
| Start and end on time | Respects the timebox; signals meetings are efficient |
| Psychological safety | What's said in the retro room stays in the retro room |
| Use a parking lot | Note off-topic items; handle them after with the right people |
| Rotate facilitation | Builds team ownership; prevents fatigue |
| Time ceremonies well | Short ones (standup, retro) โ morning; long ones (planning) โ after a break |
| Remote: use async tools | Miro / Mural / EasyRetro for visual, collaborative boards |
Templates
Ready-to-use templates in /docs/templates/
| Template | File |
|---|---|
| Sprint Planning agenda | sprint-planning-agenda.md |
| Definition of Ready checklist | definition-of-ready.md |
| Sprint Goal canvas | sprint-goal-canvas.md |
| Retro: Start / Stop / Continue | retro-start-stop-continue.md |
| Retro: 4Ls | retro-4ls.md |
| Retro: Sailboat | retro-sailboat.md |
| Improvement action tracker | improvement-tracker.md |
Anti-Patterns
| Ceremony | Anti-Pattern | Fix |
|---|---|---|
| Sprint Planning | No Sprint Goal defined | Spend first 30 min agreeing the goal before selecting items |
| Sprint Planning | Over-committing capacity | Target 75โ80% of available capacity; leave buffer |
| Daily Standup | Status update to manager | Walk the board; team coordinates with team |
| Daily Standup | Running over 15 min | Park all discussions; hold them after with relevant people only |
| Refinement | Skipped until Sprint Planning | Refine weekly; items must be Ready before Planning |
| Refinement | Estimating without understanding | Clarify before estimating; "?" is a valid answer |
| Sprint Review | PowerPoint presentation | Show working software; invite stakeholders to interact |
| Sprint Review | Only developers attend | Stakeholders must be present to give meaningful feedback |
| Retrospective | No actions committed | End every retro with 1โ3 owned improvements in the Sprint Backlog |
| Retrospective | Same format every Sprint | Rotate formats to keep energy and honesty fresh |
| All ceremonies | Same person always facilitates | Rotate facilitation to build team ownership |