What problem does it solve? Working with a large persona, skill, tool, and playbook repository makes it hard to know where a request belongs, which files to read first, and whether an action is read-only or a mutation. This Skill orients each request by loading the site bootstrap and the smallest relevant route group before any work begins. ## Core Features & Use Cases - Request classification: Assigns each request a mode (answer, research, plan, prototype, update, or consult) and selects the smallest relevant primary space such as personas, skills, tools, or playbooks. - Orientation packet: Produces a compact context packet with goal, mode, spaces, artifacts in scope, constraints, success criteria, assumptions, and next action so downstream work does not reread the whole repository. - Read-only boundaries: Enforces a strict no-mutation contract, distinguishing prototypes from live truth and requiring explicit authorization before any update. - Use Case: When asked to "improve the persona system," the Skill loads content/site-orientation.json and AGENTS.md, classifies the request as consult, and returns a bounded packet with clarification options instead of guessing a target. ## Quick Start Use $persona-library-orientation to orient this Persona Library request and tell me which space and mode it belongs to.