What problem does it solve? Risky implementation requests often go straight to code edits without a reviewable plan, leading to misaligned changes and rework. This Skill turns a request or existing text plan into a grounded, locally served visual implementation plan that acts as an approval gate before any code is edited. ## Core Features & Use Cases - Local Plan Workspace Setup: A bundled helper script scaffolds a plan workspace with a prompt, block catalog, and manifest, using either a temp directory or a durable repo folder. - Repo-Grounded Plan Authoring: The workflow requires inspecting real files, routes, schemas, and tests before writing plan.mdx, with optional canvas.mdx and prototype.mdx for UI flows. - Local Validation and Serving: Plans are checked and served locally via the Agent-Native CLI, producing a reviewable URL without GitHub Actions, API keys, or hosted publishing. - Use Case: Before refactoring a dashboard publish flow, invoke the skill to produce a visual plan covering affected files, API contracts, risks, and validation commands, then approve it in the browser before implementation starts. ## Quick Start Ask the assistant to use $local-visual-plan to create a local visual implementation plan for your proposed change before editing any code.