What problem does it solve? When work spans many sessions over weeks, two things get lost: which session a decision or deliverable happened in, and which legs of a track are finished versus still running. This Skill answers both by searching the distilled session records written at the end of every session, so recall comes from stored data rather than memory. ## Core Features & Use Cases - Content Search: Runs a ranked PostgreSQL full-text query over session summaries, keywords, and titles, returning each match with a highlighted snippet, date, and the best route back into the original chat. - Track-Status Read: Lists every session leg of a named track with its status read directly from the record, so done-versus-active is answerable at a glance. - Reachability Gate: Verifies a live board connector exists before searching and stops with a plain explanation if none is available, never faking an empty result. - Use Case: Ask "which session did we decide the connection reset approach in?" and get back ranked matches with summary snippets and a reference or link back to that chat. ## Quick Start Ask which session we decided the database schema in, or which legs of the migration track are done.