← Back to list

handoff
by kpeez
Framework for doing spec-based work with agents
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: handoff description: Capture session context before ending for seamless resume by next agent. Use when ending a session, switching contexts, or when user runs /handoff.
/handoff - Session Handoff
Generate a handoff summary to ensure context continuity for the next session.
Process
-
Identify the active feature
- If argument provided, use that feature:
/handoff <feature-name> - Otherwise, check
specs/for the most recently modified ledger.md - If no specs, summarize the session work generally
- If argument provided, use that feature:
-
Gather session context
- What was accomplished this session
- What's currently in progress or blocked
- Files modified (check git status if available)
- Any gotchas or non-obvious context discovered
-
Update ledger.md
- Move completed items to Done
- Update Next with current pending items
- Add any new context to the Context section
- Update Phase and Blocked status
-
Write handoff summary
Append to
specs/<feature>/handoff.md:## Session: <date> ### Completed - <what was done> ### In Progress - <what's partially done> ### Blocked - <blockers if any> ### Critical Context - <things the next session MUST know> ### Files Touched - <list of modified files> ### Resume Command <command or instruction to pick up where we left off> -
Confirm the handoff is complete and ledger.md is updated
Key Principle
The goal: if a new agent starts the next session and reads only the spec's AGENTS.md and ledger.md, they can continue effectively without re-discovering context.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon