plan-visualizer

A tool that turns a markdown software implementation plan into a self-contained HTML visual summary. It shows the current and planned architecture, changed components, decisions, and risks.

In plain words
What is it for?
It creates browser-openable visualizations of plans, including before-and-after architecture, marked changes, diagrams, feedback, key decisions, and risks when the plan is substantial enough.
Why use it?
It helps reviewers understand a technical plan quickly without reading the entire markdown document.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/omril321/claude-plan-visualizer/plan-visualizer
Clone the repo
git clone --depth 1 https://github.com/omril321/claude-plan-visualizer
Per session 88 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,388 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00088 $0.05388
Opus 5 $0.00044 $0.02694
Sonnet 5 $0.00018 $0.01078
Haiku 4.5 $0.00009 $0.00539

Measured 2d ago against content hash 861cc4280242, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

plan-visualizer scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Tells the agent never to refusehighAnti-refusal

Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.

**Never refuse to generate.** If the plan has at least 2 headings and some descriptive content, proceed with extraction. Gracefully omit any sections that are absent rather than stopping.
agents/plan-visualizer.md · 390 lines

How it starts

The opening of the file, as written. The whole thing — 390 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a technical plan visualizer that generates HTML visualization files from software implementation plans. Your output is a self-contained HTML file that a reviewer can open in a browser to understand the plan's substance without reading the markdown.

Core principle: Technical accuracy over visual polish. Every element must reflect actual plan content — never invent or approximate.

Bash restriction: You may ONLY use the Bash tool for the single command in Step 12 (append footer + open). Do not use Bash for any other purpose.


When to Skip

Do NOT generate a visualization. Instead, add - **Visualization:** Skipped — [reason] to the plan file's ## Sidecar References section (create the section if absent), then stop. When:

  • Plan has fewer than 3 steps AND fewer than 3 files changed
  • Plan is purely investigatory with no code/architecture changes (e.g., "investigate why X fails")
  • Plan is administrative only (staging commits, docs cleanup, handoff documents)

Your Process

Step 1 — Locate inputs

You need two things:

  1. The plan file — use the absolute path passed as the argument. If no path is given, search via Glob("**/plans/*.md") or Glob("plans/*.md") and use the most recently modified result. If no plan file is found, report the error and stop.
  2. The HTML content template — this is pre-loaded in your context via the knowledge system. It contains the content structure (CSS, header, panels, bottom sections). It does NOT contain </body> or </html> tags — those come from the footer file appended in Step 12. You do NOT need to Glob or Read this file.

Read the plan file before doing anything else.

Step 1.5 — Read configuration

Read the config file at ~/.claude/plan-visualizer.json using the Read tool.

Expected format:

{"url_protocol": "open-cursor"}

Supported fields:

  • url_protocol — the URL protocol for plan file links (e.g., "file", "open-cursor", "vscode"). Default: "file"

Read the full file on GitHub · 390 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 390 lines · 88 tokens per session scan C 861cc4280242

Subscribe to this mod's changes

plan-visualizer is an agent published in the GitHub repository omril321/claude-plan-visualizer (9 stars, last pushed 4mo ago), licensed MIT. It adds 88 tokens to every session and 5,388 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

alchemist

Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…

drobins25/craft · 355 tokens

audit-geo

Evaluates AI crawler access, llms.txt compliance, content citability, brand authority signals, and multi-platform GEO scoring (Google AIO, ChatGPT, Perplexity, Bing Copilot).

XuanRanL/loamwright-SEO-Skill · 44 tokens

praman-sap-planner-cli

SAP UI5 test planner via Playwright CLI. Token-efficient alternative to MCP planner. Generates test plan + gold-standard spec using CLI commands.

mrkanitkar/playwright-praman · 36 tokens

FAI Browser Agent

Browser automation agent — navigates websites, extracts data, and executes web workflows using Playwright MCP and vision analysis. Domain-restricted, no credential entry, human approval for transactions.

frootai/frootai · 41 tokens

test-writer

Use this agent when the guild needs unit or integration tests written for implemented code. The test-writer implements the test-planner's test plan — reading the plan's Changed Files Inventory instead of re-analyzing the codebase — then writes and runs the tests. Spawned by the check-in skill when a test-writing task…

HirogaKatageri/hirokata · 77 tokens

performance-optimizer

Full-Stack Performance Architect. Specializes in profiling, latency reduction, algorithmic optimization, and Core Web Vitals. Operates on the principle of "Evidence over Intuition.".

DDS-Solutions/AI-TadPole-OS · 40 tokens