What problem does it solve?
This Skill helps teams and agents quickly investigate feature ideas or ambiguous requests by reading the codebase and open specification artifacts, synthesizing findings, and returning a concise, structured analysis so decisions can be made without committing to changes.
Core Features & Use Cases
- Focused codebase investigation: Read entry points, related modules, and tests to identify affected areas and constraints.
- Option analysis and recommendation: Compare multiple approaches with pros, cons, and effort estimates to guide design choices.
- Spec-aware persistence: Follow openspec conventions and optionally save exploration output to openspec/changes/{change-name}/exploration.md when tied to a named change.
- Use Case: Triage a proposed feature by summarizing current state, listing affected files, proposing two implementation options, and recommending the best path forward.
Quick Start
Ask the agent to "Explore the proposed feature X by summarizing the current state, listing affected files, comparing approaches with pros and cons, giving a recommendation, and identifying risks."