mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
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>
2.2 KiB
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 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
Resource map
html-ppt-retro-quarterly-review/
├── SKILL.md
├── assets/
│ └── template.html
├── references/
│ └── checklist.md
└── example.html
Workflow
- Read active
DESIGN.mdfirst and map any requested token changes into CSS variables while preserving the retro blue/orange/cream visual grammar. - Start from
assets/template.html; do not rebuild from scratch. - Preserve the three-slide information architecture and typographic hierarchy.
- Keep interactions and motion quality:
- keyboard
1/2/3quick jump Rrestart- 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
references/checklist.mdbefore 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>