Intermediate Listening #agile #scrum #planning

Sprint Planning & Retrospectives

Read 3 transcripts from Agile ceremonies — sprint planning sessions and a retrospective. Answer comprehension questions and learn the vocabulary of software delivery.

Core Agile ceremony vocabulary
  • Sprint planning: the team selects stories from the backlog and commits to delivering them in the sprint
  • Sprint review: the team demos what was delivered to stakeholders
  • Retrospective (retro): the team reflects on process and agrees improvements
  • Definition of Done (DoD): the checklist a story must pass to be "done"
0 / 3 completed
1 / 3
📄 Transcript
[Sprint Planning Meeting — Day 1 of Sprint]
Product Owner (Lisa): "OK, we've got 34 points of capacity this sprint. Let's walk through the backlog. First up: user-story US-47 — 'As a user, I want to reset my password via email.' Eight points. Any questions before we commit?"
Dev Lead (Tom): "I have a concern. The current email service is rate-limited. If we get a lot of password resets at once, we might hit the limit. Should we add a task for graceful error handling?"
Lisa: "Good catch. Let's add a subtask. Dev team — what's the estimate for the error handling?"
Developer (Raj): "Two points, maybe three."
Lisa: "Let's say three. So US-47 is now eleven points. That still fits. Moving on — US-52: 'Add dark mode support.' Thirteen points. Who wants this one?"
Frontend Dev (Mia): "I can take it. I already did a spike on it last sprint — we'll use CSS custom properties without a new library."
Lisa: "Perfect. That leaves ten points. US-61: 'Fix pagination on the search results page.' Five points and US-68: 'Migrate user avatars to CDN.' Five points. Can we fit both?"
Tom: "Yes — those are small and independent. I'd do pagination first since it's been in the backlog four sprints."
What was the concern Tom raised about US-47, and how was it resolved?