metricsmanagementdata-heavy

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 Playground
Sprint Status Dashboard slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
36
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
Slide title (e.g. 'Sprint 152 — Executive Dashboard')
subtitle
Period label (e.g. 'Mar 30 – Apr 16, 2026')
metrics
KPI metrics to display in a 3+3 grid
takeaway
Bottom insight (e.g. 'Velocity trending up — team hitting stride')

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

sprintiterationvelocityagilescrumkanbanweeklystatuskpiteamstandupreport

Related templates

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.