Process4:3 - 5 slides
Sprint Retro
A five-slide sprint retrospective: what went well, what did not, what we are changing. Runs in 25 minutes.
Best for
Two-week sprint retros with a team of 4-8. The structure keeps the conversation moving and the action items visible.
Slide preview
Slide 1 - title
Sprint 42 Retro
- Facilitator
- Date
Slide 2 - content
What went well
- Shipped feature X on time
- On-call was quiet
- New hire ramped fast
Slide 3 - content
What did not
- Two incidents on Thursday
- PR review lag
- Scope creep on feature Y
Slide 4 - content
What we are changing
- Smaller PRs - target 300 lines
- Review SLA: 4 hours
- Trim Y to phase 2
Slide 5 - content
Action items
- Owner - task - due date
- Owner - task - due date
The template
The full deck JSON. Copy it, or open it directly in the visual slides editor to edit on a real tldraw canvas and export PPTX.
deck.json
{
"slug": "retro",
"name": "Sprint Retro",
"eyebrow": "Process",
"description": "A five-slide sprint retrospective: what went well, what did not, what we are changing. Runs in 25 minutes.",
"bestFor": "Two-week sprint retros with a team of 4-8. The structure keeps the conversation moving and the action items visible.",
"aspect": "4:3",
"accent": "#0a0a0a",
"slides": [
{
"title": "Sprint 42 Retro",
"bullets": [
"Facilitator",
"Date"
],
"layout": "title"
},
{
"title": "What went well",
"bullets": [
"Shipped feature X on time",
"On-call was quiet",
"New hire ramped fast"
],
"layout": "content"
},
{
"title": "What did not",
"bullets": [
"Two incidents on Thursday",
"PR review lag",
"Scope creep on feature Y"
],
"layout": "content"
},
{
"title": "What we are changing",
"bullets": [
"Smaller PRs - target 300 lines",
"Review SLA: 4 hours",
"Trim Y to phase 2"
],
"layout": "content"
},
{
"title": "Action items",
"bullets": [
"Owner - task - due date",
"Owner - task - due date"
],
"layout": "content"
}
]
}