Kanban for Claude Code
Kanban for Claude Code sessions.
Run multiple Claude Code sessions in parallel and see them all on one board. Phases, tags, automatic git worktree isolation, and per-session file traceability. The terminal cannot give you this.
Once you run more than one Claude Code session, you need a board.
Two parallel Claude Code sessions are easy to manage in the terminal. Three is harder. Six is unmanageable. The hard part is not the coding. It is knowing what is still running, what needs input, and what changed.
Nimbalyst is a kanban board for Claude Code. Every session is a card. Cards move through phases (backlog, planning, implementing, validating, complete). Each session runs in its own git worktree automatically, so they cannot stomp on each other. The files-edited sidebar shows exactly which files each session touched. The board is the missing layer between the terminal and your project.
Why Nimbalyst
What a kanban for Claude Code adds
Session kanban: one board for every session
All your Claude Code sessions on one screen. Drag between phases. Tag by type or priority. Filter to see what is active. No more clicking through terminal tabs to find the one you started yesterday.
Task kanban: track the work alongside the agents
Plans, bugs, features, and ideas live on their own kanban board next to your sessions. Drag tasks through their own phases. Link them to the sessions doing the work.
Automatic git worktree isolation
Every session gets its own worktree and branch automatically. Two parallel sessions cannot stomp on each other. Merge when ready.
Per-session file traceability
Each card shows the files that session touched. Click into the card and review every diff. No more wondering which agent edited what.
Link files to tasks to sessions
Files belong to tasks. Tasks belong to sessions. Click any file and see which task it serves and which session changed it last. The whole chain stays connected.
iOS app for monitoring on the go
Your kanban board on your phone. Get notified when a session needs input or completes work. Reply from anywhere.
Comparison
Kanban for Claude Code vs terminal tabs
| Feature | Terminal tabs | Nimbalyst |
|---|---|---|
| Session visibility | One terminal at a time | All sessions on one kanban board |
| Phase tracking | — | Backlog, planning, implementing, validating, complete |
| Git worktree isolation | Manual | Automatic per session |
| File traceability per session | — | Files-edited sidebar per card |
| Tags and filters | — | Per session, queryable |
| Mobile access | — | iOS app |
FAQ
Frequently asked questions
Is Nimbalyst a kanban board for Claude Code?
How many Claude Code sessions can I run on the kanban?
Do parallel Claude Code sessions stomp on each other?
Can I see what each Claude Code session changed?
Does the kanban work with Codex sessions too?
Learn More