一键导入
handoff
Write a handoff summary for the next conversation to pick up from
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write a handoff summary for the next conversation to pick up from
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Run spaced repetition review block — query due items, quiz the user, update SR data
Generate a study plan through an interactive questionnaire — creates plan.md
Bootstrap a new study day — creates directory, notes from template, and empty files
基于 SOC 职业分类
| name | handoff |
| description | Write a handoff summary for the next conversation to pick up from |
| disable-model-invocation | true |
| allowed-tools | ["Read","Write","Edit","Glob"] |
Write a handoff file so the next conversation knows where to pick up.
Assess what was covered in this conversation:
notes.md for what was writtenplan.md for what items are still unchecked on the current dayAsk the user to confirm what was completed. Propose marking items done in plan.md if appropriate.
Propose SR items for concepts covered in this conversation:
notes.md for concepts, tradeoffs, or decisions worth retaining.struggled items (ease_factor: 1.8, interval: 1).refresh items (ease_factor: 2.5, interval: 3).sr/items/ for existing items from the same day/topic — previous conversations in this session may have already created items from the same notes file.Write handoff.md at the study root with this format:
# Handoff
## Session
- **Date**: <today>
- **Session**: <current_session from sr/meta.yaml>
- **Day**: <current study day>
## Completed this conversation
- <what was done — topics covered, problems solved, sections read>
## Still remaining today
- <unchecked items from plan.md for the current day>
## Reinforce
- <concepts the user struggled with, SR items that scored low, things to revisit>
## Next up
- <what the next conversation should start with>
Create any SR items the user approved in step 3.
Update plan.md — check off completed items (only after user confirms).
Update review_completed_date in sr/meta.yaml to today's date (YYYY-MM-DD) if this was the review conversation (i.e., SR items were reviewed this conversation).
handoff.md — only the most recent handoff matters