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.
npx claudepluginhub grainulation/grainulator --plugin grainulatorThis skill uses the workspace's default tool permissions.
The user wants to create a slide deck or presentation from the sprint findings.
Generates 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.
Generates self-contained HTML slide decks for product presentations. Reads pm-context.md, extracts brand colors from websites, adds keyboard navigation and print-friendly layouts.
Guides slide deck planning and structuring with SCQA Pyramid Principle, Rule of Threes, Assertion-Evidence design, 10/20/30 rule for devs, execs, one-pagers.
Share bugs, ideas, or general feedback.
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