What problem does it solve? When starting a feature or debugging a problem, jumping straight into code often leads to rework. This Skill provides a structured thinking partner that helps you explore the problem space, investigate the codebase, and compare options before committing to an implementation. ## Core Features & Use Cases - Exploratory Dialogue: Acts as a curious thinking partner that asks questions, challenges assumptions, and surfaces risks without following a rigid script. - Codebase Investigation: Reads files, maps architecture, and finds integration points to ground discussions in the actual code. - OpenSpec Integration: Detects active changes via openspec list --json, reads existing proposals and designs, and offers to capture decisions into OpenSpec artifacts. - Use Case: Before building a new caching layer, use this Skill to discuss tradeoffs between Redis and SQLite, review the existing architecture, and then capture the final decision in design.md. ## Quick Start Ask the AI to enter explore mode and think through your idea or problem before creating any change proposal.