Skip to content
Development
Skill

/context-handoff

Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.

From plugin
gsd-skill-creator
70102 skills61 agents26 commands1 MCP
Install
$ npx -y skills add Tibsfox/gsd-skill-creator --skill context-handoff --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/context-handoff

Context preview

The summary Claude sees to decide when to auto-load this skill.

Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.

SKILL.md

context-handoff.SKILL.md
name: context-handoff
description: Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.
version: 1.0.0
format: 2025-10-02
triggers:
  - "ending sessions, switching tasks, or handing off work"
updated: 2026-04-25
status: ACTIVE

Context Handoff

Capture everything needed to resume work with zero context loss.

Template

# Context Handoff: [Task Name]

**Status:** in-progress | blocked | paused
**Created:** [date]

## What We're Building
[One paragraph: goal, success criteria]

## Current State
### Completed
- [x] [Task] — [file/commit]
### In Progress
- [ ] [Task] — [how far, what remains]
### Not Started
- [ ] [Task]

## Key Files
| File | Role | Status |
|------|------|--------|

## Decisions Made
| Decision | Rationale |
|----------|-----------|

## Blockers / Open Questions
- [Blocker/question with context]

## What to Do Next
1. [Specific action with details]
2. [Specific action with details]

## Gotchas
- [Non-obvious things that will trip you up]

Rules

  • Use absolute paths (no relative paths)
  • Include exact test/build commands (copy-pasteable)
  • Capture WHY for decisions, not just WHAT
  • Write as if reader knows nothing about recent work
  • Update as last action before stopping
Ships withgsd-skill-creator

An adaptive learning and coprocessor architecture for Claude Code, built as an extension to GSD (open-gsd)

Get the whole plugin

Other skills on gsd-skill-creator.