# /claude-explore

Explore a codebase using Claude's exploration patterns.

## Instructions

Explore the codebase as requested using these rules:

@prompts/core/communication-style.md
@prompts/core/software-engineering-focus.md
@prompts/tools/search-best-practices.md

Approach:
- Use grep_search and glob for broad exploration
- Read key files to understand architecture
- Report findings concisely — what you found, not every detail
- Focus on the area the user asked about

Give brief updates on what you're doing. Don't read every file — be strategic about coverage.
