원클릭으로
aigon-feature-prioritise
Prioritise feature <name> - assigns ID, moves to backlog
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prioritise feature <name> - assigns ID, moves to backlog
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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
SOC 직업 분류 기준
| 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>