Skip to Content

Synopsis

aigon next

Shortcuts

  • /an (slash command) · aigon an (CLI)

Description

aigon next reads the current workflow state — what features and research are in-progress, which agents have submitted, and where each item sits in its lifecycle — and suggests the most appropriate next command to run. It is especially useful when returning to a session after a break, or when you’re unsure whether to run feature-eval, feature-close, or research-eval next.

The suggestion is a single command with the relevant ID pre-filled. If multiple actions are pending (e.g. two features ready for feature-close), it ranks them by urgency and lists the top suggestion.

Examples

# Find out what to do next aigon next # Inside an agent session /aigon:next

When to use

Run aigon next whenever you sit back down after a break and can’t remember where you left off, or when you want a quick sanity check before issuing the next command manually.

  • board — full Kanban view for a broader overview of all work
  • status — detailed in-progress status per feature
Last updated on