---
name: IJFW Handoff
slug: ijfw-handoff
category: AI Engineering
description: IJFW Handoff generates a concise session handoff file and loads it on the next session start. Use it when ending work, hitting context limits, or resuming a paused task.
github: "https://github.com/FerroxLabs/ijfw/tree/main/claude/skills/ijfw-handoff"
language: JavaScript
stars: 210
forks: 40
install: "npx degit https://github.com/FerroxLabs/ijfw/tree/main/claude/skills/ijfw-handoff ~/.claude/skills/ijfw-handoff"
installs_to: ~/.claude/skills/ijfw-handoff
source_path: claude/skills/ijfw-handoff/SKILL.md
collection_size: 25
category_size: 2970
collection_url: "https://dirskills.com/collections/FerroxLabs/ijfw"
added: 2026-09-04T05:26:36.193Z
last_synced: 2026-09-04T05:26:36.193Z
canonical_url: "https://dirskills.com/skills/ijfw-handoff"
---

# IJFW Handoff

IJFW Handoff generates a concise session handoff file and loads it on the next session start. Use it when ending work, hitting context limits, or resuming a paused task.

**Install:**

```bash
npx degit https://github.com/FerroxLabs/ijfw/tree/main/claude/skills/ijfw-handoff ~/.claude/skills/ijfw-handoff
```

## README

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.
