What problem does it solve? Moving a Next.js app onto Cloudflare Workers via OpenNext often fails because of missing adapter setup, unmanaged Wrangler bindings, and local-development drift. This Skill inventories the repo, checks OpenNext prerequisites, and produces a concrete adoption plan before any code changes. ## Core Features & Use Cases - Repo Inventory: Runs a helper script that detects the Next.js router shape, current deployment target, Wrangler configs, OpenNext adapter packages, env files, and binding usage markers. - Binding and Local-Dev Review: Audits Wrangler configuration, typed binding generation, secrets handling, and local versus remote binding strategy. - Adoption Planning: Writes a structured plan to docs/cloudflare/ with fit assessment, required changes, blockers, and rollout sequence. - Use Case: A team wants to deploy their existing Next.js SaaS app on Cloudflare Workers. The Skill confirms the repo is a valid candidate, maps D1/KV/R2 dependencies, and outputs a step-by-step adoption plan for the next implementation agent. ## Quick Start Ask the agent to help move your Next.js app onto Cloudflare Workers with OpenNext and have it produce an adoption plan.