Integrate GAIA FLOW |
Detects the stack from the repository, asks only what it cannot observe, then scaffolds a tailored brain. Refuses to overwrite an existing one. Also reachable as /gaia-init. |
Project_Brain/, CLAUDE.md, RESUME.command, cockpit |
/gaia-resume |
Reads the brain in its fixed order, auto-restores an interrupted session from the last checkpoint, loads only the memory the current work state calls for, then confirms sync in one line and stops. |
Nothing, beyond restoring session state |
/gaia-ship |
The locked update protocol. Appends a dated changelog entry, refreshes the snapshot with what is true now — including deferred work — and takes a recovery snapshot. |
PROJECT_MEMORY.md, 02_CURRENT_STATE.md |
/gaia-status |
A read-only pulse: last shipped, what is next, what is in flight, what is deferred, current phase. Flags the snapshot when it disagrees with the changelog. |
Nothing — it never edits a file |
/gaia-scan |
The intelligence core. Deterministic scanners collect evidence, then the model reasons over it into a Project DNA: architecture pattern, maturity, posture, scaling read, top risk — each finding cited. |
INTELLIGENCE/PROJECT_DNA.md, intelligence.json |
/gaia-suggest |
The strategic pass. Reads the brain and the real code, then reports trajectory and lifecycle phase, the highest-value next phase, and confidence-ranked risks and gaps. |
Nothing until you accept a suggestion |
/gaia-decide |
Records an engineering decision, or a hard-won error lesson: what was chosen, why, the alternatives rejected, the future impact, the risks, and the files it links to. |
A numbered entry in DECISIONS/ |
/gaia-phase |
Roadmap upkeep — add, done, next, split. A phase is only marked done when the work is shipped and logged, never on a promise. |
03_PHASE_TRACKER.md |
/gaia-mode |
Sets how present the system is: normal, deep-work, silent, recovery, lightweight, orchestration. Deep-work and silent suppress every proactive output. |
The session mode file |
/gaia-end |
The end-of-day wrap. Checks the latest task is logged, ships it if it is not, makes the snapshot truthful about half-finished work, then gives a short summary. |
02_CURRENT_STATE.md, session marker |
/gaia-doctor |
Health check and repair. Verifies every expected file, finds leftover placeholders, detects drift between the snapshot and the changelog, checks recovery health, and fixes what is safely fixable. |
Repairs in place, with your confirmation |