handoff/SKILL.md
Compact the current conversation into a handoff document for another agent to pick up.
npx skillsauth add sssemil/skills handoffInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user wants the current conversation compacted into a handoff document so a fresh agent can continue the work.
Write a handoff document summarising the current conversation so a fresh agent can continue the work.
Save it to a path produced by:
mktemp -t handoff-XXXXXX.md
Read the file before you write to it.
Suggest the skills to be used, if any, by the next session.
Do not duplicate content already captured in other artifacts such as PRDs, plans, ADRs, issues, commits, or diffs. Reference those artifacts by path or URL instead.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the handoff document accordingly.
Include only information that helps the next agent continue the work:
tools
Autonomous Linear task worker that selects Linear issues, implements them with TDD, self-reviews, commits, pushes, and moves finished work to In Review.
tools
Systematically reviews a project subsystem-by-subsystem with resumable .brutal-workspace state and creates Linear review finding issues for CRITICAL and MAJOR problems.
development
Collaborative, multi-perspective feature planning with rigorous requirements interrogation. Creates Linear project documents and Linear issues instead of local workspace plan/task files.
development
Delegate coding work to OpenCode through safe-opencode. Use when Codex should plan, route the job to a suitable DeepSeek model, review git diff, and validate instead of writing the main code itself.