What problem does it solve? Teams often jump into implementation before fully understanding a problem. This Skill provides a structured thinking partner mode for investigating ideas, clarifying requirements, and exploring a codebase before committing to a change proposal. ## Core Features & Use Cases - Explore Mode Stance: Enforces a no-implementation mindset where the AI investigates, questions assumptions, and visualizes concepts with ASCII diagrams instead of writing code. - OpenSpec Integration: Checks active changes via openspec list --json, reads existing proposals, designs, and specs, and offers to capture decisions into the right artifacts. - Codebase Grounding: Maps existing architecture, finds integration points, and surfaces hidden complexity relevant to the discussion. - Use Case: A developer is unsure whether to use PostgreSQL or SQLite for a new feature. They invoke explore mode to compare tradeoffs, inspect the current data layer, and optionally capture the final decision in design.md. ## Quick Start Ask the AI to enter explore mode with a topic such as "explore whether the auth system should be refactored" and let it investigate the codebase and discuss options.