一键导入
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>