What problem does it solve? It finds the highest-value Core Web Vitals problem in a Next.js web app from production Datadog RUM field data, ships one narrowly scoped fix per run, and proves the fix with lab measurements and equivalence tests before a human reviews the PR. ## Core Features & Use Cases - RUM-driven candidate ranking: Aggregates p75 LCP, FCP, INP, CLS, and TTFB by route from Datadog RUM, ranks by population-weighted headroom, and prioritizes public indexable routes that affect SEO. - Mechanism-first diagnosis: Maps slow views to concrete code causes such as hydration-gated content, client fetch waterfalls, oversized chunks, unoptimized LCP images, or layout-shifting skeletons. - Evidence-backed PRs: Validates fixes with production-build lab measurements, bundle deltas, and equivalence tests, then writes a PR with RUM queries, field success criteria, and review-loop results. - Use Case: Run on a schedule to continuously hunt frontend performance regressions, for example detecting that a public route's CLS comes from a Suspense fallback above the main content and shipping a geometry-matched fallback fix. ## Quick Start Ask the agent to hunt the worst Core Web Vitals problem in the web app from production RUM data and open a PR with one fix.