@tensology/decisions-visual-plan
BRoute technical planning and review between Decisions Mermaid viewer, BuilderIO visual-plan/recap skills, and Open Design when the work needs richer artifacts.
Install
agr install @tensology/decisions-visual-plan --target claudeWrites 1 file into .claude/skills/, pinned to git-7e617b96.
- .claude/skills/decisions-visual-plan/SKILL.md
Document
name: decisions-visual-plan description: Route technical planning and review between Decisions Mermaid viewer, BuilderIO visual-plan/recap skills, and Open Design when the work needs richer artifacts.
Decisions Visual Planning
I am picking the right visual surface so the user can review structure before code ships — not dumping prose in chat.
Choose the surface
| User job | Use | How |
|---|---|---|
| Quick architecture / ER / sequence / state diagram | Mermaid | show_mermaid_diagram or open_page page=diagram viewer — see decisions-mermaid-diagrams |
| Approve a multi-step implementation plan with inline diagrams | visual-plan | /visual-plan skill (BuilderIO) — MDX plan with diagram blocks |
| Review a branch/PR shape before line-by-line diff | visual-recap | /visual-recap skill (BuilderIO) |
| UI mockup, deck, branded prototype, hand-drawn whiteboard | Open Design | decisions-open-design — desktop app + od mcp |
| End agent turn with clear done/blocked signal | quick-recap | Green/yellow/red status block |
Mermaid + visual-plan together
- Architecture / data-flow / API sequence in a plan → render with
show_mermaid_diagram(Decisions freestanding viewer at/diagram/). - UI wireframes, artboards, prototype tabs → use visual-plan top canvas (see vendored
visual-plan/references/canvas.md). - Do not duplicate: one Mermaid block for backend structure; canvas wireframes for screens — not both for the same fact.
Reference clones
Sibling to DecisionsAI (same parent as reference/ecc):
../reference/builderio-skills— BuilderIO/skills- Vendored skills:
plugins/visual-plan-pack/skills/(sync:python3 scripts/sync_visual_plan_pack.py)
Agent-Native Plans app (optional)
Hosted or self-hosted Plan app for sharing visual-plan MDX outside the IDE. See BuilderIO agent-native if you need shareable review links — Decisions Mermaid viewer covers the lightweight diagram case without that dependency.
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-7e617b962c1f2026-07-31