원클릭으로
doabandon
Capture session knowledge before abandoning — runs compact-prep in abandon mode
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Capture session knowledge before abandoning — runs compact-prep in abandon mode
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Recover context from a dead or exhausted session
Resolve PR review comments in parallel
Check plugin version status — source vs installed vs release
Enhance plans with parallel research agents
Execute work plans using subagent dispatch
Manage session worktrees — resume, cleanup, rename, switch, create
| name | do:abandon |
| description | Capture session knowledge before abandoning — runs compact-prep in abandon mode |
| argument-hint |
This is a thin wrapper around
/do:compact-prep --abandon.
Invoke /do:compact-prep --abandon immediately with any user arguments appended.
Abandon mode runs the full compact-prep checklist (memory, beads, git, compound, versions, cost) but skips queuing a post-compaction task — the session won't be resumed.
Use /do:abandon when the user is ending their session and does not plan to resume from this
context. Common triggers: "done for today", "wrapping up", "closing out", "ending the session".
The AGENTS.md routing table and session-end detection will suggest this command automatically when session-end language is detected.
Do not add any logic beyond this delegation. All behavior lives in /do:compact-prep.