Agent skill
context-handoff
Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/context-handoff-tibsfox-gsd-skill-creator
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?