SoloBoard
Autonomous development orchestrator for Claude Code
From invisible kanban to autonomous dev team. 94 tools.
What is this?
SoloBoard is a Claude Code plugin that silently tracks your tasks as you work. No setup commands, no context switching, no overhead. Just code — the board manages itself.
you > fix the login bug on mobile
← task silently created in DOING
claude > Found the issue in auth.ts:47...
← files auto-tracked to task
you > commit this
← commit SHA auto-linked to task
you > /soloboard-board
TODO (1) DOING (1) DONE (3)
→ Fix login bug ✓ Setup auth
on mobile ✓ Add dark mode
abc1234 ✓ Refactor API
Install
Option A: npm global (recommended)
npm install -g soloboard
soloboard install # in your project directory
Option B: Clone & build
git clone https://github.com/egorfedorov/Soloboard.git
cd Soloboard && npm install && npm run build
bash install.sh /path/to/your/project
Then just cd your-project && claude — the board manages itself.
Getting Started
See the Getting Started Guide for a complete walkthrough — installation, first use, common workflows, and troubleshooting.
How it works
| You do | SoloBoard does (silently) |
|---|
"fix the login bug" | Creates task → DOING |
"how does auth work?" | Nothing — it's a question |
"add dark mode" | Moves previous task → TODO, creates new → DOING |
| Edit files | Auto-tracks changed files to active task |
git commit | Auto-links commit SHA to active task |
/soloboard-board | Shows the kanban board |
/soloboard-task done | Moves active task → DONE |
Commands
| Command | What it does |
|---|
/soloboard-board | View your kanban board |
/soloboard-task | Show active task / done / create <title> / delete <name> |
/soloboard-project | Show project / create <name> / list / switch <name> |
Features
- Zero friction — no setup commands, board auto-initializes on first prompt
- Silent tracking — tasks created from actionable prompts, questions ignored
- Smart task creation — analyzes project to find related files, auto-tags, and sets priority
- Task context — saves what you examined, decisions made, remaining work per task
- Task agents — auto-generates
.claude/agents/ files for complex tasks
- Auto-review — pre-close analysis checks for TODOs, tests, type errors before marking done
- Task splitting — break complex tasks into subtasks with progress tracking
- Dependencies — blocked-by relationships with circular dependency detection
- Critical path — find the bottleneck chain that determines project duration
- Sprints — time-boxed task grouping with burndown tracking
- Daily standup — automated standup summary: done, in-progress, blocked
- Pomodoro timer — focus sessions tied to tasks
- Auto-manager — project health score, stall detection, smart suggestions
- Gantt chart — text-based timeline view with dependency visualization
- Auto-reprioritize — smart priority adjustment based on blockers and progress
- Git integration — commits, branches, and PRs auto-linked to tasks
- Fuzzy search — say "move login bug to done" and it finds the right task
- File-per-task storage — each task is a JSON file in
.kanban/tasks/, git-friendly
- Safe — only touches
.kanban/ in your project, no network, no dangerous ops
- 3 statuses — TODO, DOING, DONE. That's it.
- Time tracking — automatic: tracks time in DOING, shows per-task and total
- Priority sorting — high tasks float to top of each column automatically
- Markdown export — export the board as markdown for reports or sharing
- Multi-project dashboard — see all projects at a glance with
dashboard
- Global CLI —
npm install -g soloboard && soloboard install
- Multi-agent orchestration — register agents, claim tasks, lock files, handoff context
- NL planning — describe what you want to build, get a structured task plan