From goals
Generate a clean architecture or loop diagram for the active Goals goal as Mermaid or a valid .excalidraw file. Use when the user asks to visualize, diagram, or draw the goal's architecture map or the designed loop.
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).
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub shivamgupta42/goals --plugin goals