What problem does it solve? Gathering reliable answers from noisy sources (large codebases, diffs, many documents) pollutes the working context and often produces unvetted claims. This Skill relocates the noisy gathering work into a disposable sub-agent window and returns only a vetted, provenance-tagged signal in the form the requester asked for. ## Core Features & Use Cases - Elastic technique composition: Infers the signal, output form, stakes, and destination from the call, then composes gather (/prime-sweep, /prime-fetch, /prime-expand), diverge (/insight-explore), and vet (/insight-critique, /insight-assess, cold second opinion) techniques to fit the task. - Context hygiene by relocation: Defaults to spawning a freshly-primed sub-agent so only the signal reaches the caller's window; works inline when it is itself the running agent, with a depth-1 guardrail. - Provenance and sensitivity contracts: Every presented signal carries source:line provenance, confidence, residual gaps, and techniques-run, and is sensitivity-matched to its destination so internal detail never leaks into public-bound output. - Use Case: Ask "is this package ready to ship publicly?" and receive a bill-of-health report with per-area findings, source references, confidence levels, and stated gaps, produced by a vetted sub-agent pipeline. ## Quick Start Ask the agent to extract the signal on whether your module is ready to ship and present it as a bill-of-health report.