What problem does it solve? Shipping to production without a final gate risks blank pages from missing environment variables, failing tests, unpatched vulnerabilities, and legal compliance gaps. This Skill runs a structured multi-agent pre-launch verification so nothing critical slips through before real users arrive. ## Core Features & Use Cases - Multi-Agent Verification: Coordinates three verification teammates covering code/tests, environment configuration, and user-facing readiness (SEO, legal, content). - Prerequisite Gate Enforcement: Validates that all prior audit reports (security, accessibility, performance, resilience, documentation) exist and passed before proceeding. - Binary Launch Decision: Produces a readiness report with a READY/NOT READY verdict, blocking issues, and a post-launch checklist. - Use Case: Before deploying a Next.js + Convex app, run this Skill to catch missing hosting environment variables, CSP misconfigurations, and Tailwind v4 silent failures that cause blank production pages. ## Quick Start Ask the assistant to run pre-launch checks and verify whether the project is ready to go live.