一键导入
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 页面并帮你完成安装。
基于 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>