handoff-doc

Solid

Create portable handoff document when switching sessions

AI & Automation 17 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

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

Skill Content

# Handoff Doc Capture session state into a portable document for future sessions or other agents. ## When to Use - Ending a work session - Switching to a different task or project - Before context compaction - Handing work to another person or agent ## Procedure 1. **Gather Context** - Review git log for commits made this session - Review files modified (`git diff --name-only` against session start) - Review any task updates in `tasks/todo.md` - Review any lesson entries added to `tasks/lessons.md` 2. **Build Handoff Document** Write to `.claude/handoffs/YYYY-MM-DD-session.md`: ```markdown --- date: {ISO 8601} project: {project name} --- # Session Handoff ## What Was Worked On - {bullet list of tasks/features touched} ## Decisions Made - {key decisions with rationale} ## Files Modified - {path}: {what changed} ## Open Questions - {unresolved questions} ## Blockers - {anything preventing progress, or "None"} ## Next Steps 1. {exact next action} 2. {follow-up action} ``` 3. **Update Memory** - Add or update relevant entry in `MEMORY.md` if significant project state changed 4. **Confirm** - Output path to handoff file - Output one-line summary of session ## Output Format ``` Handoff saved: .claude/handoffs/2026-03-14-session.md Summary: Implemented CPL calculation, 2 open questions on data source. ``` ## Rules -...

Details

Author
mshadmanrahman
Repository
mshadmanrahman/pm-pilot
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category