visflow
01Plugin Claude Code
A living, annotated architecture map for AI-built projects.
Plugin Claude Code
A living, annotated architecture map for AI-built projects.
Plugin Claude Code
A living, annotated architecture map for AI-built projects.
Command
Safely stop the active VisFlow reconciliation without losing queued edits.
Command
Scan this repository and build/refresh the VisFlow architecture map (.visflow/graph.json).
Command
Open the VisFlow architecture map for this project in the browser.
Command
Configure VisFlow for this repository — choose whether the map is committed (shared with your team) or kept local, and set up .gitignore accordingly.
Command
Reconcile recorded decisions with the current VisFlow map — report and reattach orphaned decisions.
Command
Connect existing VisFlow maps, discover cross-repository relationships, review them, and open the combined map.
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit and NotebookEdit tool calls, executing record-edit.js via node. From VisFlow/visflow-plugin.
Hook
Runs when the agent finishes a response, executing reconcile-stop.js via node. From VisFlow/visflow-plugin.
Hook
Runs when a subagent finishes, executing record-exploration.js via node. From VisFlow/visflow-plugin.