Turn a planned product, UI, architecture, or agent workflow change into a visual, inspectable plan with flow maps, diagrams, file maps, storyboard states, risks, and verification gates. Use when Kevin says "visual plan", "/visual-plan", "storyboard this flow", "make the plan inspectable", "diagram the plan", or asks for a BuilderIO-style visual plan before implementation.
Use this skill when a normal chat plan would be too lossy. The output should be an inspectable artifact: a plan a second agent, reviewer, or Kevin can skim, challenge, and execute without reconstructing the context from chat.
This is Kevin's local route for the BuilderIO /visual-plan pattern. The reference page is wiki/tools/builderio-skills.md; upstream source is BuilderIO/skills (HEAD checked 2026-06-29: 6c31f2188f87d4afdc38c14c3af8bed2088e4558).
plans/visual-plans/<yyyy-mm-dd>-<slug>.md. Otherwise return it in chat.Prefer Mermaid diagrams for flows and dependencies:
flowchart TD
A["User action"] --> B["System state"]
B --> C["Verification gate"]Use screenshots only when the visual surface is the core ambiguity. Annotate screenshots in prose; do not depend on visual inspection alone.
A good visual plan makes the work smaller. It names the slice boundaries, removes ambiguous UI states, gives a second agent enough context to execute, and gives the reviewer objective gates to reject incomplete work.