PluginBench
Skill
Pass
Audit score 90

html-ppt-retro-quarterly-review

nexu-io/open-design

Bold retro blue + orange quarterly review deck with cinematic three-slide layout and premium motion.

What is html-ppt-retro-quarterly-review?

A print-inspired presentation template for quarterly reviews and roadmaps featuring a striking blue and orange editorial aesthetic. Use when you need a high-impact deck with heavyweight typography, structured grids, and fast-paced video transitions that keep each slide under 3 seconds.

  • Three-slide cinematic layout: cover, priorities triptych, and roadmap + KPI strip
  • Keyboard shortcuts (1/2/3 to jump, R to restart) and premium wipe transitions with staggered reveals
  • Self-contained single HTML file with inline CSS and JavaScript—no framework dependencies
  • Retro editorial design language with cream paper sections and bold slab headlines
  • Debounce-100 live preview and real-time token/CSS variable mapping from design specs

How to install html-ppt-retro-quarterly-review

npx skills add https://github.com/nexu-io/open-design --skill html-ppt-retro-quarterly-review
Claude Code
Cursor
Windsurf
Cline

How to use html-ppt-retro-quarterly-review

  1. 1.Start from assets/template.html as your base—do not rebuild from scratch
  2. 2.Map any requested design token changes (colors, fonts) into CSS variables while preserving the blue/orange/cream visual grammar
  3. 3.Adapt the three-slide structure: cover lockup, three priorities grid, and roadmap timeline + KPI strip with your content
  4. 4.Verify keyboard interactions work (1/2/3 to jump slides, R to restart) and transitions are smooth
  5. 5.Validate your output against references/checklist.md before finalizing
  6. 6.Emit the completed artifact as a single self-contained HTML file with inline CSS and JavaScript

Use cases

Good for
  • Creating a quarterly business review presentation with visual impact and fast pacing
  • Building a product roadmap deck that emphasizes priorities and KPIs in a premium format
  • Adapting a retro-styled template to match brand colors and messaging without rebuilding from scratch
  • Presenting strategic initiatives or team retrospectives with cinematic slide transitions
  • Generating a self-contained HTML presentation that works offline and requires no external dependencies
Who it's for
  • Product managers and strategy leads presenting quarterly reviews
  • Design teams creating high-impact internal decks
  • Founders and executives building roadmap presentations
  • Anyone needing a premium, print-inspired presentation template with retro aesthetics

html-ppt-retro-quarterly-review FAQ

Can I customize the colors and typography?

Yes. Map token changes into CSS variables at the top of the template while preserving the retro blue/orange/cream editorial grammar. The workflow guides you to read DESIGN.md first and apply changes consistently.

Does this require any frameworks or external libraries?

No. The output is a single self-contained HTML file with inline CSS and JavaScript. No framework runtime or external dependencies are needed.

How many slides does this template have?

Three slides: a cover with hero title lockup, a three-priority triptych grid, and a roadmap timeline with KPI strip. Each slide is designed to hold under 3 seconds in video mode.

What keyboard shortcuts are available?

Press 1, 2, or 3 to jump to that slide, and R to restart the presentation. Page indicators update automatically as you navigate.

Can I use this for something other than quarterly reviews?

Yes. The three-slide structure and retro aesthetic work well for roadmaps, strategic initiatives, and any high-impact presentation that benefits from bold typography and cinematic pacing.

Full instructions (SKILL.md)

Source of truth, from nexu-io/open-design.


name: html-ppt-retro-quarterly-review description: | 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). triggers:

  • "retro quarterly review"
  • "quarterly review template"
  • "roadmap slide style"
  • "blue orange presentation"
  • "vintage business deck"
  • "季度复盘复古风"
  • "蓝橙复古汇报模板" od: mode: template surface: video type: hyperframes platform: desktop preview: type: html entry: index.html reload: debounce-100 outputs: primary: index.html secondary:
    • template.html
    • example.html capabilities_required:
    • 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>