What problem does it solve? When starting a new feature or investigating a problem, developers often jump into implementation too early. This Skill provides a structured explore mode for thinking through ideas, investigating codebases, and clarifying requirements before any code is written. ## Core Features & Use Cases - Explore Mode Activation: Triggered via the /opsx:explore slash command to enter a read-only thinking mode where no code is written or implemented. - Codebase Investigation: Uses CodeGraph (codegraph explore) to surface relevant code symbols and ground discussions in the actual codebase. - OpenSpec Integration: Checks openspec list --json for existing changes and reads change artifacts when a change name is mentioned. - Use Case: Before implementing a new caching layer, run /opsx:explore caching strategy to ask questions, visualize options with ASCII diagrams, and capture decisions as OpenSpec artifacts once insights crystallize. ## Quick Start Ask the AI to enter explore mode with /opsx:explore followed by your idea, problem, or change name to start investigating without writing any code.