Critical Path
Dan Sunil monogram
Back to library
Abstract kanban board with cards arranged in columns
Flow

Backlog → In progress → Review → Done

Agile & Scrum

Scrum Ceremonies: Purpose, Timebox and Agenda

The five Scrum events, what each one is protecting against, the official timeboxes, and a usable agenda for every session.

9 min readPractitioner#scrum ceremonies#sprint planning#retrospective#daily scrum
On this page

"Ceremonies" is the everyday word for what the Scrum Guide calls events: sprint planning, the daily scrum, the sprint review, the sprint retrospective, and the sprint itself as the container holding the rest. Backlog refinement is not an official event but is an ongoing activity most teams schedule as one.

Each event exists to create a decision point and to make inspection possible without adding extra meetings. Run them without knowing which decision each one produces and you get four hours a week of narration.

The events at a glance

EventTimebox (2-week sprint)Decision it producesWho attends
Sprint planningUp to 4 hoursThe sprint goal and the forecast that fits capacityWhole Scrum team
Daily scrum15 minutesToday's plan and what needs unblockingDevelopers (PO/SM optional)
Sprint reviewUp to 2 hoursWhether the increment is accepted and how the backlog changesTeam plus stakeholders
Sprint retrospectiveUp to 90 minutesAt most three process changes, with ownersWhole Scrum team
Backlog refinement~10% of capacityWhich items are Ready for a future sprintPO plus developers

Sprint planning

Planning answers why this sprint is valuable, what can be done, and how the work will start. Do it in that order: agree the goal before selecting items, or the sprint becomes a shopping list with no theme.

  1. 1Capacity first — days available x hours per day x a focus factor of 0.6 to 0.8.
  2. 2Reference velocity — the three-sprint average delivered, not the best sprint ever.
  3. 3Sprint goal — one outcome, stated before any item is pulled in.
  4. 4Walk candidate items, confirm acceptance criteria exist, and defer anything unready.
  5. 5Stop committing when net capacity is full, then name the risks and dependencies with owners.

Daily scrum

Fifteen minutes, same time, same place, for the developers to re-plan the next day's work against the sprint goal. It is not a status report to a manager: the moment it becomes one, people start reporting activity instead of raising blockers.

  • Walk the board right to left, so the closest-to-done work is unblocked first.
  • Raise blockers, do not solve them — take the debugging conversation afterwards with the two people who need it.
  • If someone has nothing to say three days running, their work is either invisible or too large.

Sprint review

A working session, not a presentation. Stakeholders see the increment running, ask questions and influence what comes next. Slides about work rather than the work itself are the clearest sign the increment is not actually done.

  • Demonstrate only items meeting the Definition of Done — partly finished work is not reviewable.
  • Restate the sprint goal first, then show whether it was met.
  • Capture backlog changes live, so the review actually feeds the next planning session.

Sprint retrospective

Bring data — committed versus delivered, carry-over, unplanned work added, escaped defects — then gather observations in silence before discussing anything. Group into themes, find a cause you can change, and agree at most three actions with owners and due dates.

Backlog refinement

Refinement is the pressure valve for everything else. Around 10% of capacity spent adding acceptance criteria, splitting oversized stories and answering open questions is what lets planning finish in two hours instead of four.

SymptomCeremony at faultFix
Planning overruns every sprintRefinementRefine ahead of planning; enforce a Definition of Ready
Carry-over is normalPlanningPlan against net capacity and split stories smaller
Blockers surface days lateDaily scrumWalk the board right to left; raise, do not solve
Stakeholders surprised at releaseReviewDemo the running increment every sprint, not a status deck
Same problems every sprintRetrospectiveCap at three actions with owners; review them first next time

PMI standard templates for each ceremony

  • Sprint planning template and capacity calculator — /templates/sprint-planning
  • User story template with Given/When/Then acceptance criteria — /templates/user-story
  • Sprint retrospective facilitation sheet and action log — /templates/sprint-retrospective

PMI standard templates for this topic

Editable Word and print-ready PDF downloads — no sign-up required.

  • Stakeholder register template →A PMI standard stakeholder register and engagement plan template: power/interest grid, current versus target stance, and the channel and cadence for every group.
  • Sprint planning template →A PMI standard sprint planning template with a capacity calculator, a Definition of Ready check, a two-hour agenda and a worked example of a commitment that fits.
  • User story template →A PMI standard user story template with Given/When/Then acceptance criteria, an INVEST check, a fully worked example and the six patterns for splitting a story that is too big.
  • Sprint retrospective template →A PMI standard sprint retrospective template with a 90-minute facilitation script, the data to bring, five session formats, and an action log that limits you to three changes.
Skip the blank page

The PM Delivery Toolkit turns everything in this guide into fill-in templates — $25, one payment.

See the toolkit
Free tips

Get five PM habits that quietly save projects

Baselines, critical path discipline, RAID logs that people read, range estimating and status packs sponsors act on — sent straight to your inbox, free.

One email, no spam, unsubscribe any time.

Share LinkedIn

Discussion

Share how you applied this in practice, ask a question, or add a tip for other readers.

Loading comments…