1
Install
Puts the
tiny-brain CLI on your path. See Install
for Homebrew, the installer script, and the Claude Desktop bundle.2
tiny-brain init
Analyses your repo, installs the TDD git hooks, and writes the agent
context. From here on, commits follow the RED → GREEN → REFACTOR pipeline
and are validated by the hooks.
3
/plan
Your agent works with you to shape the request into a PRD — features and
tasks as markdown in
docs/prd/ — then works through the tasks
test-first, with an adversarial review after every implementation
commit.