Flowpane — Productivity skill for Claude Code
FlowPane — a live graph of a Claude Code workflow run, drawn in the pane beside the transcript.
How to install Flowpane
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open mpolatcan/flowpane and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Flowpane does
FlowPane — a live graph of a Claude Code workflow run, drawn in the pane beside the transcript.
Alternatives in Productivity
- Pi Subagents — Claude Code like Sub-Agents & Workflow Orchestration for Pi — parallel execution, live widget, fleet view, cus 967 ★
- Cezar — Cezar is a parallel coding agents orchestrator 174 ★
- Craft Mockup — Live HTML mockup funnel - 3 options, converge by reacting, graduate to tweak/story/todo 52 ★
README
flowpane — a live graph of a Claude Code workflow run
**Claude Code** runs a workflow as a list of agents ticking over. **flowpane** draws it instead: one column per phase, an agent as a node, the barriers and carries between them as edges, repainted about eight times a second while the run is live.
Built on Claude Code **function hooks** (**Claude Mods**), the early-access plugin API from [anthropics/claude-code#91870](https://github.com/anthropics/claude-code/issues/91870).
Screenshots
| Phases across | Phases down |
|---|---|
![]() |
![]() |
| Timeline | A node's detail |
|---|---|
![]() |
![]() |
What it draws
- Every agent as a node, framed in its own state — green for done, yellow for running, red for failed, grey for one the run cut off — with its name, how long it took, what it spent and the model it ran on.
- The shape of the run: phases as columns or bands, fan-outs folded to fit, loops marked with the number of passes, chains that stopped early left short, and a phase the run never entered drawn as skipped rather than as failed.
- What is happening now: a travelling light along the live wires, the tool an agent is calling written on its card, and a running total of tokens, tool calls and models on the run line.
- What an agent was asked and answered: press a node for a dialog carrying its prompt, every tool call with its input, and its result.
- The session's other runs: press the run's name for a menu of them, grouped by state; with nothing running the pane lists them in place of the graph.
- Three layouts — across, down, or timeline: phases laid across the pane, stacked down it, or drawn as bars against the clock —
Related Skills
Aegis Live Tail
Always-on terminal pane that displays the live conversation/activity stream from the active Claude Code sessio
Graph Foreman
Task-graph orchestration skill for Claude Code — parallel executors, enforced reviewer gate, live dashboard
Cctmux
Launch Claude Code inside tmux with session management, real-time monitoring, and pane awareness
Ace Sidecar
Local developer observability sidecar, transcript mining, and workflow skill miner for Claude Code & Antigravi
Notes
Put your raw notes or a transcript from a meeting into its vault note, pull out decisions, action items and wa
Resolve Multicam Workflow
Claude Agent skill for DaVinci Resolve Studio: audio sync, auto multicam cut from a Whisper transcript, film-l
Related Agents
Prose Walker
Executes workflow prose exactly as a live session would, against a disposable test world, and returns a transc
Cypher Author
Writes read-only Cypher for natural-language questions given the live graph schema and few-shot examples; also
Ff UI
Flapforge UI engineer: implements and rebuilds Flapforge screens against a written visual spec, using the proj



