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 onboardinginstall-agent— Install agent commands, skills, hooks, and context filesapply— Initialize repo on first run, then keep Aigon files up to dateremove— Remove Aigon-managed files from the current repodoctor— Detect and repair common project state driftseed-reset— Reset demo seed repositories
Feature commands
The core delivery workflow — moving a feature from idea to merged code.
feature-create— Create a new feature spec in the inboxfeature-prioritise— Move an allocated feature to the backlogfeature-start— Create workspace and begin implementationfeature-do— Implement a feature (Drive or Fleet mode)feature-open— Open the feature worktree and start an agentfeature-code-review— Code-review a feature with a different agentfeature-code-revise— Implementer-side follow-up after a code reviewfeature-eval— Evaluate or compare implementationsfeature-close— Merge the winner and finish the featurefeature-cleanup— Garbage-collect worktrees and branchesfeature-reset— Full reset: kill sessions, drop worktrees, return spec to backlogfeature-now— Fast-track: create + prioritise + start in one stepfeature-autonomous-start— Background AutoConductor sessionfeature-validate— Run a feature’s validation commands
Research commands
Front-load investigation before you commit to building.
research-create— Create a new research topicresearch-prioritise— Assign an ID and move to the backlogresearch-start— Create workspace and begin researchresearch-do— Have an agent investigate and write findingsresearch-open— Open Fleet research agents side-by-sideresearch-eval— Synthesize findings and recommend featuresresearch-autopilot— Fleet research + spawn + monitor + evaluateresearch-close— Move finished research to done
Feedback commands
Capture and triage incoming feedback before it becomes a feature.
feedback-create— Legacy no-op; capture as research withorigin: customer-feedbackfeedback-list— List feedback items with filtersfeedback-triage— AI-assisted triage with recommendations
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 conversionspec-layout— Inspect or migrate durable spec-file locationsspec-view— Inspect or regenerate generated lifecycle linksserver— Manage the Aigon dashboard serverpreview— Launch an isolated worktree dashboard (optional--sandboxfor write-heavy backend changes)config— Read and write global/project configproxy— Manage the optional.localhostproxyproxy-setup— Inspect local proxy setupdev-server— Manage app dev servers (start, stop, logs)status— Show repo status across all workflowsagent-status— Per-agent status signals (used by hooks)sessions-close— Kill all agent sessions for an IDsession-list— List all live Aigon-managed tmux sessionstoken-window— Nudge sessions to align rolling provider usage windowsrepair— Repair safe drift without resetting worknext— Suggest the most likely next workflow actioninsights— Analytics: cost, quality, trends- Aigon Sync —
aigon backup/aigon vaultand dashboard Settings → Aigon Sync; see the Aigon Sync guide deploy— Deploy a feature previewhelp— 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 (
afcforfeature-create,arsforresearch-start,abforboard). 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.