visual-plan
Installation
SKILL.md
Purpose
Render a plan as a visual MDX page instead of a wall of text, using the vplan CLI. The component
vocabulary is general: although the examples below are code-flavored, it fits any structured plan
(a product launch, a research agenda, an incident response), not just software changes. Use the
components that fit the plan and skip the ones that do not.
Above all, show, don't tell: a reader should grasp the plan by scanning its diagrams, phases, and tables, with prose only connecting the visuals, not carrying the plan itself. The Show, don't tell section below is the heart of this skill.
If the
vplancommand is not found, install it globally first:npm i -g vplan@latest(published on npm). Re-run the failed command afterward.