Skip to Content
DocsReferenceCLI CommandsOverview

Aigon’s CLI commands are grouped by workflow. Most workflow commands have both a long form (aigon feature-create) and an agent-invoked form (/aigon:feature-create, $aigon-feature-create, or an inlined launch prompt, depending on the agent).

This reference covers the commands users normally run directly. Aigon also has lower-level plumbing commands for hooks, telemetry capture, migrations, and dashboard internals; those remain discoverable through aigon help and source-level docs rather than standalone website pages.

Setup commands

Install, initialize, and repair Aigon.

  • setup — Run or resume first-run onboarding
  • install-agent — Install agent commands, skills, hooks, and context files
  • apply — Initialize repo on first run, then keep Aigon files up to date
  • remove — Remove Aigon-managed files from the current repo
  • doctor — Detect and repair common project state drift
  • seed-reset — Reset demo seed repositories

Feature commands

The core delivery workflow — moving a feature from idea to merged code.

Research commands

Front-load investigation before you commit to building.

Feedback commands

Capture and triage incoming feedback before it becomes a feature.

Infrastructure commands

The dashboard, server, and supporting tooling that runs around your features.

  • board — Show the Kanban board (or list view)
  • storage — Manage SpecStore local/git-branch storage, sync, doctor, report, and conversion
  • spec-layout — Inspect or migrate durable spec-file locations
  • spec-view — Inspect or regenerate generated lifecycle links
  • server — Manage the Aigon dashboard server
  • preview — Launch an isolated worktree dashboard (optional --sandbox for write-heavy backend changes)
  • config — Read and write global/project config
  • proxy — Manage the optional .localhost proxy
  • proxy-setup — Inspect local proxy setup
  • dev-server — Manage app dev servers (start, stop, logs)
  • status — Show repo status across all workflows
  • agent-status — Per-agent status signals (used by hooks)
  • sessions-close — Kill all agent sessions for an ID
  • session-list — List all live Aigon-managed tmux sessions
  • token-window — Nudge sessions to align rolling provider usage windows
  • repair — Repair safe drift without resetting work
  • next — Suggest the most likely next workflow action
  • insights — Analytics: cost, quality, trends
  • Aigon Syncaigon backup / aigon vault and dashboard Settings → Aigon Sync; see the Aigon Sync guide
  • deploy — Deploy a feature preview
  • help — Show available commands

Grouped and compatibility commands

These executable commands share the workflow pages above: feature-list, feature-status, feature-spec, feature-context, feature-transfer, feature-pause, feature-resume, feature-spec-review, feature-spec-revise, feature-cancel-spec-review, feature-cancel-spec-revision, feature-transcript, feature-unprioritise, feature-delete, feature-rebase, feature-backfill-timestamps, feature-autonomous-resume, and feature-escalation; plus research-context, research-pause, research-resume, research-spec-review, research-spec-revise, research-cancel-spec-review, research-cancel-spec-revision, research-cancel-code-review, research-transcript, research-unprioritise, research-review, research-reset, research-delete, and research-submit.

Setup/maintenance commands are grouped under Setup or Infrastructure: init, uninstall, project-context, trust-worktree, install-seed, check-version, update, feedback-migrate, nudge, agent-context, agent-probe, agent-quota, agent-resume, commits, stats, profile, workflow-rules, and rollout. Set workflow commands are set, set-prioritise, feature-set-spec-review, feature-set-spec-revise, set-autonomous-start, set-autonomous-stop, set-autonomous-resume, and set-autonomous-reset.

The following share pages with the guides above or are thin aliases: sync, backup, recurring-list, schedule, agent-launch, agent, installed-notice, and signal-health. They are all discoverable through aigon help.

Conventions

  • Slash form — every workflow command is also invocable from inside an agent session. The prefix depends on the agent: /aigon:feature-create (Claude Code), $aigon-feature-create (Codex), /aigon-feature-create (Cursor, GitHub Copilot CLI), or an inlined prompt body (Antigravity, OpenCode, Kimi, Amp). See the Agents reference.
  • Shortcuts — common commands have two-letter aliases (afc for feature-create, ars for research-start, ab for board). See each command page for its shortcut.
  • IDs vs names — most commands accept either the numeric feature ID (42) or the feature slug (dark-mode). Aigon resolves whichever you give it.
Last updated on