--- name: ijfw-handoff description: "Session handoff generation and loading. Trigger: session end, context full, /handoff" --- Generate a structured handoff for session continuity. ## Creating a Handoff Capture in .ijfw/memory/handoff.md: ``` Handoff: ==================== Status ------ | Phase N | Wave NA | Step N.M | | Decisions --------- Modified Files -------------- Next Steps ---------- Blockers -------- ``` Rules: - Max 30 lines. This loads at next SessionStart -- keep it lean. - Specific file paths, function names, line numbers. - Present tense for current state, imperative for next steps. - No filler. Every line must help the next session start faster. ## Loading a Handoff Read .ijfw/memory/handoff.md. Display a 2-3 line summary. Set context for continuation.