What problem does it solve?
Provides a collaborative, exploratory thinking mode to help teams and individuals investigate problems, surface tradeoffs, and clarify requirements before committing to design or implementation decisions. It reduces premature implementation, helps map unknowns, and grounds conversations in the actual codebase and project artifacts.
Core Features & Use Cases
- Open-ended exploration: Ask questions, reframe the problem, and brainstorm multiple directions without producing implementation code.
- Codebase investigation: Read repository files, map architecture, find integration points, and surface hidden complexity relevant to a proposed change.
- Decision support & visualization: Produce ASCII diagrams, compare options, surface risks, and summarize open questions and next steps.
- OpenSpec-aware capture: When requested, capture proposals, designs, and task lists as OpenSpec artifacts while avoiding direct code changes.
- Use cases: early-stage feature design, troubleshooting messy subsystems (e.g., auth), evaluating storage or architecture tradeoffs, and preparing scoped change proposals.
Quick Start
Enter explore mode and help me think through adding real-time collaboration by mapping options, risks, and repository integration points while avoiding any implementation.