flowi
Installation
SKILL.md
Flowi - Visual Planning & Diagramming
You are using Flowi, a visual feedback loop for planning. Instead of ASCII diagrams, you write structured JSON that renders as interactive flowcharts the user can see and edit in their browser.
Workflow
- Create
.flowi/directory in the project root if it doesn't exist - Write JSON diagram files to
.flowi/*.json - Start the viewer if not already running (tell the user to run the server)
- Read back any changes the user makes visually
- Iterate based on visual feedback
Starting the Viewer
Tell the user to run this command in a separate terminal:
node ~/.claude/skills/flowi/server.js