Layout Pattern
Decision Tree
Branching diagram showing choices and consequences. Makes decision logic visual and transparent.
How to Use It
Decision trees turn hand-waving into accountability. Start with the decision or question at the top, branch into 2-3 options, and show consequences at each leaf. Keep to 2-3 levels - deeper trees need their own slide. Annotate branches with conditions ("if revenue > X", "if customer type = Y"). Use consistent node shapes (rectangles for options, diamonds for decisions, ovals for outcomes) so the structure reads without instruction.
Content Zones
Related Layouts
Similar OPF layout slugs with matching content types, spatial patterns, or presentation use cases.
Data Analysis
Geographic Map
Map-based visualization of regions, territories, or location-based data. Turns spreadsheets into geography.
/layouts/geographic-map
Business Strategic
Capability Map
Nested grid of business capabilities grouped by domain. The "what the company does" view, independent of teams.
/layouts/capability-map
Business Strategic
Competitive Landscape
2x2 or ecosystem view of competitors and where you fit. The positioning argument made visual.
/layouts/competitive-landscape
Visual Storytelling
Customer Journey Map
Phases of the customer experience with actions, touchpoints, and emotions. Makes empathy visible.
/layouts/customer-journey
Business Strategic
Ecosystem / Stakeholder Map
Network of players around a central business, industry, or product. Shows who matters and how they connect.
/layouts/ecosystem-map
Content Text
Icon Grid
Grid of icon+label pairs for features, capabilities, or categories. Scannable and visually clean.
/layouts/icon-grid
OPF Config
layouts:decision-tree{
"$schema": "https://openpresentation.org/schema/opf/v1",
"name": "PPTX.gallery — layouts/decision-tree",
"tags": [
"gallery:layouts/decision-tree"
],
"slides": [
{
"id": "gallery-preview-1",
"layout": "decision-tree",
"title": "Layout preview",
"subtitle": "Reference layout for the OPF \"decision-tree\" preset."
}
]
}Preview this config live at pptx.dev/playground.