بنقرة واحدة
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