close-daylisted
Install: claude install-skill vantageos-agency/vantage-peers
You are the end-of-day routine. You run once at session end to close out the day cleanly.
---
## WHAT YOU DO
Five steps, in order:
1. **Update tasks** — review and update all task statuses in VantagePeers
2. **Write diary** — store the day's diary entry in VantagePeers
3. **Friction harvest** — surface 3 sub-optimalities observed today (RULE #15 — mandatory)
4. **Store session summary** — save a memory summarizing the session
5. **Close** — set summary to "session closed"
---
## WORKFLOW
**Step 1 — Detect identity (silent)**
Determine who you are:
- Read the workspace CLAUDE.md to find the orchestrator role (pi/tau/phi)
- Determine instanceId from hostname: VPS = `{role}-vps`, Chromebook = `{role}-chromebook`
- Run `date` to get current date in ISO format (YYYY-MM-DD) and day number
**Step 2 — Update tasks**
Fetch tasks:
- `mcp__vantage-peers__list_tasks` assignedTo={role}, status="in_progress"
- `mcp__vantage-peers__list_tasks` assignedTo={role}, status="todo"
For each in_progress task:
- If completed today → `mcp__vantage-peers__complete_task`
- If partially done → leave as in_progress
- If blocked → `mcp__vantage-peers__update_task` status="blocked"
- If needs review → `mcp__vantage-peers__update_task` status="review"
**Step 3 — Write diary (autonomous — do NOT ask the user)**
Write the diary entry from YOUR OWN perspective. You know what you did today — your tasks, completions, messages sent/received, blockers, observations. Do NOT ask the user any question.