Skip to content
Development
Command

/project

Manage project boards.

From plugin
soloboard
243 skills3 commands1 MCP
Install
> /plugin marketplace add egorfedorov/Soloboard
> /plugin install soloboard@soloboard

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/project

Context preview

What this command does when you run it.

Manage project boards.

Command definition

project.md

/soloboard:project

Manage project boards.

Usage

  • `/soloboard:project` — Show active project info
  • `/soloboard:project create <name>` — Create a new project board
  • `/soloboard:project list` — List all projects
  • `/soloboard:project switch <name-or-id>` — Switch active project

Behavior

No arguments

Call `project_list` and `board_view` to show the active project's name, task counts, and board overview.

`create <name>`

Call `project_create` with the given name. This also initializes the `.kanban/` directory if it doesn't exist.

`list`

Call `project_list` and display all projects with their task counts. Mark the active project.

`switch <name-or-id>`

Call `project_switch` with the given name or ID. Display confirmation with the new active project's board.

Ships withsoloboard

SoloBoard - Autonomous development orchestrator for Claude Code.

Get the whole plugin
Stats
24
Stars
3
Forks
Quiet
Maintenance
TypeScript
Language
6mo ago
Last commit
6mo ago
Created

Repo: egorfedorov/Soloboard

Other commands on soloboard.