html-ppt-retro-quarterly-review
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRetro Quarterly Review Template
复古季度回顾模板
A high-contrast, print-inspired quarterly review template with three cinematic
slides:
- Cover (hero title lockup)
- Three priorities (triptych grid)
- Roadmap timeline + KPI strip
这是一个高对比度、印刷风格的季度回顾模板,包含3张具有电影质感的幻灯片:
- 封面(主标题布局)
- 三项优先事项(三联网格)
- 路线图时间线 + KPI栏
Resource map
资源结构
text
html-ppt-retro-quarterly-review/
├── SKILL.md
├── assets/
│ └── template.html
├── references/
│ └── checklist.md
└── example.htmltext
html-ppt-retro-quarterly-review/
├── SKILL.md
├── assets/
│ └── template.html
├── references/
│ └── checklist.md
└── example.htmlWorkflow
工作流程
- Read active first and map any requested token changes into CSS variables while preserving the retro blue/orange/cream visual grammar.
DESIGN.md - Start from ; do not rebuild from scratch.
assets/template.html - Preserve the three-slide information architecture and typographic hierarchy.
- Keep interactions and motion quality:
- keyboard quick jump
1/2/3 - restart
R - page indicator updates per scene
- premium wipe transitions and staggered reveals
- keyboard
- Keep output self-contained (single HTML, inline CSS + JS, no framework runtime).
- If adapting copy/data, keep content realistic and internally consistent.
- Validate against before emitting artifact.
references/checklist.md
- 首先阅读当前的,将任何要求的标识变更映射为CSS变量,同时保留复古蓝/橙/米白的视觉风格。
DESIGN.md - 从开始制作;不要从头重建。
assets/template.html - 保留3张幻灯片的信息架构和排版层级。
- 保持交互和动态效果质量:
- 键盘快速跳转
1/2/3 - 键重启
R - 页面指示器随场景更新
- 高级擦除过渡和错落式展示效果
- 键盘
- 保持输出文件独立(单个HTML文件,内联CSS + JS,无框架运行时)。
- 如果调整文案/数据,确保内容真实且内部一致。
- 在生成成品前,对照进行验证。
references/checklist.md
Output contract
输出规范
Emit one short orientation sentence and then the artifact:
xml
<artifact identifier="retro-quarterly-review" type="text/html" title="Retro Quarterly Review">
<!doctype html>
<html>...</html>
</artifact>先输出一句简短的说明语句,然后生成成品:
xml
<artifact identifier="retro-quarterly-review" type="text/html" title="Retro Quarterly Review">
<!doctype html>
<html>...</html>
</artifact>