0.37 网格锁生效后复评仍存两盲区:两栏裸文字页 x4(指纹看不见)、 全本零数据图表;另有内容被页脚裁掉、CJK 文字叠压两硬缺陷。修五处: - 指纹加 text-columns 原型(0 卡片+<=3 图标+<=2 图形基元+左对齐文本 聚 >=2 列),裸文字页进单调门,4 页同指纹 error - spec 指派图表落空检测:page_charts 指派了图表但该页 <3 图形基元 且 <4 卡片 -> error;executor 硬规则"不许把指派图表降级为文字" - CJK 叠压升级:两 run 均 >=70% CJK 且互叠 >=50% -> error (表意字宽 1.0em 估宽近精确,其余情形保持 warning) - layout_grid 加可选 content_bottom,正文 baseline 越过 -> error; executor 加"写页前垂直空间预算"纪律 - 策略层数据图表下限:素材含 >=3 组可比数值 -> 全本至少 1-2 页 真数据图表,零图表需在 spec 写理由 测试 +9(30 项)全过,全量 162 过;charts/decks 模板回归零新增噪音。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| brands | ||
| charts | ||
| decks | ||
| icons | ||
| layouts | ||
| README.md | ||
| design_spec_reference.md | ||
| spec_lock_reference.md | ||
README.md
Template Resources
Design Specification & Outline Reference
design_spec_reference.md is an all-in-one reference template for defining:
- Visual Specifications: Canvas dimensions, color scheme, typography, layout principles
- Content Outline: Slide-by-slide page structure planning
- Technical Constraints: Hard requirements for SVG generation and PPT compatibility
Page Layout Templates
The layouts/ directory contains pre-built page layout templates organized by design style:
-
General: Versatile modern style, clean and flexible
-
Consultant: Consulting style, professional and structured
-
Consultant Top: Top-tier consulting style (MBB-level)
-
Academic Defense: Academic defense style, research-oriented
-
Human browsing: layouts/README.md
-
Slim lookup (discovery only): layouts/layouts_index.json — used to answer "what templates exist?". Step 3 triggers on an explicit directory path supplied by the user, not on names from this index.
Brand Identity Presets
The brands/ directory holds brand-only templates: identity bundles (color / typography / logo / voice / icon style) without an SVG page roster. Brands follow the same explicit-path trigger rule as layout templates — at SKILL.md Step 3 the user supplies the brand directory path to apply it; bare brand names never trigger. Both layout and brand inputs land in the same project directory (<project_path>/templates/). When supplied together, Step 3 fuses them into a single design_spec.md (brand wins on identity tokens, layout wins on page structure) — see SKILL.md Step 3 for the precedence table.
A brand is structurally a layout template minus its page roster. Use a brand when the user wants identity locking with free page layout; use a layout template when fixed page structures are also required.
- Human browsing: brands/README.md
- Discovery index (no trigger): brands/brands_index.json — answers "what brands exist?"; Step 3 still requires an explicit directory path from the user
- Creation workflow:
../workflows/create-brand.md
Visualization Templates
The charts/ directory contains 57 standardized visualization templates. For backward compatibility, the directory name remains charts/, but its scope includes charts, infographics, process diagrams, relationship diagrams, strategic frameworks, and system architecture diagrams:
-
KPI Cards
-
Bar Chart / Stacked Bar Chart
-
Line Chart / Dual-Axis Line Chart
-
Donut Chart
-
Radar Chart
-
Funnel Chart
-
Matrix (2x2)
-
Timeline
-
Gantt Chart
-
Process Flow
-
Org Chart
-
Layered Architecture / Module Composition / Hub with Described Spokes / Pipeline with Stages / Client-Server Flow
-
Library index (single source of truth): charts/charts_index.json
-
Directory overview: charts/README.md
Icon Library
The icons/ directory contains 11,600+ vector icons across five libraries:
| Library | Style | Count |
|---|---|---|
chunk-filled |
fill / straight-line geometry | 640 |
tabler-filled |
fill / bezier-curve forms | 1000+ |
tabler-outline |
stroke / line | 5000+ |
phosphor-duotone |
duotone / single color + 0.2 opacity backplate | 1200+ |
simple-icons |
brand logos (company / product marks) | 3400+ |
- Usage & style rules: icons/README.md
- Search icons:
ls skills/ppt/templates/icons/<library>/ | grep <keyword>