reportingagiledata-heavy

Sprint Cumulative Flow Slide Template

Per-day cumulative flow stacked area for the sprint: Done growing, Outstanding shrinking. Per CFD convention — widening Outstanding band signals work piling up. Single-project only (workspace mode skips, per the same rationale as burndown).

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

Parameters

Parameter
Description
day_labels
Day labels (Day 1..N)
series
Stacked series — typically [{name:Done, values:[...]},{name:Outstanding, values:[...]}]
subtitle
{"type":"str","required":false}

Example brief

15-day CFD showing Done area growing daily as Outstanding shrinks.

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": "9d2f2b3e-672b-5396-8038-741dff6ec821",
    "brief": "15-day CFD showing Done area growing daily as Outstanding shrinks...."
  }'

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": "9d2f2b3e-672b-5396-8038-741dff6ec821",
  "params": []
}'

Tags

sprintcfdcumulative-flowagilereporting

Related templates

Frequently asked questions

How do I render a Sprint Cumulative Flow slide?

Send a POST request to /v1/render with template "9d2f2b3e-672b-5396-8038-741dff6ec821" 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 Cumulative Flow template accept?

The Sprint Cumulative Flow template accepts: day_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 Cumulative Flow slide in under 1 second. $3 free credit, no card required.