ワンクリックで
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 職業分類に基づく
Record or show a feature author handoff
Create feature <name> - creates spec in inbox
Revise feature spec after pending spec reviews — decide and acknowledge in one pass
Record or show a research author handoff
Create research <name> - creates topic in inbox
Revise research spec after pending spec reviews — decide and acknowledge in one pass
| 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).
.env.local with agent-specific PORT (worktree modes)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>