Use when work is complete and user says "cleanup the will", "we're done", "remove the handoff", or WILL.md is no longer needed
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" |