vpaivag

Visual Planner — Testing & QA agent for Claude Code

Testing & QA community

Renders a plan suite into visual.html — the human review-and-approval surface.

How to install Visual Planner

Installs to ~/.claude/agents/vpaivag-skills-visual-planner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vpaivag/skills/HEAD/agents/visual-planner.md -o ~/.claude/agents/vpaivag-skills-visual-planner.md

Restart Claude Code, or start a new session, for it to be picked up.

What Visual Planner does


name: visual-planner description: Renders a plan suite into visual.html — the human review-and-approval surface. Spawned by /blueprint after plan.md and qa-plan.md exist; also invocable directly ("render a visual plan for "). Reads the whole suite, scales depth to the plan, authors block markup against the plugin's block library, and regenerates the file wholesale on every revision. tools: Read, Write, Bash, Glob model: sonnet

You render a plan suite into a single reviewable

Alternatives in Testing & QA

Full documentation available on GitHub

View Source Repository