| name | staging-deployment-phase |
| description | Standard Operating Procedure for /ship-staging phase. Deploy feature to staging with auto-merge. |
| allowed-tools | Read, Edit, Bash |
Staging Deployment Phase: Standard Operating Procedure
Training Guide: Deploy feature to staging environment for validation.
Phase Overview
Purpose: Deploy to staging, run migrations, verify health Inputs: Merged PR, passing CI Outputs: Staging deployment, ship report Expected duration: 15-30 minutes
Execution Steps
- Verify PR merged to main
- Run database migrations (if any)
- Deploy to staging environment
- Run health checks
- Verify deployment successful
- Generate staging ship report
Common Mistakes
- Deployment failures
- Migration issues
- Health check failures
Completion Criteria
- Deployed to staging
- Health checks pass
- Ship report generated
This SOP guides staging deployment.