원클릭으로
aigon-set-prioritise
Prioritise every inbox feature in a set — IDs assigned in dependency order
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prioritise every inbox feature in a set — IDs assigned in dependency order
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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-set-prioritise |
| description | Prioritise every inbox feature in a set — IDs assigned in dependency order |
CRITICAL: Use the CLI below. Do not manually rename inbox specs or assign IDs — the command runs feature-prioritise per member in topological order so depends_on stays valid.
set: <slug> and live in 01-inbox/ (no numeric id yet).depends_on using slugs (or numeric ids for already-backlog features).aigon set-prioritise $ARGUMENTS
Alias: aigon asp <slug>.
This assigns sequential feature ids and prioritises each member to backlog in an order consistent with intra-set dependencies.
After prioritisation, start work on the first backlog member (or the whole set in Pro):
aigon-feature-start <ID> <agent>
For set-level autonomous execution (Pro):
aigon-set-autonomous-start <slug> <agents...>
End with the suggested next command, using a real id from the CLI output:
aigon-feature-start <ID>