From will
Use when work is complete and user says "cleanup the will", "we're done", "remove the handoff", or WILL.md is no longer needed
How this skill is triggered — by the user, by Claude, or both
Slash command
/will:cleanupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Remove WILL.md after work is complete or handoff is no longer needed. Keeps the project root clean.
Remove WILL.md after work is complete or handoff is no longer needed. Keeps the project root clean.
If brivlo:send_event is available, use brivlo:send_event will:cleanup as your first step.
Verify WILL.md exists in project root.
If it doesn't exist: "No WILL.md found - nothing to clean up."
Before deleting, verify:
If work is incomplete, warn user: "WILL.md shows incomplete work: [items]. Delete anyway?"
rm WILL.md
Report: "WILL.md removed - handoff complete."
If you catch yourself doing these, STOP:
| Phase | Action | Output |
|---|---|---|
| 1. Check | Verify file exists | Existence confirmed |
| 2. Confirm | Check work status | User warned if incomplete |
| 3. Delete | Remove WILL.md | File deleted |
| 4. Confirm | Report completion | "Handoff complete" |
npx claudepluginhub mjbellantoni/cc-marketplace --plugin willCleans up and archives bloated Plans.md, session-log.md, old logs, and state files. Useful for periodic file organization and reducing clutter.
Walks through the Designer/Developer wrap-up checklist for offboarding a client engagement, covering code transfer, file cleanup, credential removal, and project archival.
Generates HANDOFF.md file summarizing completed tasks, in-progress work, next steps, notes, related files, and git state before Claude Code session end. Useful for context reset and work resumption.