prelaunch

Verifies builds, tests, configuration, and compliance before production deployment.

4|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/VoxTechnologies/transmute-framework --skill prelaunch-voxtechnologies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prelaunch
Source: https://github.com/VoxTechnologies/transmute-framework/tree/main/skills/prelaunch
Command: npx skills add https://github.com/VoxTechnologies/transmute-framework --skill prelaunch-voxtechnologies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about prelaunch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify my app is ready for production deployment?

Run a pre-launch verification that checks build success, test results, environment variables, CI/CD configuration, monitoring, SEO, and legal compliance. This Skill coordinates three verification agents and produces a readiness report with a READY or NOT READY decision.

What should a pre-launch checklist include before going live?

A pre-launch checklist should cover build and test verification, dependency vulnerability audits, production environment variable validation, rollback procedures, monitoring setup, SEO metadata, privacy policy and terms pages, and responsive design checks across browsers and breakpoints.

Why does my Next.js app show a blank page in production but work in development?

Common causes include missing hosting environment variables like NEXT_PUBLIC_CONVEX_URL that the dev server sets automatically, or a CSP using script-src strict-dynamic without nonces blocking all Next.js script loading. Verify env vars on the hosting platform and inspect actual HTML responses for nonce attributes.

Can I launch if the readiness report says NOT READY?

Yes, but only through a documented operator override. The readiness report must include a Launch Override section with the reason, accepted blockers, risk assessment, and mitigation plan. Security blockers rated CVSS 9.0 or higher cannot be overridden.

What are the prerequisites for running pre-launch verification?

All prior audit stage reports must exist and show passing gate decisions, including implementation completeness, security, accessibility, performance, refactoring, resilience, and documentation audits. Missing reports or FAIL decisions stop the verification until resolved.