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.
npx agentmods add agents/omril321/claude-plan-visualizer/plan-visualizergit clone --depth 1 https://github.com/omril321/claude-plan-visualizerWhat 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.
| Model | Per session | Once 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 |
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. 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:
- The plan file — use the absolute path passed as the argument. If no path is given, search via
Glob("**/plans/*.md")orGlob("plans/*.md")and use the most recently modified result. If no plan file is found, report the error and stop. - 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"
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.
- 2d ago First seen · 390 lines · 88 tokens per session scan C 861cc4280242
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.
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.…
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).
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.
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.
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…
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.".