plannotator-visual-explainer
backnotprop/plannotator
Generate self-contained HTML visualizations for plans, PRs, and technical explanations with Plannotator theming.
What is plannotator-visual-explainer?
Plannotator Visual Explainer creates polished HTML visualizations for implementation plans, PR walkthroughs, architecture diagrams, and technical explanations. Route your content to the appropriate path (Plan, PR, or Visual Explainer) and it generates a self-contained document delivered via Plannotator's annotation UI.
- Route content to Plan path for implementation plans, design docs, and proposals with prescriptive structure
- Route content to PR path for code change walkthroughs, diff reviews, and PR explainers with risk mapping
- Route content to Visual Explainer path for architecture diagrams, data tables, slide decks, and general visual explanations
- Generate inline SVG diagrams, flowcharts, and data flow visualizations using design system patterns
- Build HTML/CSS mockups and code blocks with syntax highlighting and dark-theme styling
- Deliver visualizations through Plannotator's annotation UI with approval gates for plans
How to install plannotator-visual-explainer
npx skills add https://github.com/backnotprop/plannotator --skill plannotator-visual-explainer- Plannotator installed and configured
- For Visual Explainer path: nicobailon/visual-explainer skill installed
How to use plannotator-visual-explainer
- 1.Identify your content type: implementation plan/design doc, PR explainer, or other visual explanation
- 2.Read the relevant reference files (design-system.md, svg-patterns.md, pr-components.md, or theme-override.md)
- 3.Generate the HTML visualization following the prescribed structure for your content type
- 4.For plans/proposals: deliver with `plannotator annotate <file> --gate` for approval
- 5.For other content: deliver with `plannotator annotate <file>` for informational viewing
Use cases
- Create an implementation plan for a backend service with architecture diagram, milestones, and risk assessment
- Generate a PR explainer showing file-by-file changes with before/after comparisons and review focus areas
- Build an architecture diagram showing component interactions and data flow for a new system
- Produce a design doc with mockups, key code interfaces, and open questions for stakeholder review
- Create a project recap or migration guide with timeline, key metrics, and decision points
- Backend engineers planning system designs and migrations
- Frontend engineers creating feature specs with mockups and UI walkthroughs
- Code reviewers needing structured PR walkthroughs with risk assessment
- Technical leads writing design documents and proposals
- Teams documenting architecture and technical decisions
plannotator-visual-explainer FAQ
Use Plan path for implementation plans, design docs, and proposals. Use PR path for code change walkthroughs and diff reviews. Use Visual Explainer path for architecture diagrams, data tables, slide decks, and other visual explanations.
No. Include only sections that serve your content. Skip sections that don't apply. The goal is to answer 'what, why, and how' within 30 seconds of reading.
No. Timelines show phases, sequence, and dependencies — never hour or day estimates.
Use `plannotator annotate <file> --gate` for plans/proposals requiring approval, or `plannotator annotate <file>` for informational content.
Check for it at ~/.claude/skills/visual-explainer/SKILL.md or ~/.agents/skills/visual-explainer/SKILL.md. If not found, install it with `npx skills add nicobailon/visual-explainer -g --yes`.
Full instructions (SKILL.md)
Source of truth, from backnotprop/plannotator.
name: plannotator-visual-explainer disable-model-invocation: true description: > Generate self-contained HTML visualizations with Plannotator theming. Use for implementation plans, PR explainers, architecture diagrams, data tables, slide decks, and any visual explanation of technical concepts. Plans and PR explainers follow Plannotator's prescriptive approach; all other visual content delegates to nicobailon/visual-explainer.
Plannotator Visual Explainer
Three paths depending on content type. Each has its own references and structure.
Route by content type
Implementation plan, design doc, or proposal → Follow the Plan path. Read references/design-system.md and references/svg-patterns.md. Prescriptive structure.
PR explainer, diff review, or code change walkthrough → Follow the PR path. Read references/design-system.md and references/pr-components.md. Prescriptive structure.
Everything else (architecture diagrams, data tables, slide decks, project recaps, general visual explanations) → Follow the Visual explainer path. Delegates to nicobailon/visual-explainer with Plannotator theme tokens.
Delivery
Always deliver via Plannotator's annotation UI. Do NOT use open or xdg-open.
Plans/proposals (user should approve/deny):
plannotator annotate <file> --gate
Everything else (informational):
plannotator annotate <file>
Plan path
For implementation plans, design docs, feature specs, migration guides, and proposals.
Before generating, read:
references/design-system.md— Plannotator theme tokens, typography, component patternsreferences/svg-patterns.md— inline SVG building blocks for architecture diagrams, flowcharts, data flow
Document structure (in order, pick what fits):
- Header — eyebrow label (mono, uppercase), title (serif, large), prompt box (the original brief)
- Summary strip — 3-5 stat cards showing key numbers at a glance (components, endpoints, tables, etc.)
- Milestones / timeline — vertical timeline showing phases without time estimates. Phases show sequence and dependencies, not duration.
- Architecture / data flow — inline SVG diagram. Use for 3+ interacting components. Highlighted boxes for new components, dashed arrows for async paths.
- Mockups — build UI mockups in HTML/CSS directly, not as descriptions
- Key code — dark-theme code blocks with syntax highlighting. Only architecturally significant interfaces/schemas — not every function.
- Risks & mitigations — table with severity badges (HIGH/MED/LOW)
- Open questions — callout cards with decision owner ("Decide with: backend team")
Not every plan needs every section. Skip what doesn't serve the content. Never include time estimates, boilerplate sections, or exhaustive file lists.
Adapt to the task: Backend → lead with data flow. Frontend → lead with mockups. Refactoring → lead with before/after diagrams. Infrastructure → lead with architecture.
Quality bar: The plan answers "what, why, and how" within 30 seconds of reading. Whitespace is a feature — one idea per viewport.
PR path
For PR walkthroughs, diff reviews, code change explainers, and reviewer guides.
Before generating, read:
references/design-system.md— Plannotator theme tokens, typography, component patternsreferences/pr-components.md— diff rendering, review comment bubbles, risk chips, file cards, before/after panels
Document structure (in order, pick what fits):
- Header — PR title, meta strip (file count, +/- lines, branch, author)
- TL;DR — bordered card with primary accent left border. 2-3 sentences. Readers who see nothing else should get the gist.
- Why — motivation and before/after comparison (two-column grid)
- File tour — collapsible cards per file. Each has: file path + badge (NEW/MOD/DEL) + line stats, a "why" paragraph, and important diff hunks. High-risk files expanded, safe files collapsed.
- Risk map — visual chips showing which files need careful review vs. which are mechanical. Three tiers: attention (destructive), medium (warning), safe (success).
- Where to focus — numbered callout cards. Each names a file/function and describes the concern.
- Test plan — checkbox-style verification checklist
- Rollout (if applicable) — phased deployment with feature flags
Use Pierre diffs via CDN for syntax-highlighted inline diffs — see references/pr-components.md for the pattern.
Visual explainer path
For architecture diagrams, data tables, slide decks, project recaps, comparisons, and any other visual explanation.
Before generating:
- Ensure
visual-explaineris installed:- Check:
~/.claude/skills/visual-explainer/SKILL.mdor~/.agents/skills/visual-explainer/SKILL.md - If not found:
npx skills add nicobailon/visual-explainer -g --yes
- Check:
- Read visual-explainer's
SKILL.md(workflow, diagram types, anti-slop rules) - Read the relevant visual-explainer references and templates for your content type
- Read
references/theme-override.md— Plannotator tokens replacing Nico's palettes
Follow visual-explainer's structure, component classes (.ve-card, .kpi-card, .pipeline), and anti-slop rules. The only override is the color/typography layer — Plannotator tokens instead of Nico's custom palettes.
Design philosophy (all paths)
- Whitespace is a feature. Generous padding, large section gaps. If cramped, add space — don't shrink text.
- One idea per viewport. Hero section, then diagram, then detail grid — not all crammed together.
- Show, don't describe. A timeline shows sequencing. A diagram shows relationships. A code block shows the interface.
- No time estimates. Timelines show phases and dependencies. Never attach hour/day estimates.
Related skills
More from backnotprop/plannotator and the wider catalog.

plannotator-compound
Analyze Plannotator plan archives to extract denial patterns and generate actionable HTML dashboard reports.

plannotator-setup-goal
Turn ideas into structured goal packages with user interviews and codebase exploration.

bib-search-citation
Search and cite from local BibTeX/BibLaTeX .bib libraries, including Zotero exports. Use to find, filter, preview, export, or generate LaTeX/Typst citation snippets by topic, author, year, venue, DOI, arXiv ID, keywords, abstract, fields, recency, or claim support. Do not use for manuscript writing or polishing.

latex-paper-en
English LaTeX assistant for fixing, formatting, and improving existing .tex journal and conference papers.

latex-thesis-zh
Chinese LaTeX thesis assistant for compilation, formatting, structure, and academic writing quality.

paper-audit
Reviewer-style audit and submission gate for academic papers in .tex, .typ, or .pdf.