Mobile release and publish gate for Android and Flutter applications, including Play Store readiness. Use when preparing release candidates, approving go/no-go decisions, validating store metadata and versioning, or minimizing rollout risk before publish.
Apply a release safety gate before publish. If stability evidence is insufficient, return NO-GO and provide a minimal remediation path.
scripts/release_publish_snapshot.sh <repo_root>.versionCode, versionName, pubspec version).NO-GOGO WITH RISKS: non-critical issues with mitigation.GO: validated and release-safe.Use this structure:
# Release Publish Gate
## Decision
NO-GO | GO WITH RISKS | GO
## Blockers
1. ...
## Risks
1. ...
## Required Before Publish
1. ...
## Play Store Checklist
- Versioning:
- Release notes:
- Rollout plan:
- Rollback plan:
## Verification Evidence
- Commands/results:
- Confidence:
NO-GO if evidence is incomplete.scripts/release_publish_snapshot.shreferences/playstore-publish-checklist.mdreferences/release-risk-rubric.md