What problem does it solve? Teams often confuse registrar tasks with DNS hosting tasks, editing Namecheap host records when the domain is actually delegated to custom nameservers, or breaking verification and email records during cutovers. This Skill inventories the domain and DNS surface visible in a repo and turns it into a concrete, reviewable DNS operations plan. ## Core Features & Use Cases - Domain Surface Inventory: Scans env files, docs, and config for domain names, DNS-provider markers, and record patterns like A, CNAME, TXT, MX, and CAA using a bundled shell script. - Control-Plane Verification: Distinguishes whether DNS is managed via Namecheap BasicDNS, FreeDNS, or PremiumDNS versus delegated to a third-party DNS provider. - Cutover Risk Review: Identifies apex and www routing needs, email and verification records, certificate or CAA requirements, and nameserver-change risks before any change is made. - Use Case: Before migrating a site to a new host, run the inspection script against the project repo, confirm where DNS is actually controlled, and generate a dated ops plan under docs/infrastructure listing missing records and next steps. ## Quick Start Ask the assistant to inspect this repository's domain and DNS surface and produce a Namecheap DNS operations plan with cutover risks and next steps.