원클릭으로
aigon-research-create
Create research <name> - creates topic in inbox
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create research <name> - creates topic in inbox
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
Revise research spec after pending spec reviews — decide and acknowledge in one pass
Do feature <ID> - works in both Drive and Fleet modes
| name | aigon-research-create |
| description | Create research <name> - creates topic in inbox |
Run this command followed by the research topic name.
aigon research-create $ARGUMENTS
This creates a new research topic in ./docs/specs/research-topics/01-inbox/.
Tip: If you are running this command in your own Claude Code session (no
--agentflag), press Shift+Tab now to enter plan mode before drafting — this keeps your session read-only while you frame the research brief.
Your job is ONLY to create a research topic document. You are NOT researching, investigating, or answering questions. You are writing down what SHOULD be researched later by a different agent (or yourself in a later step).
Do NOT:
Do:
- [ ])The output should be a short, well-structured document that frames the research — not the research itself. Think of it as a brief for another agent.
The template ships with a complexity: frontmatter field that feeds the dashboard start modal's per-agent model/effort defaults (from each agent’s complexity ladder, then config). Pick:
Set complexity: in the frontmatter; do not write model or effort values into the spec — defaults are resolved at start time from each agent’s cli.complexityDefaults[<complexity>].
After the brief is final, promote durable framing decisions into the spec and
record the transcript-free author handoff. Derive identity with
eval "$(aigon agent-context --shell)", then run
aigon research-context record <ID> --file=<handoff.json>. The JSON contains
the six arrays documented by aigon-research-context; never copy provider
session IDs or transcript paths manually.
Next step: Once the topic is complete, run aigon-research-prioritise $ARGUMENTS to assign an ID and prioritise it to backlog.
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 topic name:
aigon-research-prioritise <name>