Enterprise Capability Model Slide Template
Capability decomposition grid — 2-4 domain columns (e.g. Core / Supporting / Foundational) with 4-8 capability tiles per column. Three styles: `standard` plain tiles, `matrix` tiles with sub-capabilities, `heatmap` tiles tinted by maturity level (1-5). Best for enterprise/business architecture, target operating model decomposition, and capability strategy slides.
Try in PlaygroundParameters
Example brief
Retail bank capability model. Core: Customer Management, Product Management, Channel Orchestration, Credit Decisioning. Supporting: Risk, Compliance, Finance, HR. Foundational: Data Platform, Identity, Payments, Core Ledger. Show with maturity heatmap; 5=mature.
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": "9e7c1902-ce38-5185-afd8-0c3270d9c17c",
"brief": "Retail bank capability model. Core: Customer Management, Product Management, Cha..."
}'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": "9e7c1902-ce38-5185-afd8-0c3270d9c17c",
"params": {
"title": "Retail bank target capability model — Core differentiators + shared foundations",
"style": "heatmap",
"domains": [
{
"id": "core",
"label": "Core Business",
"capabilities": [
{
"id": "cust_mgmt",
"label": "Customer Management",
"maturity": 3,
"priority": "high"
},
{
"id": "product_mgmt",
"label": "Product Management",
"maturity": 2
},
{
"id": "channel_orch",
"label": "Channel Orchestration",
"maturity": 2,
"priority": "high"
},
{
"id": "credit_decisioning",
"label": "Credit Decisioning",
"maturity": 4
},
{
"id": "pricing",
"label": "Pricing & Offers",
"maturity": 2
}
]
},
{
"id": "supporting",
"label": "Supporting",
"capabilities": [
{
"id": "risk",
"label": "Risk Management",
"maturity": 4
},
{
"id": "compliance",
"label": "Compliance & AML",
"maturity": 4
},
{
"id": "finance",
"label": "Finance & Treasury",
"maturity": 3
},
{
"id": "hr",
"label": "HR & Talent",
"maturity": 3
},
{
"id": "procurement",
"label": "Procurement",
"maturity": 2
}
]
},
{
"id": "foundational",
"label": "Foundational",
"capabilities": [
{
"id": "data_platform",
"label": "Data Platform",
"maturity": 3,
"priority": "high"
},
{
"id": "identity",
"label": "Identity & Access",
"maturity": 4
},
{
"id": "payments",
"label": "Payments Rail",
"maturity": 5
},
{
"id": "core_ledger",
"label": "Core Ledger",
"maturity": 4
},
{
"id": "observability",
"label": "Observability",
"maturity": 2
}
]
}
],
"takeaway": "Invest in Channel Orchestration + Data Platform to unblock Customer Management uplift."
}
}'Tags
Related templates
Agenda
Numbered agenda slide listing 3-8 topics or sections. Each item has a title and optional time/description. Use at the start of a presentation.
Data Table
Structured data table using a native PowerPoint table object. Fully editable in PowerPoint — resize columns, sort, add rows, copy/paste as tabular data. Header row, alternating row colors, optional row highlighting. Best for sales data, comparison tables, status summaries, feature matrices, and any tabular data.
Feature Grid
Card grid of 3-8 feature cards, each with a header bar, optional Lucide icon, and short bulleted descriptions. Denser and more structured than Icon Grid — Icon Grid showcases capabilities with big icons + one-line tags; Feature Grid describes capabilities in 2-3 bullet points each.
Feature Prioritization Map
2-axis scatter plot with optional bubble size and quadrant labels. Classic shape for impact × effort, value × complexity, benefit × cost. Points are placed on continuous numeric axes (not categorical buckets). Optional bubble size adds a third dimension (e.g. revenue, user count). Best for prioritization backlogs, market maps, portfolio positioning, and value/effort conversations.
Frequently asked questions
How do I render a Enterprise Capability Model slide?
Send a POST request to /v1/render with template "9e7c1902-ce38-5185-afd8-0c3270d9c17c" 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 Enterprise Capability Model template accept?
The Enterprise Capability Model template accepts: title, style, domains, takeaway. Supports 2-4 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 Enterprise Capability Model slide in under 1 second. $3 free credit, no card required.