Layout Pattern
Capability Map
Nested grid of business capabilities grouped by domain. The "what the company does" view, independent of teams.
CapabilitiesDomainsStrategy
How to Use It
Different from org charts (which show people) - capability maps show what the business can do. Group capabilities into domains (Finance, Operations, Product, Customer), render each as a labeled box. Use color intensity or icons to indicate maturity, investment priority, or gaps. Used in strategy reviews to show where the business invests vs. where it has white space. Keep to 3-5 domains, 5-8 capabilities per domain.
Content Zones
ImagePrimary visual
CaptionHeadline or caption
OPF Config
layouts:capability-mapOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — layouts/capability-map"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "capability-map",
"elements": []
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.