atc-net/atc-claude-kanban

6 stars · Last commit 2026-05-29

Real-time Kanban dashboard for monitoring Claude Code agent tasks, sessions, and subagents through a browser-based board

README preview

# Atc.Claude.Kanban

Real-time Kanban dashboard for monitoring [Claude Code](https://docs.anthropic.com/en/docs/claude-code) agent tasks, sessions, and subagents through a browser-based board.

<p align="center">
  <img src="docs/overview-dark.png" alt="Dashboard overview — dark theme" width="900">
</p>

**Board & tasks**

- 📊 **Real-time Kanban board** — tasks flow Pending → In Progress → Completed as Claude works
- 📈 **Timeline view** — horizontal bars of task durations, colored by status, with hover tooltips
- 🖱️ **Drag-drop** — move tasks between columns by dragging
- 🔗 **Task dependencies** — visual blockedBy/blocks relationships with smart badge clearing
- 📦 **Auto-archive** — stale sessions (>7 days, no active tasks) collapse into an "Archived" section
- 🚫 **Session dismiss** — temporarily hide sessions from the active list without deleting them

**Sessions & sidebar**

- 🗂️ **Project grouping** — sessions grouped by project under collapsible headers with active/total counts

View full repository on GitHub →