What problem does it solve? Long-running AI agent sessions exceed context window limits, and naive summarization loses critical details like file paths, error messages, and decision rationale, forcing agents to wastefully re-fetch information. ## Core Features & Use Cases - Anchored Iterative Summarization: Maintains persistent structured summaries with dedicated sections for session intent, file modifications, decisions, and next steps, merging new content incrementally instead of regenerating from scratch. - Probe-Based Quality Evaluation: Tests compression quality with recall, artifact, continuation, and decision probes scored across six dimensions including accuracy and artifact trail. - Three-Phase Workflow for Large Codebases: Compresses multi-million-token codebases through research, planning, and implementation phases into compact specifications. - Use Case: A debugging session reaches 89,000 tokens and 178 messages. Use this Skill to compress the history into a structured summary that preserves the root cause, modified files, test status, and next steps so work continues without re-reading files. ## Quick Start Ask the agent to compress the current session history into a structured summary with sections for intent, files modified, decisions, and next steps.