Skip to content
Development
Command

/context-handoff

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

From plugin
gsd-skill-creator
6926 skills64 agents26 commands1 MCP
Install
$ npx -y skills add Tibsfox/gsd-skill-creator --agent claude-code

How it fires

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

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/context-handoff

Context preview

What this command does when you run it.

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

Command definition

context-handoff.md
name: context-handoff
description: Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.

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, auto-invoked
Stats
69
Stars
0
Views
9
Forks
Active
Maintenance
TypeScript
Language
19d ago
Last commit
6mo ago
Created

Repo: Tibsfox/gsd-skill-creator