What problem does it solve? Starting a new coding session without context wastes time re-explaining prior decisions and repository state. This Skill loads relevant memory, inspects the current repository, and scopes the user's request so the session begins with shared context. ## Core Features & Use Cases - Memory Loading: Retrieves committed lessons, architecture decisions, and working state from the repository at session start. - Repository Inspection: Examines the current state of the working repository before any planning or implementation begins. - Request Scoping: Executes the canonical sense workflow through the Copilot adapter contract, following its tool mapping, authorization, and verification rules. - Use Case: A developer opens a project in GitHub Copilot and invokes the sense workflow so the agent recalls prior decisions and understands the repository before scoping a new feature request. ## Quick Start Ask your Copilot agent to run the li-sense skill to load session memory and scope your request before starting work.