> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tiny-brain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> The tiny-brain command map

<Note>
  This reference is hand-written against **tiny-brain v0.26.1**. Flags may
  drift between releases until auto-generated reference lands — `tiny-brain
    help <command>` is always authoritative for your installed version.
</Note>

Run `tiny-brain help` for the live map, or `tiny-brain help <command>` for
any command's flags and examples.

| Area                  | Commands                                    | Page                                                        |
| --------------------- | ------------------------------------------- | ----------------------------------------------------------- |
| Setup & configuration | `init` · `analyse` · `doctor` · `config`    | [Setup](/cli-reference/setup)                               |
| Platform integration  | `mcp` · `hooks` · `as`                      | [Integration](/cli-reference/integration)                   |
| TDD workflow          | `task` · `commit` · `work add` · `pipeline` | [TDD workflow](/cli-reference/tdd)                          |
| Worktrees             | `go` · `worktree`                           | [Worktrees & workers](/cli-reference/worktrees-and-workers) |
| Workers               | `run` · `worker`                            | [Worktrees & workers](/cli-reference/worktrees-and-workers) |
| Dashboard             | `dashboard`                                 | [Dashboard tour](/getting-started/dashboard)                |

Two habits worth forming early:

* **Let the hooks call the internal surface.** Commands like `pipeline` and
  `commit validate` are the machinery under the git hooks — you rarely
  invoke them directly, but knowing they exist demystifies what a rejected
  commit means.
* **`doctor` first when something's off.** Every failing check prints a
  copy-pasteable `Fix:` line.
