What problem does it solve? When facing a large or unfamiliar codebase, or when a user pastes dense material like logs, multiple documents, or long error output, loading everything into context at once is wasteful and error-prone. This Skill applies a disciplined five-step exploration method that inspects material in slices and produces a compact, evidence-backed Working Set to drive decisions. ## Core Features & Use Cases - Five-Operation Workflow: LOCATE relevant slices, EXTRACT minimal snippets, CHUNK large context, TRANSFORM into a Working Set of 5-15 bullets, and VERIFY against requirements. - Evidence-Cited Working Set: Every bullet in the output must cite a file:line, log line, or doc anchor, preventing unsupported claims. - REPL Transcript Discipline: Produces exact copy-pasteable ripgrep commands with expected findings, preferring symbol search over broad text search. - Use Case: A developer inherits an unfamiliar repository and needs to find where a config value is read. The Skill runs scoped searches, extracts only the relevant functions, and returns a verified Working Set instead of dumping whole files. ## Quick Start Explore this repository to find where the authentication token is validated and summarize the findings as an evidence-cited working set.