handoff
SolidLoad when a task needs to hand off current work, compact a conversation for another agent/session, or create restart notes; do not load for visual HTML repo reports.
AI & Automation 84 stars
0 forks Updated 5 days ago
Install
Quality Score: 79/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Handoff
## Purpose
Write a concise handoff document so a fresh agent or later session can continue from verified facts instead of replaying chat history.
Save the document to the operating system temp directory, not the current workspace:
- Windows: `$env:TEMP`
- macOS/Linux: `$TMPDIR` when set, otherwise `/tmp`
Use a filename like `agent-handoff-YYYYMMDD-HHmm-<slug>.md`.
## Workflow
1. Identify the next-session focus from the user's request. If they gave arguments, treat them as the handoff focus.
2. Inspect current repo state only when it affects the handoff: branch, changed files, relevant artifacts, and recent validation results.
3. Write the temp Markdown document.
4. Link the created file in the response and summarize the restart path in one or two sentences.
## Document Contract
Include only sections that add useful restart context:
- Goal and current status.
- Verified facts and evidence paths.
- Decisions already made.
- Files changed or likely relevant.
- Commands run and results.
- Open questions, risks, and blockers.
- Suggested skills for the next agent.
- Next concrete actions.
Reference existing PRDs, plans, ADRs, issues, commits, diffs, reports, or HTML artifacts by path or URL instead of duplicating them.
## Safety
- Redact secrets, credentials, tokens, passwords, and personally identifiable information.
- Do not include hidden reasoning or private chain-of-thought.
- Label assumptions as assumptions.
- Do not write to the repo unless the user ...
Details
- Author
- JasonxzWen
- Repository
- JasonxzWen/harness-hub
- Created
- 4 months ago
- Last Updated
- 5 days ago
- Language
- JavaScript
- License
- None
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
handoff
Compact the current conversation into a handoff document for another agent to pick up and continue the work. Suggested skills, task summary, artifacts reference, and redacted sensitive info.
0 Updated today
AVA-2568 AI & Automation Solid
code-handoff
Compact the current conversation into a handoff document for another agent to pick up.
38 Updated today
martinffx Code & Development Listed
session-handoff
Compact the current conversation into a handoff document for another agent to pick up, saved at the project root and copied to the clipboard. Use when the user wants to end a session and hand off context to a fresh agent/session.
0 Updated 1 weeks ago
hsinhan-h