handoff

Solid

Compact the conversation into a handoff document a fresh session can resume from.

AI & Automation 1 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
46
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to the temporary directory of the user's OS — not the current workspace. A handoff is compaction for resuming work, never a substitute for a spec: decisions that should outlive the session belong in `docs/specs/<feature>.md` — write them there first, then reference the spec. - Include a "suggested skills" section naming the skills the next session should invoke. - Reference artifacts already captured elsewhere (specs, plans, ADRs, commits, diffs) by path or URL rather than duplicating their content. - Redact sensitive information: API keys, passwords, personally identifiable information. - If the user passed arguments, treat them as what the next session will focus on and tailor the document accordingly. End by reporting the document's path so the user can point the fresh session at it.

Details

Author
toverux
Repository
toverux/grimoire
Created
2 weeks ago
Last Updated
yesterday
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category