| 1 | --- |
| 2 | layout_id: presentation_core |
| 3 | kind: layout |
| 4 | category: general |
| 5 | summary: A structure-only 16:9 system with 20 authored PowerPoint Layouts for general, editorial, image, process, and data presentations. |
| 6 | keywords: [general, powerpoint, business, editorial, image, data-story] |
| 7 | canvas_format: ppt169 |
| 8 | canvas_width: 1280 |
| 9 | canvas_height: 720 |
| 10 | canvas_viewbox: "0 0 1280 720" |
| 11 | source_canvas_width: 1280 |
| 12 | source_canvas_height: 720 |
| 13 | source_viewbox: "0 0 1280 720" |
| 14 | replication_mode: fidelity |
| 15 | native_structure_mode: structured |
| 16 | page_count: 20 |
| 17 | page_types: |
| 18 | - title_slide |
| 19 | - title_content |
| 20 | - section_header |
| 21 | - two_content |
| 22 | - comparison |
| 23 | - title_only |
| 24 | - blank |
| 25 | - content_caption |
| 26 | - picture_caption |
| 27 | - hero_statement |
| 28 | - editorial_split |
| 29 | - three_card |
| 30 | - kpi_dashboard |
| 31 | - process_timeline |
| 32 | - data_story |
| 33 | - title_picture |
| 34 | - two_picture_caption |
| 35 | - screenshot_focus |
| 36 | - chart_insight |
| 37 | - table_summary |
| 38 | placeholders: |
| 39 | 01_title_slide: ["{{TITLE}}", "{{SUBTITLE}}"] |
| 40 | 02_title_content: ["{{PAGE_TITLE}}", "{{CONTENT_AREA}}"] |
| 41 | 03_section_header: ["{{CHAPTER_TITLE}}", "{{CHAPTER_DESC}}"] |
| 42 | 04_two_content: ["{{PAGE_TITLE}}", "{{LEFT_CONTENT}}", "{{RIGHT_CONTENT}}"] |
| 43 | 05_comparison: ["{{PAGE_TITLE}}", "{{LEFT_TITLE}}", "{{LEFT_CONTENT}}", "{{RIGHT_TITLE}}", "{{RIGHT_CONTENT}}"] |
| 44 | 06_title_only: ["{{PAGE_TITLE}}"] |
| 45 | 07_blank: [] |
| 46 | 08_content_caption: ["{{PAGE_TITLE}}", "{{CONTENT_AREA}}", "{{CAPTION}}"] |
| 47 | 09_picture_caption: ["{{PAGE_TITLE}}", "{{CAPTION}}"] |
| 48 | 10_hero_statement: ["{{KEY_MESSAGE}}", "{{SUBTITLE}}"] |
| 49 | 11_editorial_split: ["{{PAGE_TITLE}}", "{{BODY_TEXT}}"] |
| 50 | 12_three_card: ["{{PAGE_TITLE}}", "{{CARD_1}}", "{{CARD_2}}", "{{CARD_3}}"] |
| 51 | 13_kpi_dashboard: ["{{PAGE_TITLE}}", "{{KPI_1}}", "{{KPI_2}}", "{{KPI_3}}", "{{KPI_4}}", "{{CONTENT_AREA}}"] |
| 52 | 14_process_timeline: ["{{PAGE_TITLE}}", "{{STEP_1}}", "{{STEP_2}}", "{{STEP_3}}", "{{STEP_4}}", "{{KEY_MESSAGE}}"] |
| 53 | 15_data_story: ["{{PAGE_TITLE}}", "{{CONTENT_AREA}}", "{{KEY_MESSAGE}}", "{{SOURCE}}"] |
| 54 | 16_title_picture: ["{{PAGE_TITLE}}"] |
| 55 | 17_two_picture_caption: ["{{PAGE_TITLE}}", "{{LEFT_CAPTION}}", "{{RIGHT_CAPTION}}"] |
| 56 | 18_screenshot_focus: ["{{PAGE_TITLE}}", "{{ANNOTATION}}", "{{SOURCE}}"] |
| 57 | 19_chart_insight: ["{{PAGE_TITLE}}", "{{KEY_MESSAGE}}", "{{SOURCE}}"] |
| 58 | 20_table_summary: ["{{PAGE_TITLE}}", "{{KEY_MESSAGE}}", "{{SOURCE}}"] |
| 59 | --- |
| 60 | |
| 61 | # Presentation Core — Design Specification |
| 62 | |
| 63 | ## IV. Signature Design Elements |
| 64 | |
| 65 | Presentation Core provides a broad structural vocabulary for general business, |
| 66 | teaching, project, and reporting decks. The neutral prototype paint exists only |
| 67 | to expose hierarchy and slot geometry; it is not an identity segment. Color, |
| 68 | typography, logo, voice, and icon treatment remain downstream decisions. |
| 69 | |
| 70 | | Element | Template-specific behavior | |
| 71 | |---|---| |
| 72 | | Shared frame | One restrained Master background and a 64 px horizontal safe frame keep the roster visually coherent without imposing brand chrome. | |
| 73 | | Regular vocabulary | Nine authored Layouts provide familiar title, content, comparison, caption, picture, and blank starting points without claiming source-template preservation. | |
| 74 | | Editorial rhythm | Hero, split, card, process, and data layouts alternate breathing and dense structures instead of repeating one card grid. | |
| 75 | | Image system | Picture layouts use typed `picture` slots for one-image, paired-image, captioned-image, and screenshot scenarios. | |
| 76 | | Data system | Chart and table layouts declare typed `chart` / `table` slots. Their authored groups remain complete SVG fallbacks; optional replacement metadata can materialize PowerPoint-native data objects only when that export path is requested. | |
| 77 | | Text entry | General body and object slots begin at the upper-left; centered alignment is reserved for KPI values, short process nodes, and focused statements. | |
| 78 | | Neutral framing | Pale panels and hairlines reveal intended zones in the prototype; downstream deck or brand skin controls final paint. | |
| 79 | |
| 80 | ## V. Page Roster |
| 81 | |
| 82 | | SVG | Layout key | PowerPoint picker name | Purpose | |
| 83 | |---|---|---|---| |
| 84 | | `01_title_slide.svg` | `title_slide` | Title Slide | Centered title and subtitle cover | |
| 85 | | `02_title_content.svg` | `title_content` | Title and Content | Page title over one flexible content region | |
| 86 | | `03_section_header.svg` | `section_header` | Section Header | Large section title with supporting description | |
| 87 | | `04_two_content.svg` | `two_content` | Two Content | Equal left and right content regions | |
| 88 | | `05_comparison.svg` | `comparison` | Comparison | Paired headings and paired comparison bodies | |
| 89 | | `06_title_only.svg` | `title_only` | Title Only | Title slot with an otherwise open canvas | |
| 90 | | `07_blank.svg` | `blank` | Blank | Zero-slot composition surface | |
| 91 | | `08_content_caption.svg` | `content_caption` | Content with Caption | Main content with a dedicated caption rail | |
| 92 | | `09_picture_caption.svg` | `picture_caption` | Picture with Caption | Typed picture slot with a caption column | |
| 93 | | `10_hero_statement.svg` | `hero_statement` | Hero Statement | One dominant claim with a short qualifier | |
| 94 | | `11_editorial_split.svg` | `editorial_split` | Editorial Split | Asymmetric body and picture composition | |
| 95 | | `12_three_card.svg` | `three_card` | Three-Card Synthesis | Three parallel synthesis regions | |
| 96 | | `13_kpi_dashboard.svg` | `kpi_dashboard` | KPI Dashboard | Four compact KPI slots over one evidence region | |
| 97 | | `14_process_timeline.svg` | `process_timeline` | Process Timeline | Four ordered steps plus a takeaway rail | |
| 98 | | `15_data_story.svg` | `data_story` | Data Story | Evidence canvas, interpretation rail, and source line | |
| 99 | | `16_title_picture.svg` | `title_picture` | Title and Picture | Page title over one large typed picture slot | |
| 100 | | `17_two_picture_caption.svg` | `two_picture_caption` | Two Pictures with Captions | Two equal picture slots with independent captions | |
| 101 | | `18_screenshot_focus.svg` | `screenshot_focus` | Screenshot Focus | Screenshot frame with annotation and source rail | |
| 102 | | `19_chart_insight.svg` | `chart_insight` | Chart and Insight | Chart slot with SVG fallback, interpretation, and source rails | |
| 103 | | `20_table_summary.svg` | `table_summary` | Table and Summary | Table slot with SVG fallback, summary, and source rails | |
| 104 |