exploration
Installation
SKILL.md
It is evidence-based only -- no assumptions without code proof -- and produces a structured report of tech stack, entry points, and detected architecture pattern for whoever consumes it (typically the APEX Analyze phase or a domain expert).
Session: ${CLAUDE_SESSION_ID}
Exploration Skill
Exploration Protocol
Run these 5 phases in order — full commands in references/exploration-protocol.md:
- Initial Reconnaissance — list root files, find config files, check common entry points
- Structure Mapping — tree view (excluding noise dirs), identify main directories
- Entry Points Detection — grep for
main/index/server bootstrap per language - Dependency Analysis — read
package.json/pyproject.toml/go.mod/Cargo.toml/composer.json - Pattern Detection — check for MVC, Clean/Hexagonal, feature-based, Next.js App Router directories