From goals
Generates a Mermaid or Excalidraw architecture/loop diagram from the active Goals goal's structured model, colored by status.
How this skill is triggered — by the user, by Claude, or both
Slash command
/goals:goals-architecture-diagramThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Render the active Goals goal's architecture map (or a designed loop) as a clean
Render the active Goals goal's architecture map (or a designed loop) as a clean diagram. Generation is deterministic — it comes from goals' own structured model, not freehand analysis — so the output is consistent and correct.
# Mermaid (default) — renders in GitHub / markdown / the dashboard
goals diagram --source architecture
goals diagram --source loop
# Excalidraw — a valid .excalidraw file you can open at excalidraw.com or in the
# VS Code Excalidraw extension
goals diagram --source architecture --format excalidraw --out goal.excalidraw
--source architecture uses the active goal's architecture map; --source loop
uses .goals/loop-design.json from the visual loop builder. Requires an active
Goals goal (run from its worktree, or an in-place goal's repo).
npx claudepluginhub shivamgupta42/goals --plugin goalsShows the architecture map of the active Goals goal: what is built, planned, blocked, deferred, or missing. Use inside a Goals project for system shape or checking changes against the map.
Generates valid Mermaid diagrams from written descriptions using a plan-confirm-generate-review loop. Useful for turning architecture, lifecycle, or flow descriptions into diagrams.