By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
(Scrum Guide 2020 Edition)
The Sprint Retrospective is your team’s post-mortem without the bodies—a structured, blameless autopsy of the last Sprint to find one or two actionable improvements for the next one. The Scrum Guide 2020 calls it "an opportunity for the Scrum Team to inspect itself and create a plan for improvements to be enacted during the next Sprint."
Why it matters in production:- Without it, you’re flying blind. Teams that skip Retrospectives (or treat them as "venting sessions") repeat the same mistakes—missed deadlines, technical debt snowballs, and morale crashes.- It’s your only built-in "process kaizen" mechanism. Unlike daily standups (which focus on today), the Retro is where you fix the system, not just the symptoms.- Real-world scenario: You’re a DevOps team deploying microservices to Kubernetes. Your last Sprint had: - 3 rollback incidents due to flaky CI/CD pipelines. - 2 engineers wasted 4 hours each manually scaling pods because HPA wasn’t configured. - A critical security patch missed because "someone forgot to check the CVE feed." The Retro is where you turn these into: - "Add a canary deployment stage to the pipeline." - "Automate HPA scaling for all stateless services." - "Add a CVE check to the Definition of Done."
If you ignore Retrospectives:- Your velocity stagnates (or drops) because you’re not removing friction.- Technical debt accumulates like credit card interest.- Your team burns out from the same avoidable frustrations.
Goal: Create psychological safety.Script:
"This is a blame-free zone. We’re here to improve our process, not point fingers. What’s said here stays here. Let’s focus on systems, not people."
Pro Tip:- For remote teams, use a fun icebreaker (e.g., "What’s one thing that made you smile this Sprint?").- If the team is new to Retros, explain the format upfront (e.g., "We’ll use the Sailboat technique").
Goal: Collect facts, not opinions.Techniques:1. Timeline Exercise (for complex Sprints): - Draw a timeline of the Sprint. - Mark key events (e.g., "Day 3: Prod outage due to misconfigured IAM role"). - Ask: "What patterns do we see?"
Production Insight:- If the team struggles to recall events, bring data (e.g., "Our cycle time increased by 20% this Sprint—why?").
Goal: Find root causes, not symptoms.Technique: The 5 WhysExample:1. "Why did the deployment fail?" → "The IAM role was missing permissions." 2. "Why was the IAM role missing permissions?" → "We didn’t test it in staging." 3. "Why didn’t we test it in staging?" → "Staging was broken for 2 days." 4. "Why was staging broken?" → "We don’t have automated tests for our infra-as-code." 5. "Why don’t we have automated tests?" → "We never prioritized it."
Actionable Improvement:
"Add automated Terratest for all IAM roles in the pipeline."
Pro Tip:- Use sticky notes (physical or digital) to cluster similar issues.- Avoid "fixing" in this step—just identify problems.
Goal: Pick 1-2 actionable improvements.Rules:- Must be SMART (Specific, Measurable, Achievable, Relevant, Time-bound).- Must have an owner (e.g., "Alice will add Terratest by next Sprint").- Must be small (e.g., "Add a canary stage" vs. "Rewrite the entire CI/CD pipeline").
Example Action Items:| Improvement | Owner | Success Metric | Deadline | |-------------------------------|-----------|----------------------------------------|--------------------| | Add Terratest to IAM roles | Alice | 100% of IAM roles tested in pipeline | Next Sprint | | Automate HPA scaling | Bob | 0 manual scaling incidents | Next Sprint | | Add CVE check to DoD | Charlie | 0 critical CVEs in production | Next Sprint |
Production Insight:- If the team can’t agree, vote (e.g., dot voting).- Avoid "process for process’s sake" (e.g., "Let’s do more standups"—this doesn’t fix anything).
Goal: End on a positive note.Script:
"What’s one thing you’re taking away from this Retro?" "Let’s thank each other for the hard work this Sprint."
Pro Tip:- Take a photo of the whiteboard (or save the MIRO board) for reference.- Schedule the next Retro (same time, same place).
Goal: Ensure improvements actually happen.Checklist:- [ ] Review action items in the next Sprint Planning.- [ ] Add them to the Sprint Backlog (e.g., "Implement Terratest" as a PBI).- [ ] Retro the Retro (e.g., "Did our improvements work? What should we change about the Retro format?").
Why? The PO is part of the team and often blocks improvements.
"What is the primary purpose of the Sprint Retrospective?"
Trap: "To improve the product"—Retros are about process, not the product.
"How many action items should come out of a Retrospective?"
Why? More than 2 = nothing gets done.
"What should you do if the team can’t agree on an improvement?"
Trap: "Skip it"—this leads to recurring problems.
"When should you review past Retro action items?"
Your team’s last Sprint had: - 2 production incidents due to misconfigured IAM roles.- 3 PRs took >2 days to review because reviewers were "too busy." - The PO complained that "the team isn’t delivering fast enough."
Run a 30-minute Retro (on paper or in MIRO) and come up with 1-2 actionable improvements.
Format: Sailboat Retro 1. Wind (Accelerators): - "We paired on the Terraform refactor—it went smoothly." 2. Anchors (Drag): - "IAM roles keep breaking in prod." - "PR reviews take too long." - "PO says we’re too slow." 3. Rocks (Risks): - "If we keep having IAM issues, we’ll get breached." - "If PRs take 2+ days, we’ll miss deadlines."
Action Items:| Improvement | Owner | Success Metric | Deadline | |-------------------------------|-----------|----------------------------------------|--------------------| | Add Terratest to IAM roles | Alice | 0 IAM-related incidents | Next Sprint | | Enforce PR review SLA (24h) | Bob | 90% of PRs reviewed within 24h | Next Sprint |
Why it works:- Specific: Terratest and PR SLAs are measurable.- Owned: Alice and Bob are accountable.- Small: Can be done in one Sprint.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.