What problem does it solve? Products often ship with slow page loads, bloated bundles, unindexed queries, and poor Core Web Vitals because performance work is skipped or done without measurement. This Skill runs a structured multi-agent performance audit that measures a baseline, fixes bottlenecks, and verifies compliance against PRD performance budgets. ## Core Features & Use Cases - Baseline Measurement: Builds the production app and records Lighthouse scores and Core Web Vitals (LCP, INP via TBT proxy, CLS) before any changes. - Three Specialized Teammates: Coordinates frontend bundle/rendering optimization, backend index and query efficiency, and perceived performance (skeletons, optimistic updates, progressive loading). - Gate Decision Report: Produces a compliance report with before/after metrics, budget pass/fail tables, and a PASS / CONDITIONAL PASS / FAIL gate decision for downstream pipeline stages. - Use Case: During Stage 6C of the Transmute pipeline, run this Skill to audit a Next.js + Convex app against PRD targets, add missing database indexes, reduce bundle size, and document the results in plancasting/_audits/performance/report.md. ## Quick Start Ask the agent to run a performance audit and optimize the app against the PRD performance budgets.