What problem does it solve? After finishing a coding session, developers must manually document what changed, write a commit message, and draft user-facing release notes. This Skill automates that end-of-session documentation in one step. ## Core Features & Use Cases - Memory Log Updates: Prepends a dated entry to the project memory log with goals, changes, and design decisions, avoiding duplicates. - Commit Message Generation: Produces a conventional-commits title with ticket-code prefix and a concise description. - Patch Notes Output: Writes user-facing release notes in pasteable markdown covering only user-visible changes. - Use Case: After refactoring a cleaner portal feature, invoke the skill to update the project changelog, get a ready-to-paste commit message like "[PAYSTUB-007] fix: correct off-by-one expense date display", and receive end-user patch notes. ## Quick Start Invoke the wrap-up skill after completing your changes to generate the memory log entry, commit message, and patch notes.