Layout Pattern

Decision Tree

Branching diagram showing choices and consequences. Makes decision logic visual and transparent.

DecisionsBranchingLogic

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

TitleSlide title
BodyPrimary content

OPF Config

layouts:decision-tree
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "PPTX.gallery — layouts/decision-tree"
  },
  "design": {},
  "slides": [
    {
      "id": "gallery-preview-1",
      "layout": "decision-tree",
      "elements": []
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.