What problem does it solve? When starting a new session or recovering from a context compaction in a project managed by Ether, you lose track of what changed recently. This Skill restores that context by reading the automatically maintained session summary log instead of re-deriving project state from scratch. ## Core Features & Use Cases - Automatic rollup entries: Every change appends a newest-first entry to .ether/session-summary.md when its archive phase completes, including status, executive summary, touched artifacts, next steps, and known risks. - CLI access: Run ether session summary show [--last N] to print entries as JSON, most recent first. - Use Case: After a context compaction mid-task, read the summary to see which changes were archived, what artifacts they touched, and what risks were flagged before continuing work. ## Quick Start Read the .ether/session-summary.md file or run ether session summary show to recover the current project state before continuing prior work.