handoff-resume
SolidLoad a handoff document and resume work from where a previous session left off. Parses scope, file references, completed work, and next steps, then confirms understanding before proceeding.
AI & Automation 4,957 stars
661 forks Updated today CC-BY-SA-4.0
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
Read and load the handoff document at `$ARGUMENTS[0]`.
## Steps
1. **Read the file** at the provided path. If the path does not exist, list files in `claudedocs/handoffs/` and ask the user which one to load.
2. **Parse and confirm**:
- Task and scope
- Files involved (with line numbers)
- Key discoveries
- Work completed so far
- Current status
- Next steps (ordered)
3. **Confirm understanding**: Summarize what you have loaded in 3-5 bullet points. Ask: "Should I proceed with the next step, or do you want to adjust the plan first?"
4. **Do not start working** until the user confirms. The confirmation step is mandatory.
## Notes
- If the handoff file references commits (`commit: abc1234`), note them but do not re-run the work.
- If next steps are unclear or conflicting, flag it before proceeding.
- The "Work Done" section is the authoritative record of what has been completed. Trust it.
Details
- Author
- FlorianBruniaux
- Repository
- FlorianBruniaux/claude-code-ultimate-guide
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- CC-BY-SA-4.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
resume-handoff
Resume work from handoff document with context analysis and validation
3,809 Updated 4 months ago
parcadei AI & Automation Listed
resume_handoff
Resume work from handoff document with context analysis and validation
501 Updated yesterday
vibeeval Data & Documents Listed
resume
Resume work from the most recent handoff document. Reads the handoff, verifies it against the current state of the codebase, summarises where things stand, and continues from the next step.
6 Updated today
maaarcooo