원클릭으로
aigon-feature-context
Record or show a feature author handoff
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Record or show a feature author handoff
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
Do feature <ID> - works in both Drive and Fleet modes
| name | aigon-feature-context |
| description | Record or show a feature author handoff |
Record the original author's durable, transcript-free handoff:
eval "$(aigon agent-context --shell)"
aigon feature-context record $1 --file=<handoff.json>
The JSON must contain string arrays named decisions, constraints,
nonGoals, unresolvedQuestions, implementationNotes, and specReferences.
Put durable decisions in the spec first; references should name those current
spec sections. Inspect the redacted artifact with:
aigon feature-context show $1