LGJ Exclusive Skill
Lead Gen Jay
Back to Skills Marketplace

Session Handoff

LGJ Exclusive
Skillv1.0

Create structured YAML handoffs that preserve session context across /clear or compaction. Saves goal, progress, decisions, files, and next steps so Claude resumes seamlessly.

Tagscontexthandoffsessioncompactionworkflowmemory
Categorieslgj-exclusiveproductivitydeveloper-tools

Session Handoff is a Claude Code skill. Create structured YAML handoffs that preserve session context across /clear or compaction. It includes 2 files.

Documentation

# /handoff — Manual Session Handoff

Create a structured YAML handoff that preserves session context across `/clear` or compaction.

## When to Use
- Before running `/clear` to start fresh
- When context is getting high (70%+) and you want a clean breakpoint
- Before switching to a different task in
 the same project

## Trigger
- `/handoff`
- `/handoff [description]`

## Instructions

When this skill is invoked:

1. **Assess current session state** by reviewing your conversation context:
   - What was the user's original request?
   - What have you accomplished so far?
   - What decisions were made and why?
   - What files were modified or read?
   - What's left to do?
   - Are there any blockers or errors?

2. **Write a YAML handoff file** to `{cwd}/.omc/handoffs/{timestamp}_{description}.yaml`:

```yaml
# Handoff — {timestamp}
goal: "The user's original request in one sentence"
now: "What was being worked on when handoff was created"
done_this_session:
  - "Completed item 1"
  - "Completed item 2"
blockers:
  - "Any blockers or issues" # or []
decisions:
  - "Key decision 1 and rationale"
  - "Key decision 2 and rationale"
findings:
  - "Important discovery or learning"
next:
  - "Next step 1"
  - "Next step 2"
files:
  modified:
    - "path/to/file1"
    - "path/to/file2"
  read:
    - "path/to/file3"
errors:
  - "Any unresolved errors" # or []
git_branch: "current-branch"
```

3. **Keep the YAML under 2000 characters** (~400-500 tokens). Truncate aggressively:
   - `goal` and `now`: max 200 chars each
   - List items: max 150 chars each
   - `files.modified`: max 10 entries
   - `files.read`: max 10 entries
   - `decisions`: max 5 entries

4. **Confirm** the handoff was saved and suggest:
   - "Handoff saved. Run `/clear` to start fresh — the handoff will auto-load."

## File Naming
- Format: `{YYYY-MM-DDTHH-MM-SS}_{description}.yaml`
- Description from argument or auto-derived from goal
- Example: `2026-03-25T14-30-00_smart-context-system.yaml`

## Rotation
Keep only the 5 most recent handoff files. Delete older ones after writing.

Unlock This Skill

Enter your AI Automation Insiders email to get full access to documentation and the install command.

Full documentationInstall commandPriority updates

More Exclusive Skills

LGJ-graphics

LGJ
Skill

Lead Gen Jay brand illustration style system — flat SVG with floating UI elements, 30 brand logos, shared component library, Framer Motion animations, and consistent design tokens.

brand-image-generator

LGJ
Skill

Generate brand-consistent images using fal.ai FLUX.1. Prompt templates for hero images, feature graphics, testimonial photos, and marketing visuals.

conversion-copywriting

LGJ
Skill

Write copy matched to audience awareness levels using Eugene Schwartz's framework and AIDA structure. Headlines for cold vs warm traffic, persuasion by buyer journey stage.

dan-kennedy-copywriter

LGJ
Skill

Write high-converting direct response copy using Dan Kennedy's proven principles. PAS framework, urgency tactics, message-to-market matching for sales pages and emails.

design-motion-principles

LGJ
Skill

Expert motion and interaction design auditor based on Emil Kowalski, Jakub Krehel, and Jhey Tompkins. Reviews UI animations, transitions, hover states against industry best practices.

google-tracking

LGJ
Skill

Configure Google tracking (GTM, GA4, tag scanning) and the full tracking infrastructure for Lead Gen Jay pages.

hero-section-designer

LGJ
Skill

Design high-converting hero sections combining compelling visuals, Dan Kennedy copy, and clear CTAs. Above-fold optimization where 80% of conversion decisions start.

hyros-integration

LGJ
Skill

Add Hyros conversion tracking to opt-in forms, checkout pages, and landing pages. Server-side lead tracking via API, client-side checkout intent, and Whop purchase integration.

Unlock This Skill + 50 More

AI Automation Insiders members get unlimited access to all exclusive skills, commands, and agents — plus weekly updates.

Join AI Automation Insiders

Already a member? Scroll up to enter your email.