What problem does it solve? Long-running AI agent sessions exceed context window limits, and naive compression loses critical details like file paths, error messages, and decision rationale, forcing agents to re-fetch information and waste tokens. ## Core Features & Use Cases - Anchored Iterative Summarization: Maintain persistent structured summaries with explicit sections for session intent, file modifications, decisions, and next steps, merging new content incrementally instead of regenerating from scratch. - Probe-Based Quality Evaluation: Generate recall, artifact, continuation, and decision probes from conversation history, then score responses across six dimensions (accuracy, context awareness, artifact trail, completeness, continuity, instruction following). - Compression Method Selection: Choose between anchored iterative, opaque, and regenerative summarization based on session length, file-tracking needs, and interpretability requirements. - Use Case: A coding agent debugging a 401 authentication error over 178 messages hits the context limit. Use this Skill to compress the history into a structured summary preserving the root cause, modified files, and remaining test failures, then verify quality with probes before discarding the original history. ## Quick Start Ask the agent to compress the current conversation history into a structured summary and evaluate whether critical file and decision details survived compression.