What problem does it solve? Developers working on the Agents Window in the VS-BRAX editor need to respect strict layering rules, provider-neutral contracts, and observable-based state modeling, and this Skill routes them to the correct specification and workflow before they write code. ## Core Features & Use Cases - Architecture Guardrails: Enforces layer direction (vs/sessions may import vs/workbench, never the reverse), provider neutrality, and observable-based session state. - Specification Routing: Maps each change area (layout, sessions list, mobile, providers, AI customizations) to its owning specification document under src/vs/sessions. - Proportional Validation: Directs focused unit tests, valid-layers-check, and targeted type checking based on the scope of the change. - Use Case: When adding a new session provider or modifying the sessions sidebar, use this Skill to identify the owning spec, trace existing implementations, and apply the contract without breaking layer boundaries. ## Quick Start Use the sessions skill to plan and implement my change to the sessions sidebar grouping logic under src/vs/sessions.