John Mavrick's Garden

Search IconIcon to open search

Last updated April 10, 2022

Ceremonies (Scrum)

Ceremonies in Scrum are a fancy word for the types of goal-oriented meetings to prepare for and reflect on work.

There are various types of Ceremonies presented.

Sprint Planning

A Ceremony done at the start of a Sprint, usually lasting a total 2 hours per planned week to set up success. See LDP/600 Resources/Sprints (Scrum). They are planned just enough to do work immediately.

Some core ideas that should be discussed are as follows.

Try not to include work that can is blocked by dependencies (e.g. requiring a sign off that you probably won’t get before or shortly after the Sprint starts), Also, setting priority on certain kinds of work.

Everything should be placed on the Backlog, which each item being clear and measurable. This can take the for of some Acceptance Criteria (a checklist of characteristics and satisfaction) or some Testing Note (guided, potentially automated testing).

Daily Stand-up (Scrums)

A personalized Ceremony done once per day (morning), usually lasting <15 minutes to inform everyone the current state of affairs. They should be light, fun, and informative, usually trying to answer the following questions:

To assist the process, one should consider having some kind of view that denotes any recently updated work as well as any issues.

It also makes people accountable of themselves and each other.

The Backlog is also adjusted as tasks are labeled as In-Progress and Done. Also see LDP/600 Resources/Kanban (Agile).

Iteration Review (Sprint Review)

A Ceremony done at the end of a sprint or milestone, usually lasting 60 minutes per sprinted week to showcase and demo work.

Retrospection

A Ceremony done at the end of the Sprint, usually lasting 45 minutes per sprinted week to analyze individual and team performance.

Some general questions to be asked during this time are the following:

Retrospections are not limited to the topic of Sprints. They can be focused on Stand-ups, Presentations, Board Management, Marketing, etc.

This reinforces the values of Agile, such that it favors

  • Individuals and interactions over processes and tools
  • Responding to change over following a plan

Source LDP/600 Resources/Agile Project Management Four agile ceremonies, demystified | Atlassian


Interactive Graph