Resume work from a handoff document with context analysis and validation
Resumes work from handoff documents with context analysis and state verification.
/plugin marketplace add lerianstudio/ring/plugin install ring-default@ring<path-to-handoff.md>Resume work from a handoff document through an interactive process. Handoffs contain critical context, learnings, and next steps from previous sessions.
/resume-handoff <path-to-handoff.md>
/resume-handoff <session-name>
Arguments:
path-to-handoff.md: Direct path to handoff filesession-name: Session folder name (will find most recent handoff)If path provided: Read the handoff file directly.
If session-name provided:
# Find most recent handoff for session
ls -t docs/handoffs/{session-name}/*.md | head -1
If nothing provided: List available handoffs:
find docs/handoffs -name "*.md" -type f | head -10
Check if changes from handoff still exist:
# Check files mentioned in handoff exist
ls -la {files-from-handoff}
# Check git state
git log --oneline -5
git status
Present to user:
I have analyzed the handoff from {date}.
**Original Tasks:**
- [Task 1]: {Status from handoff} -> {Current verification}
**Key Learnings:**
- {Learning} - {Still valid / Changed}
**Recommended Next Actions:**
1. {Most logical next step}
2. {Second priority}
Shall I proceed with {recommended action}?
Use TodoWrite to create task list from action items.
Start with first approved task, referencing learnings from handoff.
| Scenario | Action |
|---|---|
| All changes present | Proceed with next steps |
| Some changes missing | Reconcile differences first |
| Tasks in_progress | Complete unfinished work first |
| Stale handoff | Re-evaluate strategy with user |
This command MUST load the skill for complete workflow execution.
Use Skill tool: handoff-tracking
The skill contains the complete workflow with: