Sprint Status Dashboard Slide Template
6 KPI metrics arranged in a 3+3 grid showing iteration/sprint performance: velocity, completion, cycle time, defect rate, team size, and more. Each metric has a large value, label, and optional trend indicator. Best for sprint reviews, weekly standups, iteration reports.
Try in PlaygroundParameters
Example brief
Sprint 152: 40 items (14 closed), velocity 58 points, median cycle time 1.7 days, 10 engineers, 15% defect rate. Velocity up 12% from last sprint.
API example
With a brief (async, $0.05)
curl -X POST https://api.slideforge.dev/v1/render \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "6d0b935d-f9e0-5054-b676-1c9e897eace2",
"brief": "Sprint 152: 40 items (14 closed), velocity 58 points, median cycle time 1.7 days..."
}'With structured params (sync, $0.03)
curl -X POST https://api.slideforge.dev/v1/render \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "6d0b935d-f9e0-5054-b676-1c9e897eace2",
"params": {
"title": "Sprint 152 — Executive Dashboard",
"subtitle": "BOOSTR | Mar 30 – Apr 16, 2026",
"metrics": [
{
"value": "40",
"label": "Items in Sprint",
"trend": "+5",
"trend_dir": "up"
},
{
"value": "14",
"label": "Completed",
"trend": "+3",
"trend_dir": "up"
},
{
"value": "58 pts",
"label": "Velocity",
"trend": "+12%",
"trend_dir": "up"
},
{
"value": "1.7d",
"label": "Median Cycle Time",
"trend": "-0.3d",
"trend_dir": "up"
},
{
"value": "10",
"label": "Active Engineers"
},
{
"value": "15%",
"label": "Defect Rate",
"trend": "+2%",
"trend_dir": "down"
}
],
"takeaway": "Velocity up 12% from last sprint — strong execution on Content Management and Catalogue epics."
}
}'Tags
Related templates
Dashboard
Grid of KPI cards with metrics, trend indicators, and mini progress bars. The executive 'war room' slide. Each widget shows a label, primary value, change indicator, and optional progress bar. Adapts to 4-9 widgets. Best for executive summaries, monthly reviews, and status dashboards.
KPI Dashboard
Grid of 2-6 KPI metrics with large numbers, labels, and optional trend indicators. Optional takeaway banner at bottom. Best for quarterly reviews, performance snapshots, executive scorecards.
Maturity Results
Maturity assessment results dashboard with a left-side scorecard table (dimensions, current scores, target scores) and a right-side radar/spider chart showing current vs target overlay. Standard consulting visual for capability assessments and gap analysis.
Metric With Context
Split layout with 1-3 KPI metrics on the left and narrative context or analysis on the right. Combines data and storytelling.
Frequently asked questions
How do I render a Sprint Status Dashboard slide?
Send a POST request to /v1/render with template "6d0b935d-f9e0-5054-b676-1c9e897eace2" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.
What data does the Sprint Status Dashboard template accept?
The Sprint Status Dashboard template accepts: title, subtitle, metrics, takeaway. Supports 3-6 items. See the parameter reference below for details.
Can I customize the colors and fonts of this template?
Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.
Try this template
Render a Sprint Status Dashboard slide in under 1 second. $3 free credit, no card required.