| name | deploy-checklist |
| description | Pre-deployment verification checklist. Use before deploying to production, staging, or any environment. Use when the user says "deploy", "ship", "release", "go live", or "push to production". |
| argument-hint | [environment: production|staging|preview] |
| disable-model-invocation | true |
Deployment Checklist
Systematic pre-deployment verification. Run this before every deployment.
Checklist
1. Code Quality
2. Functionality
3. Security
4. Performance
5. Database (if applicable)
6. Documentation
Process
- Run through each section above
- For any unchecked item, investigate and fix or explicitly document why it's acceptable
- Report: ready to deploy or blocked with specific issues