What problem does it solve? Work context is lost between sessions, forcing you to reconstruct what was done, why decisions were made, and what remains pending. This Skill maintains a lightweight, auto-appended work journal in auto-memory so every new session starts with full recovery context. ## Core Features & Use Cases - Automatic Entry Appending: Triggers on commits, pushes, completed features, session endings, or explicit requests like "log this". - Strict Entry Format: Records tasks, decisions with rationale, and pending items in a fixed markdown structure of roughly 10-15 lines per session. - Size Management: Enforces a 200-line and 10-entry cap by auto-trimming the oldest entries while preserving the file header. - Use Case: After finishing a feature and committing, the Skill appends a dated entry summarizing completed work, key decisions, and blockers, so the next session resumes with full awareness of pending items. ## Quick Start Ask the assistant to log this session's work, decisions, and pending items into the worklog before ending the session.