Session handoff
Use when preparing a handoff for another session or agent, summarizing current progress, preserving context, avoiding repeated questions, or ending a long task. Creates a concise handoff document with goals, state, completed work, decisions, next steps, and risks.From its SKILL.md
npx -y skills add Rookage/agent-discipline --skill session-handoffAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 169 tokens by cl100k_base, as published. Nobody here has run it
Session Handoff
中文核心:让下个会话不用从头猜。
Where To Write
Default to outputs/handoff-YYYY-MM-DD-HHMM.md in the current workspace unless the user specifies another path.
Include
- Current objective
- Completed work
- Current state
- Important decisions
- Next actions
- Risks and gaps
- Suggested skills for the next session
Rules
- Redact secrets, tokens, passwords, cookies, and private credentials.
- Reference files and commits instead of copying large content.
- Preserve exact commands only when they matter.
- Keep it concise enough for a fresh agent to use immediately.
Output
Return the handoff file path and the most important next step.
What ships with it: 1 file
247 B alongside SKILL.md
agents/
- openai.yaml247 B