> End-of-day capture -- save state, log energy, seed tomorrow.
Scanned 6/6/2026
Install via CLI
openskills install Miosa-osa/canopy# /shutdown
> End-of-day capture -- save state, log energy, seed tomorrow.
## Usage
```
/shutdown
```
## What It Does
Runs the end-of-day shutdown sequence: captures all open threads, logs energy levels, updates signal files with day's progress, and seeds tomorrow's priorities. Ensures nothing is lost between sessions.
## Implementation
1. Review `rhythm/today.md` -- what was planned vs what happened.
2. Capture open threads -- incomplete tasks, pending decisions, waiting-on items.
3. Update signal files -- mark completed items, add new signals from the day.
4. Log energy -- append to `rhythm/energy.md` with time, level, notes.
5. Seed tomorrow -- update `rhythm/week-plan.md` with carryover items.
6. Run `cd engine && mix optimal.index` to reindex any new files.
## Examples
```bash
# Run full shutdown sequence
/shutdown
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.