Gauge ScoreThreshold explanation gauge

Threshold explanation gauge

Maturity score with explained red/amber/green bands.

Try in Playground
Threshold explanation gauge slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Gauge Score
Output
.pptx + PDF + PNG

Example 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

Structured intent — create_slide payload

Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.

{
  "form": "gauge_score",
  "variant": "threshold_explanation_gauge",
  "headline": "Security control maturity sits in the Defined band, two levels below the 2026 target",
  "context": "Enterprise cyber program assessment",
  "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.",
  "data": {
    "score_value": 58,
    "score_display": "58",
    "score_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"
      }
    }
  }
}

cURL (REST)

curl -X POST https://api.slideforge.dev/v1/render/intent \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{"form":"gauge_score","variant":"threshold_explanation_gauge","headline":"Security control maturity sits in the Defined band, two levels below the 2026 target","context":"Enterprise cyber program assessment","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.","data":{"score_value":58,"score_display":"58","score_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"}}}}'

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.

Threshold explanation gauge Slide Template | SlideForge | SlideForge (slideforge.dev)