structuremanagementdata-heavy

Maturity Assessment Slide Template

SplitView: MaturityModel component (current vs target dots across capability dimensions) on the left, qualitative insights/gaps bullet list on the right. Supports built-in presets (CMMI 5-level, COBIT 6-level, NIST 4-level). Best for transformation diagnostics, capability reviews, digital maturity scorecards, and post-assessment board presentations.

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

Parameters

Parameter
Description
title
Slide title
use_preset
'cmmi' | 'cobit' | 'nist'
dimensions
{"type":"list","min":3,"max":8,"required":true,"items":{"label":{"type":"str","required":true}}}
assessments
{"type":"list","min":3,"max":8,"required":true,"items":{"dimension":{"type":"str","required":true},"current":{"type":"int","required":true},"target":{"type":"int","required":false},"notes":{"type":"str","required":false}}}
insights
{"type":"list","min":2,"max":5,"required":true,"items":{"label":{"type":"str","required":true}}}
takeaway
{"type":"str","required":false}

Example brief

Digital transformation maturity: Strategy current=1 target=3, Data current=2 target=4, People current=1 target=3, Tech current=3 target=4, Operating Model current=2 target=3. CMMI scale.

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": "b5239d3c-3054-55a9-a1a8-b390423d3103",
    "brief": "Digital transformation maturity: Strategy current=1 target=3, Data current=2 tar..."
  }'

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": "b5239d3c-3054-55a9-a1a8-b390423d3103",
  "params": {
    "title": "Digital transformation: 4 of 5 capabilities need 2+ level uplift",
    "use_preset": "cmmi",
    "dimensions": [
      {
        "label": "Strategy & Governance"
      },
      {
        "label": "Data & Analytics"
      },
      {
        "label": "People & Skills"
      },
      {
        "label": "Technology Platform"
      },
      {
        "label": "Operating Model"
      }
    ],
    "assessments": [
      {
        "dimension": "Strategy & Governance",
        "current": 1,
        "target": 3,
        "notes": "Board alignment pending"
      },
      {
        "dimension": "Data & Analytics",
        "current": 2,
        "target": 4,
        "notes": "Data lake v2 in flight"
      },
      {
        "dimension": "People & Skills",
        "current": 1,
        "target": 3,
        "notes": "20 hires, reskilling"
      },
      {
        "dimension": "Technology Platform",
        "current": 3,
        "target": 4,
        "notes": "Cloud migration 60%"
      },
      {
        "dimension": "Operating Model",
        "current": 2,
        "target": 3,
        "notes": "Quarterly OKRs Q3"
      }
    ],
    "insights": [
      {
        "label": "Data & People are critical-path — invest first to unlock velocity elsewhere"
      },
      {
        "label": "Strategy gap (2 levels) needs Board-level sponsorship to close"
      },
      {
        "label": "Technology already at L3 — avoid over-investing; focus on adoption"
      },
      {
        "label": "Reskilling program on track for 20 hires; accelerate to 40 by Q3"
      }
    ],
    "takeaway": "Sequence the 18-month roadmap around Data + People first; Tech and OpMdl follow."
  }
}'

Tags

maturityassessmentcapabilitycmmicobitnisttransformationdiagnosticscorecardgap analysiscurrenttarget

Related templates

Frequently asked questions

How do I render a Maturity Assessment slide?

Send a POST request to /v1/render with template "b5239d3c-3054-55a9-a1a8-b390423d3103" 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 Maturity Assessment template accept?

The Maturity Assessment template accepts: title, use_preset, dimensions, assessments, insights, takeaway. Supports 3-8 items. 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 Maturity Assessment slide in under 1 second. $3 free credit, no card required.