# /grid:help - Grid Command Reference

---
name: grid:help
description: Display Grid command reference
argument-hint: ""
---

Display this:

```
THE GRID
════════

COMMANDS
  /grid              Enter The Grid
  /grid:mc           Same as above
  /grid:update       Pull latest from GitHub
  /grid:init         Initialize .grid/ state
  /grid:resume       Resume interrupted mission
  /grid:refine       Run Refinement Swarm (visual, E2E, personas)
  /grid:debug        Start systematic bug investigation
  /grid:daemon       Background execution mode
  /grid:status       Show current Grid state
  /grid:branch       Git branch management for Grid sessions
  /grid:model        Configure model selection (opus/sonnet/haiku)
  /grid:budget       Track costs, set spending limits
  /grid:help         This help

MODES
  AUTOPILOT          Zero questions. MC handles everything.
  GUIDED             MC drives, asks only when essential.
  HANDS ON           Collaborative decisions.

MODEL TIERS
  /grid:model quality      Opus for all agents (default, best results)
  /grid:model balanced     Sonnet for most (good balance)
  /grid:model budget       Haiku where possible (lowest cost)
  /grid:model custom       Configure per-agent

BUDGET & COSTS
  /grid:budget             Show current budget status
  /grid:budget set $50     Set spending limit
  /grid:budget estimate    Estimate cost of pending work
  /grid:budget report      Detailed usage report
  /grid:budget reset       Reset usage counters
  /grid:budget unlimited   Remove budget limit

DAEMON MODE
  /grid:daemon "task"       Start long-running background task
  /grid:daemon status       Check active daemon status
  /grid:daemon list         List all daemons
  /grid:daemon stop         Stop active daemon
  /grid:daemon resume "msg" Resume from checkpoint
  /grid:daemon logs         View daemon logs

BRANCH MANAGEMENT
  /grid:branch              Show current branch status
  /grid:branch create       Create new feature branch
  /grid:branch switch       Switch to existing branch
  /grid:branch pr           Create pull request
  /grid:branch cleanup      Delete merged branches
  /grid:branch list         List all Grid branches
  /grid:branch sync         Sync with main

REFINEMENT SWARM
  /grid:refine              Full swarm (visual + E2E + personas)
  /grid:refine visual       Screenshot + vision analysis only
  /grid:refine e2e          Click everything, break things
  /grid:refine personas     Simulate target users
  /grid:refine grant        Grant-specific review mode

CONCEPTS
  Master Control     The orchestrator - your sole interface
  Program            An agent spawned to do work
  Cluster            A feature you're building
  Block              A group of related tasks
  Thread             A single atomic task
  Recognizer         Verifies work meets goals
  Visual Inspector   Screenshots + sees UI issues
  E2E Exerciser      Clicks everything, finds breaks
  Persona Simulator  Becomes target users, critiques
  I/O Tower          Checkpoint requiring User input
  Identity Disc      Context that travels with Programs

WORKFLOW
  1. You describe what to build
  2. Master Control infers context (users, stack, approach)
  3. MC spawns Programs to build
  4. Refinement Swarm tests + polishes
  5. MC reports finished result

"I fight for the Users."

End of Line.
```
