handoff-doc

handoff-doc is a skill for Claude Code from mshadmanrahman/pm-pilot. It costs 12 tokens per session (491 once invoked), scanned A, original, MIT.

A procedure for recording the current state of a coding session in a document that another person or agent can continue from.

In plain words
What is it for?
Use it when ending work, switching tasks, handing a project to someone else, or preparing for a loss of conversation context.
Why use it?
It prevents important decisions, changed files, open questions, and next steps from being lost when a session ends or changes hands.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the pm-productivity plugin — 6 skills shipped together

Good fit Use it when ending work, switching tasks, handing a project to someone else, or preparing for a loss of conversation context.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mshadmanrahman/pm-pilot/handoff-doc
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mshadmanrahman/pm-pilot --skill handoff-doc
Clone the repo
git clone --depth 1 https://github.com/mshadmanrahman/pm-pilot

Made for: Claude Code.

Or install pm-productivity, the plugin that ships this one along with the rest of its 6 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for handoff-doc

README.md
[![agentmods](https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/handoff-doc.svg)](https://agentmods.dev/skills/mshadmanrahman/pm-pilot/handoff-doc)
Your own site
<a href="https://agentmods.dev/skills/mshadmanrahman/pm-pilot/handoff-doc"><img src="https://agentmods.dev/badge/skills/mshadmanrahman/pm-pilot/handoff-doc.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 491 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00012 $0.00491
Opus 5 $0.00006 $0.00246
Sonnet 5 $0.00002 $0.00098
Haiku 4.5 $0.00001 $0.00049

Measured 8d ago against content hash 38bc1c2c8203, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

handoff-doc scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/pm-productivity/skills/handoff-doc/SKILL.md · 83 lines

What it actually says

Handoff Doc

Capture session state into a portable document for future sessions or other agents.

When to Use

  • Ending a work session
  • Switching to a different task or project
  • Before context compaction
  • Handing work to another person or agent

Procedure

  1. Gather Context

    • Review git log for commits made this session
    • Review files modified (git diff --name-only against session start)
    • Review any task updates in tasks/todo.md
    • Review any lesson entries added to tasks/lessons.md
  2. Build Handoff Document Write to .claude/handoffs/YYYY-MM-DD-session.md:

    ---
    date: {ISO 8601}
    project: {project name}
    ---
    
    # Session Handoff
    
    ## What Was Worked On
    - {bullet list of tasks/features touched}
    
    ## Decisions Made
    - {key decisions with rationale}
    
    ## Files Modified
    - {path}: {what changed}
    
    ## Open Questions
    - {unresolved questions}
    
    ## Blockers
    - {anything preventing progress, or "None"}
    
    ## Next Steps
    1. {exact next action}
    2. {follow-up action}
    
  3. Update Memory

    • Add or update relevant entry in MEMORY.md if significant project state changed
  4. Confirm

    • Output path to handoff file
    • Output one-line summary of session

Output Format

Handoff saved: .claude/handoffs/2026-03-14-session.md
Summary: Implemented CPL calculation, 2 open questions on data source.

Rules

  • Use real datetime from date -u command
  • Keep each section to 3-5 bullets max
  • File paths must be relative (per path-standards rule)
  • Never include secrets or credentials in handoff docs
  • If multiple handoffs same day, append -2, -3 suffix
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 83 lines · 12 tokens per session scan A 38bc1c2c8203

Subscribe to this mod's changes

handoff-doc is a skill published in the GitHub repository mshadmanrahman/pm-pilot (20 stars, last pushed 2d ago), licensed MIT. It adds 12 tokens to every session and 491 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories