# tiny-brain > TDD guardrails, task pipelines, and adversarial review for AI coding agents — docs, CLI reference, and integration guides. ## Docs - [Platform integration](https://docs.tiny-brain.com/cli-reference/integration.md): mcp, hooks, as - [Overview](https://docs.tiny-brain.com/cli-reference/overview.md): The tiny-brain command map - [Setup & configuration](https://docs.tiny-brain.com/cli-reference/setup.md): init, analyse, doctor, config - [TDD workflow](https://docs.tiny-brain.com/cli-reference/tdd.md): task, commit, work add, pipeline - [Worktrees & workers](https://docs.tiny-brain.com/cli-reference/worktrees-and-workers.md): go, worktree, run, worker - [Adversarial review](https://docs.tiny-brain.com/concepts/adversarial-review.md): Every implementation commit gets challenged by an agent that wasn't in the room - [Personas](https://docs.tiny-brain.com/concepts/personas.md): A stable working identity for the agent, injected at session start - [Phases](https://docs.tiny-brain.com/concepts/phases.md): Task status is derived from git, not declared by anyone - [The TDD loop](https://docs.tiny-brain.com/concepts/tdd-loop.md): RED → GREEN → REFACTOR, enforced by git hooks instead of good intentions - [The tracking model](https://docs.tiny-brain.com/concepts/tracking.md): Markdown is the source of truth; everything else is projection - [FAQ](https://docs.tiny-brain.com/faq/overview.md): The questions everyone asks before (and after) installing - [Dashboard tour](https://docs.tiny-brain.com/getting-started/dashboard.md): The local dashboard that streams your whole loop, live - [Your first PRD](https://docs.tiny-brain.com/getting-started/first-prd.md): What actually happens when your agent plans and ships a tracked task - [Install](https://docs.tiny-brain.com/getting-started/install.md): Get tiny-brain onto your machine and wired into your AI tool - [Quickstart](https://docs.tiny-brain.com/getting-started/quickstart.md): From zero to a live, guarded coding loop in three commands - [Commit format](https://docs.tiny-brain.com/guides/commit-format.md): The header format that attaches every commit to its task - [The git hooks](https://docs.tiny-brain.com/guides/hooks.md): What the commit-msg and post-commit hooks actually do on every commit - [Introduction](https://docs.tiny-brain.com/introduction.md): TDD guardrails, task pipelines, and adversarial review for AI coding agents - [Features & tasks](https://docs.tiny-brain.com/markdown-format/features.md): The feature file and the task-block syntax the whole pipeline hangs off - [Fixes](https://docs.tiny-brain.com/markdown-format/fixes.md): The bug-tracking document: reproduction, root cause, test plan, resolution - [Overview](https://docs.tiny-brain.com/markdown-format/overview.md): How plans are written: slugs, UUIDs, and who owns which part of the file - [PRDs](https://docs.tiny-brain.com/markdown-format/prds.md): The top-level plan document: one initiative, its features, and its release bar - [MCP tools](https://docs.tiny-brain.com/mcp-tools/overview.md): The tools tiny-brain's MCP server exposes to your AI client - [Troubleshooting](https://docs.tiny-brain.com/troubleshooting/overview.md): The common failures, what they mean, and the fix for each ## Optional - [Website](https://tiny-brain.com) - [Changelog](https://tiny-brain.com/changelog) - [GitHub](https://github.com/magic-ingredients/tiny-brain-releases)