What problem does it solve?
This Skill enables you to capture and preserve the essence of conversations in a single, diff-friendly file that can be appended over time without breaking history, making it ideal for auditing, debugging, and collaboration.
Core Features & Use Cases
- One-file context: All relevant context lives in a single file, with a deterministic path such as docs/cache/DD-MM-YY_AppName_SummaryWord.md.
- Append-only history: Entries are added, never deleted, preserving a complete narrative across sessions.
- Diff-friendly format: Uses consistent separators and simple structure to enable easy diffs and reviews.
- Self-contained: The reader can understand context without external dependencies.
- Use cases include debugging sessions, feature development decisions, refactoring notes, exploration insights, and code-review context.
Quick Start
Start by saving the current discussion to the designated cache file under docs/cache, creating a new dated entry to capture the latest context.