ワンクリックで
aigon-research-start
Start research <ID> [agents...] - create workspace and begin research
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Start research <ID> [agents...] - create workspace and begin research
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-research-start |
| description | Start research <ID> [agents...] - create workspace and begin research |
Prepare your workspace to conduct research in either Drive or Fleet mode.
CRITICAL: You MUST use the CLI command below to perform setup. Do NOT manually move topic files, lifecycle-view links, or create worktrees — the CLI records the workflow transition and prepares worktree state.
If no ID is provided, or the ID doesn't match an existing topic in the backlog:
./docs/specs/research-topics/02-backlog/ matching research-*.mdCRITICAL: Run EXACTLY the arguments the user provided. Do NOT add agents that weren't specified.
# Drive mode — user passes only an ID
aigon research-start $1
# Drive worktree mode — user passes ID + agent
aigon research-start $1 <agent>
# Fleet mode — user passes ID + 2+ agents
aigon research-start $1 <agent1> <agent2> [agent3...]
The mode is determined automatically based on what the user provides:
The CLI will:
Research now follows the same lifecycle shape as features: start -> do -> submit -> eval -> close.
After the CLI completes, run:
aigon-research-do <ID>
When the research pass is complete, signal completion with aigon agent-status research-complete, then close with:
aigon-research-close <ID>
After the CLI completes, the research agent session is ready in the worktree context. Run:
aigon-research-do <ID>
When the research pass is complete, signal completion with aigon agent-status research-complete, then close from the main repo:
aigon-research-close <ID>
After the CLI completes, all agents conduct research in parallel and submit their findings. When all agents finish:
aigon-research-eval <ID>
Then finish with:
aigon-research-close <ID>
If research sessions need to be reopened or attached after setup, use:
aigon-research-open <ID>
research-open is a session-attach/reopen tool, not the primary next step after research-startdocs/specs/research-topics/logs/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 and choose based on mode:
aigon-research-do <ID>aigon-research-do <ID>aigon-research-eval <ID>ARGUMENTS: $ARGUMENTS