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— Assign an ID and move 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— Create a new feedback itemfeedback-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)server— Manage the Aigon dashboard serverconfig— 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— Pro analytics: cost, quality, trends- Aigon Sync (Pro) —
aigon backup/aigon vaultand dashboard Settings → Aigon Sync; see the Aigon Sync guide (CLI reference ships in@senlabsai/aigon-pro) deploy— Deploy a feature previewhelp— Show available commands
Pro commands
Commands that ship in the open-source CLI but gate on @senlabsai/aigon-pro being installed and activated. See Installing Aigon Pro.
pro activate— Save your Pro key to~/.aigon/config.jsonpro status— Show install / key / activation stateinstalled-notice— Post-upgrade summary of which registered repos are behind
Conventions
- Slash form — every workflow command is also a slash command inside Claude Code, Gemini, Codex, and Cursor:
/aigon:feature-create,/aigon:research-start, etc. - 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.