This guide walks you through creating your first project, running a task, and reviewing the result. You’ll have an AI agent writing code in under 5 minutes.Documentation Index
Fetch the complete documentation index at: https://docs.claboard.dev/llms.txt
Use this file to discover all available pages before exploring further.
1. Create a project
Open Claude Board
Launch the desktop app. If this is your first launch, the setup wizard will guide you through initial configuration.
Click 'New Project'
Enter a project name, slug, and the working directory — the local path where Claude will read and write code.
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
| Setting | Options | When to use |
|---|---|---|
| Model | opus / sonnet / haiku | Opus for complex, Sonnet for balanced, Haiku for simple |
| Type | feature / bugfix / refactor / docs / test / chore | Categorizes the task and matches prompt templates |
| Priority | low / medium / high / urgent | Affects queue order |
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.)
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.