handoff
Installation
SKILL.md
Handoff
Write a handoff document that lets a fresh agent continue this work cold. The reader has zero context from this conversation — the handoff is their entire briefing.
Process
-
Gather state. Run these in parallel:
git log --oneline -20(recent commits)git status(working tree)git branch --show-current(active branch)- Check for
.jira/CURRENT(active sprint) - Check for
.project/PROJECT.md(project context) - Check for
.workspacerc(studio workspace)
-
Determine the output path.
- If
.workspacercexists: read the workspace path, write to<workspace>/handoff.md - If
.jira/exists: write to.jira/sprints/<active-slug>/HANDOFF.md - Otherwise: write to the OS temp directory (
$TMPDIRor/tmp)
- If