What problem does it solve? End-of-session context is lost when a conversation ends: decisions, bug fixes, and progress live only in the transcript. This Skill crystallizes the current session into a project wiki so the next session can resume in seconds and durable knowledge is preserved. ## Core Features & Use Cases - Session journal upsert: Maintains one append-only journal per session at wiki/sessions/<persona>/<YYYY-MM>/, so repeat wrap-ups build a single running record. - Working-memory dashboards: Refreshes handoff.md, task.md, and active-context.md, the resume pointers a cold-start session reads first. - Durable knowledge staging: Extracts components, decisions, architecture, patterns, and troubleshooting entries into _inbox/proposed/ with metadata sidecars, then offers inline promotion to wiki/project/<category>/. - Optional commit and push: With --auto-commit or --auto-push (or the wrap_up_commit notebook setting), it commits only the session's changed paths and pushes branches that already track a remote. - Use Case: After a two-hour debugging session, run /wrap-up to log what happened, update the resume dashboards, file the root-cause fix as a troubleshooting entry, and commit everything before closing the window. ## Quick Start Ask the AI to wrap up this session and document what we did in the project wiki.