What problem does it solve? When resuming work after days away, you lose track of what you decided, which PRs shipped, and what problems remain. This Skill rebuilds your recent working context from your own Claude Code chat history and the shared engineering record, then hands back a tight current-state brief. ## Core Features & Use Cases - Chat history mining: Spawns parallel read-only subagents that grep and read your Claude Code session transcripts, returning decisions, open threads, and artifacts per chat. - Shared record sweep: Searches source control, issue trackers, chat channels, docs, and error tracking for user-reported symptoms, shipped-and-reverted fixes, and open incidents related to the topic. - Live state verification: Cross-checks surfaced PRs, branches, and tickets with git and gh before writing the brief. - Use Case: You return from a week off and ask "catch me up on the auth migration". The Skill mines your recent sessions, sweeps the shared record for related bugs and reverts, verifies branch and PR status, and returns a capsule with tagged thread statuses and the single best next move. ## Quick Start Ask the assistant to recall your work on a specific feature or subsystem and catch you up on where things stand.