From grainulator
Generates WCAG-compliant HTML scroll-snap presentation decks from compiled sprint data, with slides for title, executive summary, findings, risks, recommendations, and evidence appendix.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grainulator:presentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to create a slide deck or presentation from the sprint findings.
The user wants to create a slide deck or presentation from the sprint findings.
$ARGUMENTS
Optional: audience override, format (html, pdf). Default: html scroll-snap deck.
Run wheat_compile to ensure compilation is current.
/resolve.Read compilation.json as the source of truth.
Read the template at skills/_templates/scroll-snap-deck.html for the canonical accessible HTML structure. All generated HTML MUST follow this template exactly.
Structure the presentation:
Generate using mill_convert with the presentation template (dark scroll-snap for HTML).
WCAG compliance checklist -- first read and apply every item from
${CLAUDE_PLUGIN_ROOT}/skills/_templates/wcag-shared.md, then verify
these presentation-specific items (the shared file defines the
<main> baseline; for presentations extend its role/aria-label):
<main id="main-content" role="main" aria-roledescription="carousel" aria-label="..."> wrapping all slides<section aria-roledescription="slide" aria-label="Slide N of M: Title" tabindex="0"> (NOT <div class="slide">)<h1>, all subsequent slides use <h2>, card titles within slides use <h3><div id="slide-announcer" role="status" aria-live="polite" aria-atomic="true" class="sr-only"> for transition announcementsWrite output to output/presentation.<ext>.
Print summary:
Presentation generated: output/presentation.<ext>
Slides: <count>
Next steps:
/brief -- also generate a written brief
/handoff -- prepare for knowledge transfer
npx claudepluginhub grainulation/grainulator --plugin grainulatorGenerates WCAG-compliant decision brief from sprint claims using compilation.json. Checks readiness (5+ claims, 2+ topics), outputs HTML/PDF/MD with summary, findings, risks, recommendations.
Orchestrates presentation outlines with per-page media decisions and runs a post-render QA loop. Use before generating PPT/HTML slides from raw material.
Creates slide presentations from topics, URLs, PDFs, git repos, or vault notes. Handles research, synthesis, outlining, and editing existing decks. Default output is reveal.js HTML; pptx available on request.