Deploy and release to production. Coordinates release PRs, QA verification, staging, and production deployment. Customize for your deployment pipeline.
Release merged PRs to production.
This phase handles the full release lifecycle: release candidate PRs, CI monitoring, QA verification, staging, and production deployment. Human checkpoints apply at QA approval and pipeline approvals.
Customize this phase for your deployment pipeline. If you have a release-manager agent, this phase wraps it. Otherwise, Gandalf coordinates the release directly.
| Worker | subagent_type | Mission |
|---|---|---|
| Gandalf |
| (orchestrator) |
| Coordinate the release |
| Smeagol | smeagol-the-pm | QA issue creation and tracking |
Tip: If your project has a dedicated release-manager agent, add it here as the primary worker and make this phase a thin wrapper.
Complete when: production is deployed and a report has been delivered to the user.
## [Deploy & Release] Complete
### Deployed
- {App/Service}: {version} to production
### Summary
{What was released and any notable changes}
### Next Steps
- Monitor production for issues
- Update release notes if needed