What problem does it solve? When you need to think through a problem, investigate architecture, or clarify requirements before writing code, jumping straight into implementation leads to rework. This Skill provides a dedicated explore mode where the AI acts as a thinking partner that investigates your codebase and helps ideas crystallize without writing any application code. ## Core Features & Use Cases - Codebase-grounded exploration: Runs openspec list and codegraph explore to ground discussions in your actual change proposals, symbols, call paths, and architecture. - Visual thinking: Produces ASCII diagrams, comparison tables, and state machines to clarify problems, options, and tradeoffs. - Insight capture into OpenSpec artifacts: Offers to record decisions, requirements, and scope changes into proposal.md, design.md, specs, and tasks.md when a change exists. - Use Case: You are mid-implementation on an auth change and realize OAuth is more complex than expected. Enter explore mode to trace the current flow, compare integration options, and update design.md with the new decision before resuming tasks. ## Quick Start Ask the AI to enter explore mode and help you think through a problem, for example by saying: explore how we should add real-time collaboration to this project.