What problem does it solve? When you end a work session without major architectural decisions, you lose context about what you were doing, where you stopped, and what remains open. This Skill closes a session cleanly and produces a concise re-entry prompt so your next session starts with full working context. ## Core Features & Use Cases - Resume Re-Entry Prompt: Emits a structured block capturing what you were working on, where you left off, and open items discovered during the session. - Lightweight TODOS Sync: Appends new open items to TODOS.md and removes completed ones, supporting both flat-format and .work/plan-based planning layouts. - Triage Refresh: Runs update-triage for logs under ~/dev/ so the next session's triage block stays current. - Use Case: You finished a debugging pass for the day with no big decisions made. Trigger /close, receive a saved re-entry prompt in /tmp, and paste it into a fresh session tomorrow to pick up exactly where you stopped. ## Quick Start Ask the assistant to run /close to end the current session and generate a resume re-entry prompt for the next session.