JustHandled Labs
// agent productivity · v2.0

HandoffPilot

Create a reviewable handoff before a context reset, resume from the newest saved state with a drift check, or reconstruct a best-effort handoff from transcript cues after an interrupted session.

What it does

A long agent session ends the same way too often: the context window fills, the thread resets, and the next session starts cold. Run /handoff to create a structured Markdown scaffold in .claude/handoffs/ from current repository state; the agent then fills the observed plan, decisions, failed attempts, blockers, open questions, and next steps.

In a fresh session, /resume reads only the newest handoff, summarizes it, asks “Continue where we left off?”, and checks the current branch and worktree for drift after confirmation. It does not commit, push, or alter your code.

New in v2.0: Recovery Mode

Sometimes a session ends without a saved handoff: a crash, a rate-limit stop, or an unexpected reset. Run /recover with a transcript and the current repository to build a best-effort reconstruction. Recovery uses transcript cues, current git state, provenance labels, and candidate-path checks; it is heuristic, so uncertain details still need review.

The original /handoff and /resume work exactly as before. Recovery Mode is a free upgrade for existing customers.

What the handoff can capture

What the handoff looks like

handoffpilot / HANDOFF.md
> /handoff
 
branch feat/auth-refresh
uncommitted 3 files
blockers token expiry edge case
wrote .claude/handoffs/2026-07-27-handoff.md
next review the scaffold, then use /resume

Questions

What does it capture?

The helper scaffolds current repository state, including git context when available. The agent then fills observed plan progress, decisions, failed attempts, blockers, open questions, and next steps.

Does it commit or change my code?

No. It writes a handoff file describing the state. It does not commit, push, or alter your working tree.

Which agents does it work with?

The workflow targets local SKILL.md-compatible coding agents with file and terminal access, including Claude Code and Codex. The optional helper requires Python 3.10 or newer; Git improves repository-state capture.

Give the next session a state it can inspect.

Current price and purchase options are shown on Agensi. Files stay local; no cloud account or network access is required.

Get HandoffPilot on Agensi