Five audits, one goal — make it fast.
Free & open · no signup · read-only — every stage ends by asking · nothing leaves your machine
A speed-only sweep: profile the hot paths, hold a latency budget, fix the queries that will not scale, cut the bundle the browser downloads, and mine the churny hotspots.
The conductor fetches each brief in turn and writes its report before moving on — later briefs can build on earlier findings. Or copy any single stage to run it alone.
5 reports in reports/, plus the run's own INDEX.md: PERF.md, LATENCY.md, QUERIES.md, BUNDLE.md, HOTSPOTS.md. Feed them to the optional Studio to turn findings into commits, or run 28 · Roadmap Synthesis to merge them into one plan.
Copy the conductor into your agent inside the repo you want checked. It runs each Goal Prompt in sequence, honoring each one's ask-first rule.
The broad latency pass — wasted renders, main-thread stalls, startup waterfalls — ranked by what the user actually feels on common paths.
Where the seconds go. Decomposes p50 and p95 of the runs users feel into stages — queue, retrieval, first token, tools — and names the stage worth attacking.
The database access patterns that fall over as data and traffic grow — N+1s, missing indexes, unbounded reads, and lock contention.
What the browser actually downloads — oversized bundles, unsplit code, heavy dependencies, and unoptimized assets that slow first paint.
Mine the git history for churn, bug magnets, coupled files, and bus-factor silos — predict where the next bug lands.