بنقرة واحدة
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>