Getting Started
Installation
bash
npm i -g groove-aiQuick Start
Start the daemon:
bash
groove startSpawn your first agent:
bash
groove spawn --role backendSpawn a second agent — it will automatically be introduced to the first:
bash
groove spawn --role frontendCheck status:
bash
groove statusWhat Just Happened
groove startlaunched the daemon on port 3141, which manages all agent coordination- Each
groove spawnstarted a Claude Code session with the specified role - The introduction protocol notified existing agents about the new arrival
- The Journalist began synthesizing context in the background
Next Steps
- What is Groove? — understand the architecture
- How It Works — the coordination model in detail
- CLI Reference — all available commands
