> ## 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.

# Introduction

> Orchestrate multiple Claude agents from a visual command center

# 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.

<Frame>
  <img src="https://mintcdn.com/bahri/kXcxgXQJrZzEtgWF/images/dashboard.png?fit=max&auto=format&n=kXcxgXQJrZzEtgWF&q=85&s=b356fecfd2710d28a5f1fdcd908f7f97" alt="Claude Board Dashboard" width="1440" height="900" data-path="images/dashboard.png" />
</Frame>

## How it works

<Steps>
  <Step title="Define tasks & dependencies" icon="plus">
    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.
  </Step>

  <Step title="Agents orchestrate in waves" icon="play">
    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.
  </Step>

  <Step title="Review & ship" icon="check">
    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.
  </Step>
</Steps>

## Key features

<Columns cols={2}>
  <Card title="Orchestration Engine" icon="sitemap" href="/features/orchestration">
    DAG dependency graph, Gantt timeline, and live observability dashboard with file conflict detection.
  </Card>

  <Card title="Wave Execution" icon="layer-group" href="/features/queue">
    Parallel execution in dependency-aware waves. Auto-retry with exponential backoff on failures.
  </Card>

  <Card title="Multiple Agents" icon="users" href="/concepts/agents">
    Run up to 5 Claude agents simultaneously on different tasks with real-time monitoring.
  </Card>

  <Card title="Live Terminal" icon="terminal" href="/features/terminal">
    Watch file edits, tool calls, and commands in real-time with split-terminal support.
  </Card>

  <Card title="Git Automation" icon="code-branch" href="/features/git-automation">
    Auto-create branches and pull requests per task. Branch cleanup on completion.
  </Card>

  <Card title="Claude Manager" icon="sliders" href="/features/claude-manager">
    Manage MCP servers, plugins, permissions, hooks, and settings from one panel.
  </Card>

  <Card title="Auto-Test & Review" icon="vial" href="/features/auto-test">
    Automatic test execution on completion. Failed tests trigger auto-revision cycles.
  </Card>

  <Card title="Webhooks" icon="bell" href="/features/webhooks">
    Send events to Slack, Discord, Teams, or custom endpoints with per-project filtering.
  </Card>
</Columns>

## Next steps

<Columns cols={3}>
  <Card title="Installation" icon="download" href="/installation">
    Download the desktop app or install from source.
  </Card>

  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Create your first project and run a task in minutes.
  </Card>

  <Card title="Orchestration" icon="sitemap" href="/features/orchestration">
    Learn about dependency graphs, timeline, and live views.
  </Card>
</Columns>
