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.

Welcome to Claude Board

Claude Board is an open-source AI orchestration platform that turns your local machine into a multi-agent development squad. Define tasks with dependency graphs, execute them in parallel waves, and monitor everything through a real-time observability dashboard.
Claude Board Dashboard

How it works

Define tasks & dependencies

Create tasks on a visual Kanban board. Set dependencies with drag-and-drop, choose models (Opus, Sonnet, Haiku), and attach context snippets or file references.

Agents orchestrate in waves

Tasks execute in dependency-aware waves. Wave 0 tasks run in parallel, Wave 1 starts when dependencies resolve. Each agent creates a branch, writes code, runs tests, and commits — all visible in the live terminal.

Review & ship

Review diffs, auto-test results, and token costs. Approve to auto-create PRs, or request changes — Claude iterates on your feedback with exponential backoff retry on failures.

Key features

Orchestration Engine

DAG dependency graph, Gantt timeline, and live observability dashboard with file conflict detection.

Wave Execution

Parallel execution in dependency-aware waves. Auto-retry with exponential backoff on failures.

Multiple Agents

Run up to 5 Claude agents simultaneously on different tasks with real-time monitoring.

Live Terminal

Watch file edits, tool calls, and commands in real-time with split-terminal support.

Git Automation

Auto-create branches and pull requests per task. Branch cleanup on completion.

Claude Manager

Manage MCP servers, plugins, permissions, hooks, and settings from one panel.

Auto-Test & Review

Automatic test execution on completion. Failed tests trigger auto-revision cycles.

Webhooks

Send events to Slack, Discord, Teams, or custom endpoints with per-project filtering.

Next steps

Installation

Download the desktop app or install from source.

Quick Start

Create your first project and run a task in minutes.

Orchestration

Learn about dependency graphs, timeline, and live views.