What is a retrospective? The complete guide for teams
A retrospective is a recurring meeting where a team looks back at a period of work — usually a sprint, project, or milestone — to discuss what went well, what didn't, and what to change next. The output is not a document; it is a short list of concrete improvements the team commits to trying. Run regularly, retrospectives are the mechanism by which teams get better on purpose instead of by accident.
Where retrospectives come from
The practice predates the word. Norm Kerth's 2001 book Project Retrospectives formalized the idea of structured project reviews and gave the community its most famous sentence — the Prime Directive:
Regardless of what we discover, we understand and truly believe that everyone did the best job they could, given what they knew at the time, their skills and abilities, the resources available, and the situation at hand.
The same year, the Agile Manifesto baked the habit into its twelfth principle: "At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly." Scrum turned that principle into a named event — the sprint retrospective — that closes every sprint.
The word itself is just Latin: retrospectare, "to look back." Teams shorten it to retro.
Retrospective vs. review vs. post-mortem
These three get mixed up constantly. They answer different questions:
| Meeting | Inspects | Question it answers | Who attends |
|---|---|---|---|
| Sprint review | The product | Did we build the right thing? | Team + stakeholders |
| Retrospective | The process and team | Are we working the right way? | The team only |
| Post-mortem | A specific incident | What caused this and how do we prevent it? | Everyone involved in the incident |
The review improves the output. The retrospective improves the system that produces the output. A post-mortem is essentially a retrospective scoped to one painful event — the facilitation techniques are the same.
Why retrospectives matter
A team that never reflects repeats its mistakes at whatever speed it works. The retrospective is the deliberate counterweight, and it earns its meeting slot in four ways:
- Problems surface while they're still small. A two-day code review backlog gets discussed in week two, not in the exit interview six months later.
- Improvement becomes explicit work. "We should communicate better" is a wish. "Sam owns adding a 24-hour review SLA, due Friday" is a change.
- The quiet signal gets through. With techniques like silent writing and anonymous cards, the observation of the least loud person carries the same weight as everyone else's.
- The team owns its own process. Changes the team chooses stick; changes imposed from outside get quietly reverted. Retros are where that choosing happens.
There's a compounding effect here. One retro produces a small improvement. Twenty-six retros a year — the cadence of two-week sprints — produce a team that is meaningfully different from the one that started.
The five phases of a retrospective
Most well-run retros follow the structure popularized by Esther Derby and Diana Larsen in Agile Retrospectives:
- Set the stage (5 min). Frame the goal, restate the Prime Directive if needed, and get every voice in the room once — even with a one-word check-in or a quick icebreaker question.
- Gather data (10 min). Collect observations about the period, usually by writing cards onto a shared board. Silent, private writing beats open discussion here: it prevents the first loud opinion from anchoring everyone.
- Generate insights (15 min). Group related cards, vote on what matters most, and dig into the top themes. The question shifts from what happened to why it happened.
- Decide what to do (15 min). Turn the top insights into a small number of concrete action items — each with an owner and a due date. Two or three done beats ten forgotten.
- Close (5 min). Review the commitments, appreciate the honest input, and note how the retro itself could improve.
For a deeper walkthrough with exact timings and facilitation tactics, see the full guide on how to run a sprint retrospective.
Popular retrospective formats
The five phases stay constant; the format changes what prompts the team writes against. Rotating formats keeps the signal fresh:
| Format | Columns | Best when |
|---|---|---|
| Start, Stop, Continue | Start / Stop / Continue | You want decisions and behavior changes |
| Went Well / To Improve | 2 columns | You want the simple, reliable default |
| Rose, Bud, Thorn | Rose / Bud / Thorn | The team needs reflection and optimism, not just problem-hunting |
| 4Ls | Liked / Learned / Lacked / Longed for | Milestone or end-of-quarter reviews |
| Sailboat | Wind / Anchors / Rocks / Island | Visual thinkers; goal-oriented teams |
| Mad, Sad, Glad | 3 emotion columns | A rough sprint where feelings need airtime first |
| Lean Coffee | No preset columns | Mature teams that want to set their own agenda |
You can browse all of these with examples and facilitation guides in the retrospective template library.
How often and how long?
Scrum's answer: once per sprint, timeboxed to a maximum of three hours for a one-month sprint and proportionally less for shorter ones. In practice, most teams converge on:
| Sprint length | Typical retro length |
|---|---|
| 1 week | 30–45 minutes |
| 2 weeks | 45–60 minutes |
| 1 month | 90 minutes – 3 hours |
| No sprints (Kanban/flow) | 45–60 minutes, monthly |
Regularity beats duration. A crisp 45-minute retro every two weeks compounds; a three-hour quarterly reflection marathon gets postponed twice and then cancelled. For your exact sprint length and team size, the retrospective timebox calculator splits the total into a minute-by-minute agenda across the five phases.
Common retrospective mistakes
Most "retros don't work for us" stories trace back to a few patterns:
- No follow-through. Action items are written, never reviewed, and die in a doc. Fix: open every retro by checking the previous items' status — visibly.
- The complaint ceiling. The team vents the same frustrations sprint after sprint because the real blockers sit outside its control. Fix: split themes into we control this and we can only escalate this, and actually escalate the second pile.
- Loudest-voice bias. Open discussion from minute one means the agenda belongs to whoever speaks first. Fix: silent writing and blind voting before any debate.
- Blame theater. Retros that put individuals on trial produce silence, not honesty. Fix: the Prime Directive, anonymous cards, and a facilitator willing to redirect.
- Format fatigue. The same three columns for a year turns reflection into ritual. Fix: rotate formats every few sprints.
- Manager surveillance. If people believe what they say will surface in a performance review, they stop saying it. Fix: the retro belongs to the team; share outcomes, not transcripts.
Do remote and async teams run retrospectives differently?
The structure survives distance well — what changes is the tooling. Remote teams replace the wall of sticky notes with an online retro board; distributed teams across time zones often split the meeting: cards are added asynchronously over a day or two, then a short live session covers only voting, discussion, and decisions.
Two things matter more remotely than in person: hidden input (on a shared screen, everyone sees the first cards and anchors on them — unless the board hides cards during writing) and explicit facilitation (timers and phases do the work that body language does in a room). The full playbook — including a day-by-day async format — is in the remote and async retrospectives guide.
Key takeaways
- A retrospective is a recurring team meeting for improving how the team works — distinct from a review, which inspects what was built.
- The reliable structure is five phases: set the stage, gather data, generate insights, decide, close.
- Output is two or three owned action items, reviewed at the next retro — not a list of ten wishes.
- Formats are interchangeable lenses; rotate them. Cadence and follow-through are what compound.
Frequently asked questions
What is a retrospective in simple terms?+
A retrospective is a recurring meeting where a team looks back at a period of work, discusses what went well and what did not, and agrees on specific changes to try next. The goal is continuous improvement — small, regular adjustments instead of big painful overhauls.
What is the difference between a retrospective and a review?+
A review (like a sprint review) inspects the product — what was built — usually with stakeholders. A retrospective inspects the process and the team — how the work happened. Reviews improve the output; retrospectives improve the system that produces it.
How often should a team run retrospectives?+
Scrum teams run one at the end of every sprint, typically every two weeks. Non-sprint teams commonly run them monthly, or after milestones and incidents. Frequency matters less than regularity — improvement compounds when the loop is consistent.
How long should a retrospective be?+
A common rule of thumb is 45–60 minutes for a two-week sprint with a team of 5–9 people. Scrum caps the sprint retrospective at three hours for a one-month sprint, proportionally shorter for shorter sprints.
Run your next retro on FocusRetro
Free forever plan, guests join from a link with no accounts, and action items that are still alive next sprint.
Start a retro freeNo credit card required
Keep reading
How to run a sprint retrospective (step-by-step guide)
A step-by-step sprint retrospective guide: the 5-phase agenda, exact timings for a 60-minute session, facilitation tactics, remote tips, and common failure modes.
Scrum ceremonies in order: the 4 agile ceremonies and how to run them
The 4 scrum ceremonies in order — sprint planning, daily standup, sprint review, retrospective — with timeboxes, attendees, anti-patterns, and a sprint timeline.
Remote and async retrospectives: a practical guide
How to run retrospectives for remote, hybrid, and distributed teams — including async formats that work across time zones without a live meeting.
Start, Stop, Continue retrospective template
The fastest way to turn team feedback into concrete behavior changes.
Rose, Bud, Thorn retrospective template
A gentle, visual format that surfaces wins, problems, and untapped opportunities.