定義整份 deck 或單頁的共通視覺世界觀。`2A` 是 visual base,`2B` 是 decoration system。
從舊版 layout catalog,升級成可跨 PPTX / 圖片 / HTML 共用的投影片規格系統
現在這個專案的重心,不再是單次 prompt 組裝,而是先定義一份媒介無關的 slide spec。 先決定這頁在做什麼、內容骨架是什麼、視覺約束有哪些,最後才交給 renderer。
先描述版面架構,再補上對齊、主從、空間與視覺排他性規則,而不是只記錄座標。
把「這頁在做什麼」和「內容長什麼樣」拆開。page role 管工作,content pattern 管內容骨架。
目前先把檢查語言標準化,不假裝已經有自動檢測器。之後可接人工審查、程式檢查或模型自評。
同樣都是三個重點,`speaker_intro`、`framework_explainer`、`takeaway` 的語氣、視覺密度與主角關係都不一樣。 所以頁面角色和內容骨架不能混成同一層。
例如 `1-plus-3` 會偏向三欄等權、三模組、或一個標題搭配三個 feature; `1-plus-sequence` 則更自然地走流程圖、時間線、箭頭串接。
除了原本的封面、章節、左右圖文、四象限,現在已補進目錄、quote、photo grid、gantt、team、SWOT、journey、org、process flow、KPI / dashboard / table、problem-solution / recommendation / priorities、case study / findings / annual highlights、onboarding / workshop / learning module、media kit / campaign / event recap、competitive landscape / maturity / GTM motion、proposal / pricing / battlecard、account planning / pipeline review / QBR、customer success / adoption / renewal、implementation / education / partner enablement、field readiness / certification / community learning、advocacy / ambassador / community ops、ecosystem / ambassador metrics / volunteer ops,以及 membership / donor lifecycle / governance committee 類頁型。
新增的 theme 已涵蓋 grainy editorial、clinical report、soft organic education、paper collage、warm editorial portfolio、executive analytics、strategy consulting、impact report、facilitation / learning、brand activation、product strategy signal、sales conversion、operating review、customer lifecycle、enablement operations、learning community、advocacy network、ecosystem civic,以及偏 mission / stewardship / oversight 的 mission governance 方向。
把 node card、connector、reporting line、stage chip、avatar frame,外加 metric / decision / evidence / facilitation / external communication / pitch strategy / sales enablement / review cadence / customer lifecycle / enablement operations / learning community / advocacy community / ecosystem operations / stewardship governance 類構件都從 theme / layout 中抽出,避免每次重寫 prompt 才臨時描述。
參考 Beautiful.ai / Gamma / Slidesgo 後,先補高頻的 photo grid、gantt、team、SWOT,讓系統不只會做封面與圖文頁。
journey、org、process flow 都屬於中段解釋頁的高頻骨架;而 design elements 則是為了避免 theme 越寫越肥、renderer 越來越難對應。
這一輪開始補 review、benchmark、週報、QBR 會真的用到的數據頁,讓版型庫不只會講故事,也能承載密度更高的商務資訊。
problem-solution、recommendation、strategic priorities 這些頁型,讓系統開始具備提案、說服與決策推進的骨架,而不只是資訊整理。
case study、research findings、annual highlights 這些頁型,讓系統開始具備成果證明、研究摘要與年度回顧的結構語法。
onboarding path、workshop run-of-show、learning module 這些頁型,讓系統可以更自然地支援課程、內訓、工作坊與新進導入場景。
media kit overview、campaign architecture、event recap storyboard 這些頁型,讓系統開始更自然地支援品牌介紹、campaign 結構整理、活動回顧與 CTA 收束場景。
competitive landscape、maturity ladder、go-to-market motion 這些頁型,讓系統可以更自然地表達市場定位、成熟度上升與成長動作機制,而不是退回 generic 三欄卡片。
proposal value stack、pricing packages、battlecard compare 這些頁型,讓系統可以更自然地支援提案成交、方案比較與業務應對,而不是把所有商務頁都塞回一般表格。
account plan brief、pipeline health review、business review rhythm 這些頁型,讓系統可以更自然地支援客戶經營、漏斗檢視與季度回顧,而不是把它們混成普通 dashboard 或 recap。
customer success plan、adoption journey、renewal readiness 這些頁型,讓系統可以更自然地支援 onboarding 到續約的完整 lifecycle,而不是一直借用 generic process 或 QBR 頁。
implementation rollout map、customer education track、partner enablement kit 這些頁型,讓系統可以更自然地支援導入落地、教學路徑與夥伴啟用,而不是一直借用 generic process 或單一 learning module。
field enablement readiness、certification ladder、community learning loop 這些頁型,讓系統可以更自然地支援 readiness、認證進程與持續社群學習,而不是只剩一般 training 與 agenda。
advocacy program map、ambassador journey、community ops rhythm 這些頁型,讓系統可以更自然地支援 outreach、倡議者培育與社群營運節奏,而不是只剩 generic community 或 campaign 頁。
ecosystem relations map、ambassador metrics board、volunteer ops cadence 這些頁型,讓系統可以更自然地支援 network 關係、program 成效解讀與志工營運,而不是只剩 org chart、generic KPI 或 event schedule。
membership value journey、donor engagement lifecycle、governance committee model 這些頁型,讓系統可以更自然地支援會員成長、捐助關係維繫與治理架構頁,而不是一直借用 generic process、org chart 或一般三欄卡片。
若一頁是文字主導加側邊插圖,插圖只能支撐敘事,不能壓縮主標題與正文的閱讀空間。 這條規則已進入 `visual_budget_rules`。
若標題置中,主標與副標必須共用中心線;若標題置左,就必須和主內容模組左緣共線。 不允許半漂浮狀態。
這不是單純「不要 icon」,而是更高階的視覺排他原則: 如果右側已有主插圖,左側文字區不能再長出另一個可獨立辨識的主角。
spec 可以保留結構化位置,但 image prompt 必須翻成自然空間語言。 不然像 `x=8%` 這種字真的可能被畫進去。