Skip to main content

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.

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.

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.
Point the working directory at an existing repository for best results. Claude works best when it can read your existing code structure.
3

Configure permissions

Choose a permission mode:
ModeBest forDescription
Auto AcceptMost usersClaude uses all tools without asking
Allowed ToolsSecurity-consciousOnly specified tool categories
DefaultCustom setupsUses Claude’s built-in settings
Claude runs with --no-input, so it cannot ask for permission interactively. Use “Auto Accept” for best results.

2. Create and run a task

Click 'New Task'

Write a clear, specific description. The more detail you provide, the better Claude performs.
Good:
Title: Add JWT authentication middleware
Description: Implement login/register endpoints with JWT tokens.
Use bcrypt for password hashing. Add middleware for protected routes.
Follow the existing Express.js patterns in src/routes/.
Too vague:
Title: Add auth
Description: Make authentication work

Configure the task

SettingOptionsWhen to use
Modelopus / sonnet / haikuOpus for complex, Sonnet for balanced, Haiku for simple
Typefeature / bugfix / refactor / docs / test / choreCategorizes the task and matches prompt templates
Prioritylow / medium / high / urgentAffects 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.)

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.