Skip to content

Quick Start

Terminal window
mix annihilation

This launches the Annihilation TUI dashboard with four modes:

  • Overview — see all psychonauts, their status, and recent activity
  • Focus — deep-dive into one psychonaut’s conversation stream
  • Reachings — answer psychonaut reachings, review drift
  • Grounding — review and ground generated psychonauts/tools

From the command palette (/):

/dispatch coder "Add a health check endpoint to the API"

This spawns a coder psychonaut that will:

  1. Read relevant source files
  2. Implement the health check
  3. Write tests
  4. Report completion

If you have beads set up:

/burst

This runs br ready, picks up all unblocked tasks, matches them to pipelines, and executes them concurrently.

/dispatch builder "Create a psychonaut that reviews PRs for performance issues"

The builder psychonaut generates an Elixir module. You’ll see it in the Grounding tab for review before it’s hot-loaded.