Skip to content
Development
Skill

/ijfw-handoff

Session handoff generation and loading. Trigger: session end, context full, /handoff

From plugin
ijfw
20591 skills37 agents22 commands1 MCP
Install
$ npx -y skills add FerroxLabs/ijfw --skill ijfw-handoff --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ijfw-handoff

Context preview

The summary Claude sees to decide when to auto-load this skill.

Session handoff generation and loading. Trigger: session end, context full, /handoff

SKILL.md

ijfw-handoff.SKILL.md
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: <timestamp>
====================

Status
------
| Phase N | Wave NA | Step N.M | <done/in-progress/blocked> |

<What's done. What's in progress. What percentage complete.>

Decisions
---------
<Key decisions made this session with rationale. 1 line each.>

Modified Files
--------------
<Files created/edited with brief description of changes.>

Next Steps
----------
<Ordered list. What to do first when resuming.>

Blockers
--------
<Open questions, missing info, external dependencies.>

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.

Ships withijfw

IJFW — It Just F*cking Works. Ferrox Labs' local-first infrastructure for AI coding agents: shared memory, smart routing, multi-AI cross-audits, disciplined workflow.

Get the whole plugin