handoff-continue

Create a handoff document and automatically spawn a new Claude session in a Zellij pane to continue the work seamlessly.

Content Preview
---
name: handoff-continue
model: opus
description: Create a handoff document and automatically spawn a new Claude session in a Zellij pane to continue the work seamlessly.
author: Quintin Henry (https://github.com/qdhenry/)
---

# Context Window Handoff with Auto-Continue

Create a comprehensive handoff document and automatically spawn a new Claude Code session in a Zellij pane to continue the work without manual intervention.

## Arguments

Optional argument: filename for the handoff document 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/handoff-continue.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/session/handoff-continue.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/session/handoff-continue.md

Related Skills