Deployment and Ops Checklist
Context
This runbook provides a repeatable checklist for safe deployments and post-deployment verification.
Details
Pre-deployment:
- confirm tests are green;
- review configuration changes and environment variables;
- confirm wiki updates are included when operational behavior changed.
- when /speckit.review is used, preserve the generated terminal report as the review artifact;
- if direct PR publication is unavailable, post a concise manual PR note with verdict and blockers.
Deployment: - apply code and configuration updates; - validate service startup and expected logs; - verify no immediate alert regressions.
Post-deployment: - run smoke checks on critical workflows; - validate quota state updates and alert behavior; - verify no broken links or wiki drift for changed features. - verify FR and EN published content has no spelling or grammar errors.
Rollback trigger examples: - repeated workflow failures after deploy; - missing/invalid operational state updates; - alerting failures with impact on incident response.