بنقرة واحدة
aigon-feature-start
Start feature <ID> [agents...] - create workspace and begin implementation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Start feature <ID> [agents...] - create workspace and begin implementation
التثبيت باستخدام 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-start |
| description | Start feature <ID> [agents...] - create workspace and begin implementation |
Prepare your workspace to implement a feature in Drive or Fleet mode.
CRITICAL: Use the CLI command below. Do NOT manually move spec files, lifecycle-view links, create branches, or create worktrees — the CLI records the workflow transition and prepares branch/worktree state.
If no ID is provided or doesn't match a backlog entry, list ./docs/specs/features/02-backlog/feature-*.md, filter to matches, and ask the user to choose.
Pass EXACTLY the args the user provided. Do NOT add agents that weren't specified.
# Drive mode (branch in current repo) — ID only
aigon feature-start $1
# Drive worktree mode (parallel development) — ID + 1 agent
aigon feature-start $1 <agent>
# Fleet mode (competition) — ID + 2+ agents
aigon feature-start $1 <agent1> <agent2> [agent3...]
Mode is determined by arg count (0 / 1 / 2+ agents). The CLI transitions the feature from backlog to in-progress, refreshes the generated lifecycle view (stable layout), creates branch or worktree(s), and creates implementation log(s).
If the CLI reports errors while recording or publishing the workflow transition, resolve them before proceeding.
feature-start creates the workspace AND opens agent terminals automatically — there is no separate "open" step.
aigon-feature-do <ID>. Close with aigon-feature-close <ID> when done.aigon-feature-close <ID> from the main repo.aigon-feature-eval <ID>.aigon-feature-open <ID> (or aigon-feature-open <ID> <agent> for a specific Fleet agent).Worktrees are created in ../<repo>-worktrees/ to keep them grouped with the project.
End your response with the next command on its own line:
aigon-feature-do <ID>aigon-feature-close <ID> (agent is already running in its terminal)aigon-feature-eval <ID>