ワンクリックで
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