handoff — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited handoff (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Your job is to produce a handoff document — a compact, self-contained markdown file that a brand-new agent (with zero context from this conversation) can read and immediately continue the work effectively.
Agents lose context across sessions. A good handoff document lets work continue without the incoming agent asking "what are we doing?" or making decisions the current session already resolved. Everything the new agent needs should be in the document; nothing else should be assumed.
Read the full conversation carefully. Pull out:
If the goal shifted during the conversation, note the current goal.
background the user shared. Keep it tight — only what shapes decisions.
commands run, features implemented, PRs opened. Reference specific file paths and line numbers when known.
_reason_ — "we chose X because Y" — so the new agent doesn't re-litigate them.
broken, what's half-done. If there are uncommitted changes or a partial implementation, say so.
what the user was unsatisfied with.
Write these as imperatives ("Run X", "Edit Y at line Z", "Ask the user about W"). Be concrete enough that the agent can start immediately.
corrected or pushed back on, workflow preferences. This helps the new agent avoid the same friction.
descriptions. Not every file touched — only the ones that matter for next steps.
Write the handoff document in this exact structure (use these headings):
# Handoff: [brief description of the work]
**Date:** [today's date]
**Project:** [project name or path]
**Status:** [one of: In Progress / Blocked / Ready for Review / Done]
## Goal
[One to two sentences.]
## Context
[Bullet list of key background — project, tech stack, constraints.]
## What's Been Done
[Bullet list. Specific. File paths, commands, decisions.]
## Key Decisions
[Bullet list. Each item: decision + reason.]
## Current State
[Short description of where things stand. What's working, what's not, what's partial.]
## Open Items
[Bullet list. Include blockers.]
## Next Steps
1. [First thing the agent should do]
2. [Second thing]
3. [...]
## User Preferences
[Bullet list. Things the user corrected, likes, dislikes, or prefers about working style.]
## Key Files
| File | Purpose |
| -------------- | ------------ |
| `path/to/file` | what it does |can't fit, you're summarizing at too fine a grain. Prioritize next steps, current state, and key decisions over exhaustive history.
handoff-YYYYMMDD-TITLE.md in the current workingdirectory (or wherever the project files are).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.