deployment_readiness_check
Assess deployment readiness before release by evaluating risk, rollback, observability, and go/no-go gates, then return a structured prompt for a clear go or no-go decision.
Instructions
Perform a pre-deployment readiness check. Returns a structured prompt assessing risk, validating rollback, observability, and go/no-go gates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| riskLevel | No | ||
| blastRadius | No | Which users / services / regions are affected by this change. | |
| changeSummary | Yes | What is being deployed. | |
| observability | No | Dashboards, alerts, and logs that will signal trouble. | |
| rollbackMechanism | No | Today's rollback mechanism: blue/green, canary, feature flag, redeploy-previous. |