Skip to main content
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.
Run tiny-brain help for the live map, or tiny-brain help <command> for any command’s flags and examples.
AreaCommandsPage
Setup & configurationinit · analyse · doctor · configSetup
Platform integrationmcp · hooks · asIntegration
TDD workflowtask · commit · work add · pipelineTDD workflow
Worktreesgo · worktreeWorktrees & workers
Workersrun · workerWorktrees & workers
DashboarddashboardDashboard tour
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.