handoff

Featured

Wrap up a work session for a clean restart — fires on "handoff", "wrap up", "let's stop here", when context is filling, or when a phase closed. Part of the Agentsmith harness; writes a durable handoff note plus a paste-ready kickoff block so a fresh session loses nothing.

AI & Automation 185 stars 5 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
76
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Handoff — memory first, then the kickoff A fresh session has **zero** memory of this one; the handoff note is the only bridge. Run this whenever work winds down — even if no one asked (core/50). ## When this fires "handoff" / "wrap up" / "let's stop here" / "I'm running low on context" / a phase or task just closed. ## Runtime neutrality This workflow is identical in every client. Never infer the active agent from this skill's install path: portable canonical content may be copied into a required client adapter such as `.claude/skills`. Use “fresh chat” rather than a runtime-specific reset command so the note remains portable. ## Fast path — if the Agentsmith CLI is available 1. Run `agentsmith handoff [item-id]` — use `.agentsmith/agentsmith` on macOS/Linux or `.agentsmith\\agentsmith.cmd` on Windows when the command is not on PATH. It pre-fills branch/HEAD/dirty count and scaffolds `.harness/handoffs/handoff-<stamp>.md` with the standard sections. 2. Fill the scaffolded sections (below), then emit the kickoff block as your final message. ## Fallback — no CLI 1. **Safe state FIRST** (core/50 step 1): commit or stash so nothing half-edited is lost. Never hand off a dirty tree silently. 2. Write `.harness/handoffs/handoff-<stamp>.md` with these sections: - **What shipped this session** — with commit SHAs / PR links. - **What is still pending.** - **Deviations / decisions made** (so they're not re-litigated). - **Exact next step** — the single fir...

Details

Author
PromptPartner
Repository
PromptPartner/agentsmith
Created
1 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category