skills/handoff/SKILL.md
Compact the current conversation into a handoff doc so a fresh agent can continue the work. Use when user asks to "handoff", "/handoff", "hand this off", or wants to end a session mid-task. Don't use for summarising completed work, writing PRDs/plans/ADRs, or committing changes.
npx skillsauth add helderberto/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.
Write a handoff document summarising the current conversation so a fresh agent can continue.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.
mktemp /tmp/handoff-XXXXXX.md. Use the absolute path it returns.# Handoff — <one-line goal>
## Goal
What the next session should accomplish. If `$ARGUMENTS` was passed, lead with it.
## State
- Branch: <branch>
- Uncommitted: <yes/no + short summary, or "clean">
- Last action: <what we just finished or were doing>
## Decisions made
Non-obvious choices already settled. Skip anything obvious from the code.
## Open questions
Explicit unknowns the next agent must resolve before progressing.
## Next steps
Concrete first action — a command, a file to open, a test to write.
## References
Paths or URLs to PRDs, plans, ADRs, issues, commits, diffs. Do NOT duplicate their content.
## Suggested skills
List skills the next session should likely invoke (e.g. `/hb:build`, `/hb:tdd`).
mktemp fails → fall back to /tmp/handoff-$(date +%s).md and print the path.testing
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
development
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill, or asks "make a skill for X".
development
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.
development
Create new agent skills with proper structure and progressive disclosure. Use when user wants to create, write, or build a new skill, or asks "make a skill for X".