一键导入
wrap-session
Used at the end of a session to ensure a smooth transition to the next session's cold start after a context clear.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Used at the end of a session to ensure a smooth transition to the next session's cold start after a context clear.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a structured GitHub Issue for dangeresque AFK workers from conversation context. Use when user wants to create a dangeresque issue, dispatch work to an AFK worker, or says "create issue for dangeresque" after discussing a bug or feature.
Create a structured GitHub Issue for dangeresque AFK workers from conversation context. Use when user wants to create a dangeresque issue, dispatch work to an AFK worker, or says "create issue for dangeresque" after discussing a bug or feature.
| name | wrap-session |
| description | Used at the end of a session to ensure a smooth transition to the next session's cold start after a context clear. |
Session is ending. Goal: the next cold session can pick up productively from HANDOFF.md alone.
HANDOFF.md is transitory — in-flight, blocked, or actively-next state. Not a log. Not permanent.
Route this session's outputs to their proper homes BEFORE wrapping. HANDOFF.md is the catch-all only when nothing else fits AND the next session needs it.
| Type | Home |
|---|---|
| Domain language / glossary | CONTEXT.md |
| Architectural decisions (with rationale + trade-off) | docs/adr/NNNN-*.md |
| Strategic posture / project reference | .claude/rules/architecture.md |
| Platform gotchas / workflow rules | .claude/rules/*.md |
| Trackable work, RFCs, design discussions | GitHub issues |
HANDOFF.md. Don't clobber — preserve still-relevant in-flight items from prior sessions.CONTEXT.md / ADRs / rules updates now if not already.git status; commit HANDOFF.md, CONTEXT.md, ADRs, code — all outstanding changes per workflow.md's COMMIT EVERYTHING rule. Without this step, the work doesn't survive into the next session.Tight, action-oriented. No narrative.
DO: Pulumi destroy blocked on Lambda@Edge orphan; run \pulumi state delete ...` to resolve.`
DON'T: In session 36 we tried X, then Y, then decided Y because of Z. (log, not handoff)
A cold session can pick up productively from HANDOFF.md alone. If HANDOFF.md exceeds ~150 lines, audit for stale items rather than letting it grow.