What problem does it solve? When you return to a project after days away, you lose track of what you were doing, which PRs shipped, which fixes got reverted, and what users are still reporting. This Skill rebuilds that working context from your own chat transcripts and the shared engineering record, then hands back a tight current-state brief so you can resume work immediately. ## Core Features & Use Cases - Parallel transcript mining: Fans out subagents across your recent chat history to extract topics, decisions, open threads, and artifacts, each cited by chat UUID. - Shared-record sweep: Searches source control, issue trackers, chat channels, docs, and error tracking for the history around a named feature or bug, including reverted fixes and recurring user reports. - Live-state verification: Checks surfaced PRs, branches, and tickets against git and GitHub so the brief reflects current truth, not stale history. - Use Case: You type "catch me up on the payments retry work" after a week off, and receive a capsule with thread statuses like [merged #412] and [reverted #398], the top recurring problems, and the single most useful next action. ## Quick Start Ask the assistant to recall your recent work on a specific feature and produce a current-state brief with thread statuses and the next move.