836 B
836 B
description, allowed-tools
| description | allowed-tools |
|---|---|
| Safe, staged deployment with quality gates and rollback capability | Bash(*), Read(*), Write(*) |
Execute a safe, staged deployment to $1 environment using the deployment-engineer agent.
Pre-deployment checklist:
- Verify git status is clean
- Run full test suite
- Run security scan (npm audit)
- Build production artifacts
- Verify environment variables are set
Deployment steps:
- Deploy to staging first (if not already staging)
- Run smoke tests
- Monitor for 5 minutes
- If successful, ask for production approval
- Deploy to production with blue-green strategy
- Monitor error rates and latency
- Generate deployment report
IMPORTANT: Request explicit confirmation before deploying to production.
Rollback plan: If any issues detected, automatically rollback to previous version.