From riff
Research an issue or task and produce a visual HTML briefing with problem breakdown, architecture diagram, and implementation plan.
How this skill is triggered — by the user, by Claude, or both
Slash command
/riff:briefThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce a concise, visual HTML briefing for a feature or bug. The output is a self-contained `.html` file the user opens in a browser.
Produce a concise, visual HTML briefing for a feature or bug. The output is a self-contained .html file the user opens in a browser.
The user provides an issue number, a topic, or a description. Examples:
/riff:brief 586/riff:brief refactor the data pipeline/riff:brief why is grad_norm NaNgh issue view), then read the relevant source files. Understand current state before proposing changes..workspace/{id}-{slug}/ exists (create if not). The .workspace/ directory must be in .gitignore — add it if missing.brief.html in the workspace folder.The HTML must contain these sections in order:
<div class="diagram">) showing how the relevant components connect today.keep/.change/.add/.remove classes).tag-p1 through .tag-p4), a table or code snippet illustrating the issueUse the Tokyo Night dark theme. Inline the full CSS from templates/style.css (in the plugin root) as a <style> block — the HTML must be fully self-contained.
Available CSS classes: .tag-p1–.tag-p4, .status-box, .diagram, .keep/.change/.add/.remove, .callout, .subtitle, .footer.
lang="zh-CN" — explanatory text in Chinese, technical terms in English{project} / {identifier} / .workspace/{folder}/brief.htmlnpx claudepluginhub junjzhang/riff --plugin riffGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.