Respond to Sam's concern that handoffs were assuming the next agent had enough context. The answer is no: future agents should be treated as having little or no thread context unless the handoff gives it to them.
Skills/agent-handoff-creator/SKILL.md./handoff, /agent-handoff, /handoff-create, /zero-context-handoff.AI-CONVENTIONS.md so handoffs explicitly assume the next agent has no chat history, screenshots, unstated memory, or reliable context beyond the handoff.Skills/SKILL-INDEX.md.The skill requires a zero-context summary, live/draft/staged/local boundary, exact paths and IDs, evidence and verification, decisions, pending work in priority order, approval gates, rollback, an exact resume prompt, Notion export payload, and self-audit choices.
Ran python3 /Users/samaguiar/.codex/skills/.system/skill-creator/scripts/quick_validate.py Skills/agent-handoff-creator. Result: Skill is valid.
The shared files AI-CONVENTIONS.md and Skills/SKILL-INDEX.md already had unrelated edits in the worktree. Those were not reverted or staged. A future agent should review the full file diffs before committing.
Continue by using /handoff or loading Skills/agent-handoff-creator/SKILL.md before any future session handoff. If desired, next build a small handoff lint script that checks for missing Zero-Context Summary, Evidence, Rollback, and Exact Resume Prompt sections before a handoff is accepted.