What problem does it solve? Deployments can introduce failures invisible in development, such as misconfigured environment variables, purged CSS classes, wrong backend targets, and stale middleware caches. This Skill verifies the live production application actually works after deployment. ## Core Features & Use Cases - Smoke Scenario Generation: Builds a targeted matrix of up to 15 P0/P1 feature and auth-context scenarios from PRD files or an existing 6V verification matrix. - Infrastructure and Integration Checks: Validates DNS, SSL certificates, security headers, environment variables, AI model IDs, and third-party API health on the live URL. - Gate Decision with Rollback Guidance: Produces a PASS, CONDITIONAL PASS, or FAIL report with a failure escalation protocol and rollback decision tree. - Use Case: After deploying a Next.js app to production, run this Skill to confirm login, dashboard, navigation, and payment integrations work on the live domain before announcing launch. ## Quick Start Ask the agent to run production smoke tests against your deployed URL to verify the live application works correctly.