From grainulator
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/grainulator:briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants a compiled output document from the current sprint.
The user wants a compiled output document from the current sprint.
$ARGUMENTS
Optional: output format (pdf, html, md). Default: html.
Run wheat_compile to ensure compilation is current and there are no blocking conflicts.
/resolve.Check sprint readiness via wheat_status:
Read compilation.json -- this is the source of truth, never read claims.json directly for output.
Read the template at ${CLAUDE_PLUGIN_ROOT}/skills/_templates/sidebar-brief.html for the canonical accessible HTML structure. All generated HTML MUST follow this template exactly. Note: the path uses ${CLAUDE_PLUGIN_ROOT} because the template lives in the Grainulator plugin directory, not the user's repo.
Generate the brief using mill_convert:
WCAG compliance checklist -- first read and apply every item from
${CLAUDE_PLUGIN_ROOT}/skills/_templates/wcag-shared.md, then verify
these brief-specific items:
<nav aria-label="Table of contents"> wrapping sidebar linksaria-current="page" on active sidebar link (JS IntersectionObserver updates this)<h1> page title, <h2> sections, <h3> subsections -- never skip levels<table> elements have <caption> and <th scope="col|row"><details><summary> disclosure, not display: noneWrite output to output/brief.<ext> in the sprint directory.
Print summary:
Brief generated: output/brief.<ext>
Claims: <count> active, <count> topics
Strongest evidence: <tier>
Next steps:
/present -- turn this into a slide deck
/blind-spot -- check for gaps before sharing
/status -- review the full sprint dashboard
npx claudepluginhub grainulation/grainulator --plugin grainulatorGenerates WCAG-compliant HTML scroll-snap presentation decks from compiled sprint data, with slides for title, executive summary, findings, risks, recommendations, and evidence appendix.
Creates shareable briefing documents from sessions, research, or learnings. Generates dual-audience formats like proposals, summaries, and research syntheses for humans and AI agents.
Generates a single-file HTML plan brief for non-engineer stakeholders before implementation. Searches project memory for past decisions and patterns, then renders understanding, options, risks, and acceptance criteria.