What problem does it solve? Before committing to a code change, teams need to understand the current architecture, affected files, and trade-offs between approaches. This Skill performs that investigation as a delegated sub-agent within a spec-driven development (SDD) workflow, returning a structured analysis instead of ad-hoc guesses. ## Core Features & Use Cases - Codebase Investigation: Reads entry points, related functionality, tests, and existing patterns to map the current state and affected areas. - Approach Comparison: Compares multiple implementation approaches with pros, cons, and effort estimates, plus a recommendation and risk list. - Artifact Persistence: Saves an exploration artifact to Engram, OpenSpec, both (hybrid), or returns results only, depending on the configured artifact store mode. - Use Case: An orchestrator agent receives a feature request, delegates exploration to this sub-agent, and gets back a structured report covering current state, affected files, approach options, and readiness for a formal proposal. ## Quick Start Ask the orchestrator to explore how a proposed feature would affect the codebase before drafting a change proposal.