Help us improve
Share bugs, ideas, or general feedback.
Invisible personal kanban for Claude Code — zero friction task tracking
npx claudepluginhub egorfedorov/soloboardPersonal task tracker — invisible kanban that tracks your work automatically
Share bugs, ideas, or general feedback.
Autonomous development orchestrator for Claude Code
From invisible kanban to autonomous dev team. 94 tools.
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
npm install -g soloboard
soloboard install # in your project directory
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.
See the Getting Started Guide for a complete walkthrough — installation, first use, common workflows, and troubleshooting.
| 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 |
| 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> |
.claude/agents/ files for complex tasks.kanban/tasks/, git-friendly.kanban/ in your project, no network, no dangerous opsdashboardnpm install -g soloboard && soloboard install