What problem does it solve? Teams shipping web apps under deadline pressure repeatedly hit the same deployment failures: missing environment variables, wrong start commands, CORS misconfigurations, cold starts, and last-minute deploy freezes. This Skill turns those recurring 2am failures into ordered, tickable checklists so deploys stay boring, early, and continuous. ## Core Features & Use Cases - Per-Platform Checklists: Ordered deploy steps for Vercel (Next.js), Render/Railway (FastAPI and Node), Convex, and MongoDB Atlas, each line targeting a known classic failure. - Smoke Ritual: A 3-minute post-merge verification loop (seed, boot, click the demo path, check for errors) with a red-smoke merge freeze rule. - Pre-Warm & Freeze Calendar: A T-10 minute pre-warm routine to kill free-tier cold starts before demos, plus a T-5h to T-45m freeze schedule for hackathon endgames. - Use Case: During a hackathon, after every merge to main, run the smoke ritual to confirm the demo path still works, then follow the freeze calendar so the final deploy lands before build queues spike. ## Quick Start Ask the AI to walk you through the deploy-runbook checklist for deploying your Next.js frontend to Vercel and FastAPI backend to Render, then run the smoke ritual.