/gaia is the entry point for GAIA’s day-to-day workflows. It is technically a Claude skill router, but in practice it works like a command.
It’s located in .claude/skills/gaia/SKILL.md.
| Command | What it does |
|---|
/gaia spec | Run a Q&A to write and refine specifications. |
/gaia plan | Plan known features. |
/gaia handoff | Generate a session handoff document so context can transfer to a fresh session. |
/gaia pickup | Restore context from the most recent handoff. |
| Command | What it does |
|---|
/gaia audit | Audit memory, rules, and wiki for duplication, stale entries, and unnecessary base context overhead. |
/gaia fitness | Health check and auto-heal for the Claude integration surface. Triage, heal, verify, with a letter grade. |
/gaia wiki | Wiki maintenance. With no arguments, runs the full chain. Each can also be invoked individually. |
| Command | What it does |
|---|
/update-deps | Bump outdated packages group-by-group, run migrations for major-version bumps, and validate the full quality gate. |
/update-gaia | Pull the latest GAIA release into your project without overwriting your customizations. |
| Command | What it does |
|---|
/gaia forensics | If you encounter any issues with GAIA commands, this will triage the issue and submit a bug report. |
Invoking /gaia with no argument (or with an unrecognized one) prints a help message.