What problem does it solve? Working on the VS Code Agents Window requires navigating a layered architecture, multiple provider contracts, and many authoritative specifications; this Skill routes contributors to the right specification and enforces the core architectural principles before code changes are made. ## Core Features & Use Cases - Architecture guardrails: Enforces layer direction rules, provider-neutral shared code, observable-based state modeling, and Sessions-owned menu registration. - Specification routing: Maps each change area (layout, sessions list, mobile, providers, AI customizations) to its authoritative specification document under src/vs/sessions. - Proportional validation workflow: Directs contributors to run focused unit tests, layer checks, and targeted type checking based on the scope of the change. - Use Case: When adding a feature to the Copilot Chat session provider, use this Skill to identify the owning specification, confirm layer ownership, implement against the provider contract, and run the smallest relevant validation checks. ## Quick Start Use the sessions skill to plan and implement my change to the Agents Window sidebar under src/vs/sessions.