1. Create a project
1
Open Claude Board
Launch the desktop app. If this is your first launch, the setup wizard will guide you through initial configuration.
2
Click 'New Project'
Enter a project name, slug, and the working directory — the local path where Claude will read and write code.
3
Configure permissions
Choose a permission mode:
2. Create and run a task
Click 'New Task'
Write a clear, specific description. The more detail you provide, the better Claude performs.
Example: Good vs. vague task descriptions
Example: Good vs. vague task descriptions
Good:Too vague:
Configure the task
Start the task
Drag the task to In Progress or right-click and select “In Progress”. Claude spawns immediately, creates a branch, and starts coding.
Watch the live terminal
Click the terminal icon on the task card to watch Claude work in real-time. You’ll see:
- Read — files Claude is examining
- Write/Edit — code changes being made
- Bash — commands being executed (tests, git, etc.)
Review the result
When Claude finishes, the task moves to Testing. Click the review button to:
- Approve — moves to Done, optionally creates a PR
- Request Changes — provide feedback, Claude iterates automatically
3. Level up
Now that you’ve run your first task, explore these features to get more out of Claude Board:Orchestration
Set up dependency graphs and run tasks in parallel waves.
Auto-Queue
Configure hands-free execution with concurrency limits.
Context Snippets
Inject project rules and coding standards into every prompt.
Git Automation
Auto-create branches and PRs per task.