What problem does it solve? When starting a bug investigation or unfamiliar task, conclusions from past sessions are invisible in the codebase, forcing you to re-derive decisions that were already made. This Skill searches your space's knowledge notes, past session notes, and ticket trackers to surface what was already established before you open the code. ## Core Features & Use Cases - Knowledge note search: Resolves the correct notes vault from the session's space configuration, reads index files first, then searches notes, areas, and maps of content for query matches. - Past session recall: Searches session notes across configured roots to find previous work on the same subject, including decisions and next steps left behind. - Ticket tracker integration: Optionally queries Jira with summary-scoped JQL and fetches issues with comments, where root causes and resolutions typically live. - Use Case: Before debugging a recurring payment error, run the skill with the error string to get a Context Brief listing relevant knowledge notes, a past session that diagnosed the same failure, and the Jira ticket whose comments contain the root cause. ## Quick Start Ask the assistant to run /route with your ticket ID, topic, or error string to generate a Context Brief before investigating.