What problem does it solve? Cloudflare Workers enforce a 1-second CPU time limit during script startup, and cfw-api deploys are rejected with error 10021 when the bundle exceeds it. This Skill provides the measurement methodology, historical record of tried optimizations, and current architecture context needed to investigate startup failures without repeating failed approaches. ## Core Features & Use Cases - Statistically Rigorous Measurement: Trigger the upload timing workflow with serial alternating A/B blocks and sample sizes of 10 or more to get trustworthy min/max/median/p90 startup stats. - Optimization History: A catalog of 12+ measured approaches covering what reduced startup time (route extraction, subpath imports, AOT zod-guard precompilation) and what did not (minification, blanket dynamic imports). - Local Profiling Guidance: Profile the built bundle with wrangler check startup across 10 serial runs, mapping minified frames through sourcemaps to attribute cost by package. - Use Case: When a deploy fails with error 10021, use this Skill to profile the bundle locally, identify the heaviest top-level evaluation cost, and verify the fix with a paired timing workflow run before merging. ## Quick Start Ask the agent to measure cfw-api startup time by running the upload timing script with a sample size of 10 and comparing the results against the recorded baseline.