Live Kanban Board
Real-time task status from ~/.claude/tasks/. Watch your agent's
todo list update as it works — Plan, In Progress, Review, Done.
Live Kanban · Session Analytics · Agent API
for Claude Code agents. Zero setup, no database.
Real-time task status from ~/.claude/tasks/. Watch your agent's
todo list update as it works — Plan, In Progress, Review, Done.
Parse queue.md with task dependencies, acceptance criteria, and
blocked status. Full dependency graph visualization.
Log lint, typecheck, and test results per task via meta.quality.
See ✅/❌ inline in each Kanban card with full timeline history.
Token-based context window estimation. Green → yellow → red warnings when sessions approach 65% and 75% usage. Aggregate banner in live mode.
Reads ~/.claude/usage-data/facets/ — AI-generated session analysis
with outcome scores, helpfulness ratings, friction types, and satisfaction rates.
HTTP endpoints for multi-agent workflows: POST /log to record task
results, GET /queue for computed statuses, agent registry with
heartbeat & stale detection. BLOCKED events push browser notifications instantly.
Install Claude Code lifecycle hooks with claudedash hooks install.
PostToolUse events stream via SSE. 5-hour rolling billing block estimates
cost in real time across all models.
Session sidebar, Kanban board, context health bars, quality gates — all updating via SSE.
Zero refresh. No database. No cloud.
# Zero-install — always gets latest version
$ npx -y claudedash@latest start
# Install real-time lifecycle hooks
$ claudedash hooks install
✓ Hooks installed in ~/.claude/settings.json
# Set up plan mode in your project
$ claudedash init
✓ Created .claudedash/ with queue.md, workflow.md
▶ Live sessions · Queue tracker · Agent registry
✓ Server running at http://localhost:4317
Fastify server starts at localhost:4317. Chokidar watches
~/.claude/ and .claudedash/ for file changes via SSE.
Run claudedash hooks install to inject PostToolUse/Stop hooks
into Claude Code. Every tool call streams live to the dashboard event feed.
Agents call POST /log to record task results. BLOCKED status
triggers instant browser notifications. GET /queue returns
dependency-resolved task statuses.
Running agents across multiple git worktrees? claudedash maps sessions to branches by
cwd, shows dirty state and ahead/behind counts — and the Activity tab
surfaces tool usage, prompt history, cost breakdown, and AI-scored session quality.
Add claudedash as an MCP server and your agent gains full self-awareness: what tasks are queued, how much context is left, what it's spent today. The loop closes.
get_queuetask list with READY/BLOCKED statusget_sessionsactive sessions + context healthget_costtoday's spend by modellog_taskwrite DONE/BLOCKED to execution.logcreate_taskadd new task to queue.mdOne command. No config. Live Kanban, Agent API, quality analytics — in real time.