reportingagiledata-heavy

Sprint Velocity History Slide Template

Velocity trend across last N sprints with 3-sprint rolling average overlay. Per agile reporting convention — never extrapolate beyond ~3 sprints, never use as a productivity metric.

Try in Playground
Sprint Velocity History slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
labels
Sprint labels
series
Two series: {name:Velocity (pts), values:[...]} + {name:3-sprint avg, values:[...], style:dashed, no_dots:true}
subtitle
{"type":"str","required":false}

Example brief

Velocity per sprint over last 5 sprints with rolling 3-sprint average line.

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": "99893892-6bf4-58c4-b36e-fcdf71b3aa1a",
    "brief": "Velocity per sprint over last 5 sprints with rolling 3-sprint average line...."
  }'

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": "99893892-6bf4-58c4-b36e-fcdf71b3aa1a",
  "params": []
}'

Tags

sprintvelocitytrendrolling-averageagilereporting

Related templates

Frequently asked questions

How do I render a Sprint Velocity History slide?

Send a POST request to /v1/render with template "99893892-6bf4-58c4-b36e-fcdf71b3aa1a" 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 Velocity History template accept?

The Sprint Velocity History template accepts: labels, series, subtitle. 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 Velocity History slide in under 1 second. $3 free credit, no card required.