Sprint Cycle Time Scatter Slide Template
Cycle time scatter plot — one dot per closed item — with 50/85/95th percentile lines. Per Vacanti (Actionable Agile): use percentiles, never averages. The 85th percentile is the forecastable number.
Try in PlaygroundParameters
Example brief
Cycle time scatter with p50, p85, p95 reference lines.
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": "f2ac22e2-f916-5217-8828-5244f4d0299a",
"brief": "Cycle time scatter with p50, p85, p95 reference lines...."
}'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": "f2ac22e2-f916-5217-8828-5244f4d0299a",
"params": []
}'Tags
Related templates
Executive RAG Snapshot
One-slide leadership summary: big RAG status banner + 4 KPI tiles + key updates list. The 1-pager exec leadership wants weekly.
Executive Trend Card
Optional second slide for executive snapshot: prominent trend chart + 3-5 narrative bullets explaining the trend.
PI Feature Burnup
Per-epic / per-feature completion progress for the PI. Reuses ProgressBar; structurally similar to sprint_epic_progress but framed as PI-level features.
PI Predictability
Predictability achievement % per sprint with the canonical SAFe 80-100% target band shaded behind the line. Honest BV proxy: closed_points / total_points × 100. Target band signals when teams are inside the predictable zone.
Frequently asked questions
How do I render a Sprint Cycle Time Scatter slide?
Send a POST request to /v1/render with template "f2ac22e2-f916-5217-8828-5244f4d0299a" 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 Cycle Time Scatter template accept?
The Sprint Cycle Time Scatter template accepts: points, 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 Cycle Time Scatter slide in under 1 second. $3 free credit, no card required.