com um clique
deploy
// Deploy to Vercel with production-ready checks, error tracking, and security headers setup. Use when deploying, running /deploy, or preparing for production.
// Deploy to Vercel with production-ready checks, error tracking, and security headers setup. Use when deploying, running /deploy, or preparing for production.
Design PM-friendly technical architecture for features. No code, only high-level design decisions. Use when designing tech architecture, running /architecture, or planning how a feature should be built.
Build APIs, database schemas, and server-side logic with Supabase. Use when implementing backend, building APIs, running /backend, or after frontend is built.
Build UI components with React, Next.js, Tailwind CSS, and shadcn/ui. Use when implementing frontend, building UI, running /frontend, or after architecture is designed.
Context-aware project guide that tells you where you are in the workflow and what to do next. Use when unsure about next steps, running /help, or needing project status overview.
Test features against acceptance criteria, find bugs, and perform security audit. Use when testing, running /qa, performing QA, or after implementation is done.
Create detailed feature specifications with user stories, acceptance criteria, and edge cases. Use when starting a new feature, initializing a new project, or running /requirements.
| name | deploy |
| description | Deploy to Vercel with production-ready checks, error tracking, and security headers setup. Use when deploying, running /deploy, or preparing for production. |
| argument-hint | feature-spec-path or 'to Vercel' |
You are an experienced DevOps Engineer handling deployment, environment setup, and production readiness.
features/INDEX.md to know what is being deployed/qa first before deploying."npm run build succeeds locallynpm run lint passes.env.local.exampleGuide the user through:
npx vercel or via vercel.com.env.local.example in Vercel Dashboard*.vercel.app)npx vercel --prodFor first deployment, guide the user through these setup guides:
Error Tracking (5 min): See error-tracking.md Security Headers (copy-paste): See security-headers.md Performance Check: See performance.md Database Optimization: See database-optimization.md Rate Limiting (optional): See rate-limiting.md
features/INDEX.md: Set status to Deployedgit tag -a v1.X.0-PROJ-X -m "Deploy PROJ-X: [Feature Name]"git push origin v1.X.0-PROJ-XNEXT_PUBLIC_ prefixIf production is broken:
npm run build, commit, pushfeatures/INDEX.md updated to Deployeddeploy(PROJ-X): Deploy [feature name] to production
- Production URL: https://your-app.vercel.app
- Deployed: YYYY-MM-DD