What problem does it solve? Long agent sessions accumulate large transcripts that are hard to review, and reading them directly pollutes the primary agent's context window. This Skill distills the active session into a compact, recency-weighted executive recap without consuming the orchestrating agent's working memory. ## Core Features & Use Cases - Subagent-Based Distillation: Delegates transcript parsing to an ephemeral subagent so the primary agent never reads raw logs directly. - 50/35/15 Recency Weighting: Allocates focus to the active frontier (latest turns), recent pivots, and foundational anchors in fixed proportions. - Standardized 4-Section Output: Returns a consistent markdown schema covering Active Frontier, Recent Trajectory, Foundational Anchors, and Next Action. - Use Case: After a long debugging session with many file edits and decisions, invoke the summarizer to get a scannable recap of uncommitted changes, pending decisions, and the single next step before handing off or resuming work. ## Quick Start Ask the agent to summarize the current session by typing /summarizer or requesting a session recap.