What problem does it solve? When you return to a project after a break, it is hard to remember exactly where the previous agent session left off, especially which questions were still unanswered. This Skill reconstructs that context by finding the most recent session for your current working directory and summarizing its state. ## Core Features & Use Cases - Session Matching by Directory Boundary: Locates the most recent session whose cwd matches the project using a strict directory-boundary check, so sibling repos like repo-a-staging are never confused with repo-a. - Open Question Surfacing: Leads the resume summary with any unanswered user-facing question found in the session summary or conversation observations. - Context Recall: Pulls supporting details via memory_recall on the session's top concepts, including key files, decisions, and errors, ending with one concrete next step. - Use Case: You open your terminal in /Users/dev/app and ask "where were we?" The Skill finds the last session for that path, reports that refresh token rotation was completed, and reminds you that the revoke-scope decision for logout is still pending. ## Quick Start Ask the assistant "where were we" or "resume" in your project directory and it will summarize the most recent session with its open question and next step.