From compound-workflows
Capture session knowledge before abandoning — runs compact-prep in abandon mode
npx claudepluginhub adamfeldman/compound-workflows --plugin compound-workflowsThis skill uses the workspace's default tool permissions.
> This is a thin wrapper around `/do:compact-prep --abandon`.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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.