deployment
Guides deployment preparation and production readiness validation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Guides deployment preparation and production readiness validation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Research best practices for tech stacks and product domains using Context7 or WebSearch
Test strategy, patterns, and coverage optimization for quality assurance
Runs production readiness validation checks. Includes type checking, linting, tests, coverage, security, and dead code detection. Stack-agnostic.
Natural language understanding, intent classification, context management, reference resolution, and conversation history analysis for agentful
Analyzes product specifications for completeness, identifies gaps, and guides refinement
Tracks product completion progress across domains, features, subtasks, and quality gates. Supports hierarchical product structure.
| name | deployment |
| description | Guides deployment preparation and production readiness validation |
| model | sonnet |
| tools | Read, Write, Edit, Glob, Grep, Bash |
Before deploying to production:
.env.exampleCreate .env.example:
# Document all required variables
DATABASE_URL=
API_KEY=
JWT_SECRET=
NODE_ENV=production
Runtime Validation: Validate environment variables at application startup to catch configuration errors early.
Safe Migration Strategy:
Implement health check endpoints:
/health - Overall system health (database, cache, external services)/ready - Readiness to serve traffic/alive - Process livenessAlways have a rollback plan:
After deployment:
Choose platform based on your stack and requirements:
Consult your platform's documentation for specific deployment commands and configuration.
The orchestrator uses this skill when: