Layout Pattern
Logic Tree
Top-down tree that breaks a conclusion into supporting arguments and evidence. The consultant's MECE diagram.
MECEStructureArgument
How to Use It
Logic trees make an argument's structure visible. Put the main claim at the top, supporting arguments on the second level (each mutually exclusive, collectively exhaustive), and evidence on the third. Used in consulting decks to show reasoning is rigorous. Keep to 3 levels and 2-3 branches per node or it becomes unreadable. Color-code branches if different sources support each one. Works as a deck's table-of-contents when the deck makes a structured argument.
Content Zones
TitleSlide title
BodyPrimary content
OPF Config
layouts:logic-treeOpen Presentation Format
{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "PPTX.gallery — layouts/logic-tree"
},
"design": {},
"slides": [
{
"id": "gallery-preview-1",
"layout": "logic-tree",
"elements": []
}
]
}Open in OPF Playground
Preview this config live at pptx.dev/playground.