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

  1. 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)
  2. Determine the output path.

    • If .workspacerc exists: 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 ($TMPDIR or /tmp)
Installs
1
GitHub Stars
9
First Seen
Jun 21, 2026
handoff — koolamusic/claudefiles