Executive snapshot scoreboard
One-slide Q3 board update: headline metrics plus highlights, risks and asks
Try in PlaygroundExample brief
Create a one-slide Q3 2026 board update: ARR $48.2M up 22% YoY, EBITDA $5.36M beating plan by $160K, NRR 109% down 4 points, 21 months runway; highlights enterprise +31% and EU residency go-live; risks NRR slip and 2.1x pipeline coverage vs 3.0x target; asks $250K support automation and 2 AEs shifted to enterprise.
Render it
Brief path
curl -X POST https://api.slideforge.dev/v1/render/auto \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{ "brief": "Create a one-slide Q3 2026 board update: ARR $48.2M up 22% YoY, EBITDA $5.36M beating plan by $160K, NRR 109% down 4 poi" }'Structured intent (this template)
{
"pattern": "kpi_metrics",
"title": "Q3 beat plan on revenue and margin - renewal risk is the one red flag for Q4",
"subtitle": "Q3 2026 board update",
"metric_kind": "delta_scoreboard",
"layout_profile": "strip_4",
"metrics": [
{
"label": "ARR",
"value": "$48.2M",
"delta": {
"value": "+22% YoY",
"tone": "good"
},
"emphasis": "primary"
},
{
"label": "EBITDA",
"value": "$5.36M",
"delta": {
"value": "+$160K vs plan",
"tone": "good"
}
},
{
"label": "NRR",
"value": "109%",
"delta": {
"value": "-4pts QoQ",
"tone": "bad"
}
},
{
"label": "Cash runway",
"value": "21 mo",
"delta": {
"value": "stable",
"tone": "neutral"
}
}
],
"sections": [
{
"label": "Highlights",
"tone": "good",
"points": [
"Enterprise segment +31% - now 45% of ARR",
"EU data-residency program go-live confirmed Nov 15",
"SOC 2 Type II fieldwork complete"
]
},
{
"label": "Risks",
"tone": "bad",
"points": [
"NRR slipped 4pts on renewal friction in mid-market",
"Support load +18% QoQ on flat headcount",
"Q4 pipeline coverage 2.1x vs 3.0x target"
]
},
{
"label": "Asks",
"tone": "warn",
"points": [
"Approve $250K support-automation budget",
"Shift 2 AEs to enterprise pipeline generation",
"Board intro: 2 lighthouse logos in DACH"
]
}
],
"source_note": "Finance close + CRM, Oct 2026",
"takeaway": "Approve the two operational asks now - they close the Q4 coverage gap before it reaches revenue."
}Related templates
Bars vs target marker
Margin recovery is visible but three units are below target
Diverging variance bars
Cloud hosting and contractor spend offset hiring delay savings
Grouped comparison bars
Pipeline coverage is ahead of last year but below target in two regions
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Frequently asked questions
How do I render the Executive snapshot scoreboard template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render Executive snapshot scoreboard deterministically — editable PowerPoint in under a second.