What problem does it solve?
This skill ensures end-of-session context preservation by capturing a complete audit trail, writing a session log, updating state files, and preparing data for the next session.
Core Features & Use Cases
- Session audit: automatically lists files created/modified and records open threads and decisions to keep context intact across sessions.
- Session log generation: writes a machine-readable and human-friendly log at session-logs/YYYY-MM-DD-session-log.md with structured metadata.
- State updates & hygiene: updates STATUS.md and performs workspace hygiene checks to keep the project clean and ready for the next session.
- Cross-project handoffs: flags data or decisions that affect other projects and supports handoff workflows.
Quick Start
End a session by running /conclude to generate a session log and update project state.