What problem does it solve?
This skill turns a Cowork session wrap-up into a durable, next-session handoff by extracting what landed, what remains open, and the commit/push state of active repos.
Core Features & Use Cases
- Canonical session handoff creation: Writes a fixed project file at 00 – Project Hub/cowork-session-handoff.md (overwriting each session) so the companion /session-start can reliably read it.
- Work extraction from conversation: Produces structured “What landed,” prioritized “Open work,” and “Commit & push state” sections from the session transcript.
- Baton-pass metadata: Captures an author and optional teammate handoff target (frontmatter fields) and supports skipping prompts via flags.
- Repo README consistency: Optionally updates affected writable GitHub repos’ README.md to match a canonical 16-section structure when substantive changes occurred.
Quick Start
Run /session-end <project-name> to write the canonical handoff file for the current project based on your conversation, including open work and commit/push state.