open-design/skills/html-ppt-retro-quarterly-review/SKILL.md
Tuola-waj 79957890d2
feat(skills): consolidate hyperframes video template updates (#1079)
Bundle four pending template skills and retag eight related skills to video/hyperframes so the categorization and i18n fallback coverage can be reviewed and merged in one pass.

Co-authored-by: Tuola Ge <gexingli@refly.ai>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-09 18:09:30 +08:00

2.2 KiB

name description triggers od
html-ppt-retro-quarterly-review Retro Quarterly Review presentation template in a bold blue + orange editorial language. Use when users ask for a high-impact quarterly review / roadmap deck with heavyweight slab headlines, clean cream paper sections, structured grids, and fast premium motion pacing (3 slides, each hold under 3s in video mode).
retro quarterly review
quarterly review template
roadmap slide style
blue orange presentation
vintage business deck
季度复盘复古风
蓝橙复古汇报模板
mode surface type platform preview outputs capabilities_required
template video hyperframes desktop
type entry reload
html index.html debounce-100
primary secondary
index.html
template.html
example.html
file_write

Retro Quarterly Review Template

A high-contrast, print-inspired quarterly review template with three cinematic slides:

  1. Cover (hero title lockup)
  2. Three priorities (triptych grid)
  3. Roadmap timeline + KPI strip

Resource map

html-ppt-retro-quarterly-review/
├── SKILL.md
├── assets/
│   └── template.html
├── references/
│   └── checklist.md
└── example.html

Workflow

  1. Read active DESIGN.md first and map any requested token changes into CSS variables while preserving the retro blue/orange/cream visual grammar.
  2. Start from assets/template.html; do not rebuild from scratch.
  3. Preserve the three-slide information architecture and typographic hierarchy.
  4. Keep interactions and motion quality:
    • keyboard 1/2/3 quick jump
    • R restart
    • page indicator updates per scene
    • premium wipe transitions and staggered reveals
  5. Keep output self-contained (single HTML, inline CSS + JS, no framework runtime).
  6. If adapting copy/data, keep content realistic and internally consistent.
  7. Validate against references/checklist.md before emitting artifact.

Output contract

Emit one short orientation sentence and then the artifact:

<artifact identifier="retro-quarterly-review" type="text/html" title="Retro Quarterly Review">
<!doctype html>
<html>...</html>
</artifact>