handoff-create

Solid

Generate a structured handoff document from the current session. Captures scope, relevant files with line numbers, key discoveries, work completed, current status, next steps, and code snippets. Use before ending a session or handing work to another agent.

AI & Automation 4,608 stars 615 forks Updated 2 days ago CC-BY-SA-4.0

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
97
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

Generate a structured handoff document from our current conversation and save it to `claudedocs/handoffs/handoff_YYYYMMDD_HHMMSS.md` (or use the filename provided as `$ARGUMENTS[0]` if given). Create the `claudedocs/handoffs/` directory if it does not exist. ## Document Structure Include exactly these sections: ```markdown # Handoff — [Task Name] — [YYYY-MM-DD HH:MM] ## Task [One sentence: what is being accomplished] ## Scope [What needs to be done. Be specific about boundaries — what is in scope and what is explicitly out of scope] ## Files [All relevant files touched or needed. Format: `path/to/file:line` when a specific line matters] - `src/auth/middleware.ts:45` — token validation logic - `tests/auth.spec.ts` — test suite for this change - `docs/api.md` — needs update after implementation ## Discoveries [Key findings and insights from the work so far. Things the next agent needs to know that are not obvious from the code] - [Discovery 1] - [Discovery 2] ## Work Done [Completed tasks. Append-only — never remove prior entries. Include commit hashes when available] - [x] Task A completed (commit: abc1234) - [x] Task B completed ## Status [Current state: what is done, what remains, test status, blockers] ## Next Steps [Actionable checklist of remaining tasks, in order] 1. [ ] Step 1 2. [ ] Step 2 3. [ ] Step 3 ## Code [Relevant code snippets with context. Focus on the parts a resuming agent needs to understand immediately] \`\`\`typescript // Key impl...

Details

Author
FlorianBruniaux
Repository
FlorianBruniaux/claude-code-ultimate-guide
Created
4 months ago
Last Updated
2 days ago
Language
TypeScript
License
CC-BY-SA-4.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

handoff

Create structured handoff for session continuation. Triggers: handoff, pause, save context, end session, pick up later, continue later.

375 Updated today
boshu2
AI & Automation Listed

create-handoff

Create handoff document for transferring work to another session

3,795 Updated 4 months ago
parcadei
Data & Documents Listed

handoff

Create a session handoff document for context continuity. Captures work completed, decisions, knowledge, and next steps in docs/handoffs/.

3 Updated yesterday
fmschulz
Data & Documents Listed

session-handoff

Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.

335 Updated today
aiskillstore
Code & Development Listed

handoff

Compacts the current conversation into a single self-contained handoff document under docs/handoffs/ so a fresh agent — a new session, a different AI tool, or another developer on a different machine — can resume the work by reading only that file. References committed artifacts (PRDs, plans, ADRs, issues, commits) by path or URL and inlines anything not yet pushed. Redacts secrets and PII. Re-running on an existing handoff lets you enhance the shared doc or overwrite it. Use when pausing work that someone else or a future session will pick up, or when a long conversation needs a durable summary.

57 Updated today
oprogramadorreal