Prepare
Create a deterministic checkpoint while normal work continues.
CLAUDE CODE SAFETY NET
Handoff Now checkpoints early, freezes risky work before exhaustion, and creates a verified local package that your next session can resume.
$ /handoff-now:status
5-hour usage 91%
state HANDOFF_REQUIRED
source writes BLOCKED
✓ journal committed
✓ Git diff captured
✓ secrets redacted
✓ integrity verified
HANDOFF.md is ready.
HOW IT WORKS
Create a deterministic checkpoint while normal work continues.
Finish the active boundary, block new source mutations, and finalize.
Make no recovery-dependent model request. Hand off verified local facts.
The append-only journal and deterministic artifact generator are the recovery guarantee. Optional Haiku summaries can improve readability, but model failure cannot erase the handoff.
EARLY ACCESS
git clone https://github.com/talal-ai/handoff-now cd handoff-now cargo build --release ./target/release/handoff-now setup claude --plugin-dir .
The marketplace bundle is available now. One-command native installers will become the default after platform signing and notarization.