Creates a handoff document that transfers full working context to the next session or person, including git state, workflow artifacts, session context, and research state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-research-workflows:creating-handoffsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce a handoff document that transfers full working context to the next session with no information loss.
Produce a handoff document that transfers full working context to the next session with no information loss.
This skill leans Direct by default. For the full Collaborative-vs-Direct protocol and override rules, see the Interaction Modes reference in the ai-research-workflows:using-research-workflows skill.
Run these in parallel where possible:
Git state:
git status and git diff --stat)Workflow artifacts — search docs/rse/specs/ (then legacy .agents/) for:
research-*.md — research documentsplan-*.md — plan documentsexperiment-*.md — experiment documentsimplement-*.md — implementation documentsvalidation-*.md — validation reportshandoff-*.md — previous handoff documentsSession context:
Research state (for research/scientific work):
pixi.lock / uv.lock), and
dataset versions/paths/checksums in play.From the gathered context, identify:
docs/rse/specs/ documents are relevant.file:line references).ai-research-workflows:ensuring-reproducibility).A handoff must reflect reality, not a tidy fiction. Before generating the document, explicitly surface:
Put these in a "Known-broken / unverified" callout in the handoff. A clean-looking handoff that hides broken state is worse than none — it sends the next session down a false trail.
Filename format: handoff-YYYY-MM-DD-HH-MM-<slug>.md
YYYY-MM-DD-HH-MM is the current date and time.<slug> is a brief kebab-case description of the work.handoff-2025-06-15-14-30-auth-system-refactor.mdRead the handoff template:
assets/handoff-template.md
Fill out all sections:
file:line references, not vague descriptions.ai-research-workflows:implementing-plans, ai-research-workflows:validating-implementations).Save to docs/rse/specs/handoff-YYYY-MM-DD-HH-MM-<slug>.md.
After saving, present a concise summary:
## Handoff Created
**File:** `docs/rse/specs/handoff-<filename>.md`
**Current Phase:** [phase]
**Status:** [brief status of work]
### Quick Summary
[2–3 sentence summary of what was done and what's next]
### For the Next Session
Start by running:
> Read the handoff document at `docs/rse/specs/handoff-<filename>.md` and resume the work described within.
Or to continue with the workflow:
> [recommended-skill] [relevant arguments]
path/to/file.ext:line references. Only include code blocks when describing an error being debugged or a critical pattern.ai-research-workflows:implementing-plans, ai-research-workflows:validating-implementations).ai-research-workflows:implementing-plans).ai-research-workflows:implementing-plans as the recommended next skill when a plan is approved and ready to execute.ai-research-workflows:validating-implementations when implementation is complete and needs verification.ai-research-workflows:planning-implementations or ai-research-workflows:iterating-plans when the next session needs to (re-)design the approach.ai-research-workflows:using-research-workflows when it surveys docs/rse/specs/ (and legacy .agents/).npx claudepluginhub uw-ssec/rse-plugins --plugin ai-research-workflowsCreates concise handoff documentation for work-in-progress sessions when handing off to another agent. Supplements history compaction with tasks, changes, learnings, artifacts, and next steps.
Generates a portable markdown handoff document capturing session state, decisions, and next steps for continuation by another agent or session.
Captures full session context into a handoff document so a fresh agent can resume work with zero prior context. Write a single actionable sentence for the next agent.