com um clique
aigon-feature-prioritise
Prioritise feature <name> - assigns ID, moves to backlog
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Prioritise feature <name> - assigns ID, moves to backlog
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Revise the current feature worktree after code review — decide accept/revert/modify
Show Aigon commands
Close feature <ID> [agent] [--adopt] - merges branch, cleans up, optionally adopts from losers
Create feature <name> - creates spec in inbox
Evaluate feature <ID> - code review or comparison
Fast-track feature <name> - create + setup + implement in one step
| name | aigon-feature-prioritise |
| description | Prioritise feature <name> - assigns ID, moves to backlog |
CRITICAL: You MUST use the CLI command below to prioritise. Do NOT manually rename or move spec files or lifecycle-view links — the CLI handles ID assignment, workflow state, and view refresh.
If no name is provided, or the name doesn't match an existing feature in the inbox:
./docs/specs/features/01-inbox/ matching feature-*.mdaigon feature-prioritise $ARGUMENTS
This assigns or confirms the feature ID, records backlog lifecycle state, and refreshes the generated view.
Choose your mode:
Drive (branch) — work in the current repo:
aigon-feature-start <ID>
Drive (worktree) — isolated worktree for parallel development:
aigon-feature-start <ID> <agent>
Fleet — multiple agents compete on the same feature:
aigon-feature-start <ID> <agent1> <agent2> [agent3...]
Example Drive worktree: aigon-feature-start 55 cc
Example Fleet: aigon-feature-start 55 cc gg cx cu
End your response with the suggested next command on its own line. This helps agent UIs surface the next suggested Aigon command. Use the actual ID assigned by the CLI:
aigon-feature-start <ID>