Threshold explanation gauge
Maturity score with explained red/amber/green bands.
Try in PlaygroundExample brief
Show our enterprise security control maturity at 58 out of 100, which lands in the 'Defined' band, against a 2026 target of 80. Explain each of the four maturity bands from 'Reactive' to 'Optimized' so the audience understands what the score actually means.
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": "Show our enterprise security control maturity at 58 out of 100, which lands in the 'Defined' band, against a 2026 target" }'Structured intent (this template)
{
"pattern": "gauge_score",
"title": "Security control maturity sits in the Defined band, two levels below the 2026 target",
"subtitle": "Enterprise cyber program assessment",
"variant": "threshold_explanation_gauge",
"score": {
"value": 58,
"min": 0,
"max": 100,
"display": "58",
"label": "Control maturity"
},
"scale": {
"zones": [
{
"from": 0,
"to": 35,
"label": "Reactive",
"tone": "bad",
"desc": "Ad-hoc controls, no consistent ownership or evidence."
},
{
"from": 35,
"to": 65,
"label": "Defined",
"tone": "warn",
"desc": "Documented controls exist but coverage and testing are uneven."
},
{
"from": 65,
"to": 85,
"label": "Managed",
"tone": "good",
"desc": "Controls are measured, tested, and centrally governed."
},
{
"from": 85,
"to": 100,
"label": "Optimized",
"tone": "good",
"desc": "Continuous, automated assurance with proactive threat response."
}
],
"target": {
"value": 80,
"label": "2026 target"
}
},
"caution": "Maturity is self-assessed; an external audit may revise the score downward.",
"takeaway": "Prioritize evidence automation and control testing to reach the Managed band before the 2026 audit."
}Frequently asked questions
How do I render the Threshold explanation gauge 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 Threshold explanation gauge deterministically — editable PowerPoint in under a second.