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 Claude Code chat history and the shared engineering record so you can resume work without re-reading everything yourself. ## Core Features & Use Cases - Parallel transcript mining: Fans out subagents over your ~/.claude/projects/ session transcripts to extract goals, decisions, open threads, and artifacts per chat. - 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 symptoms. - Live-state verification: Checks surfaced PRs, branches, and tickets against git and gh so the brief reflects current truth, not stale history. - Use Case: Before resuming work on a payment retry feature, ask for a recall and receive a capsule with thread statuses like [open PR #412] and [reverted #387], the top recurring problems, and the single best next move. ## Quick Start Ask the assistant to recall your work on a specific feature or catch you up on where you left off this week.