What problem does it solve?
It prevents incomplete or risky releases by verifying milestone gate completion, residual risks, build verification, interop readiness, and documentation continuity before declaring a release candidate.
Core Features & Use Cases
- Milestone gate validation: Loads the active milestone plan and checks that all gates marked complete are actually ready.
- Residual risk register verification: Confirms each remaining risk is addressed or explicitly accepted, aligned with the project’s tracking process.
- Build and interop readiness checks: Runs workspace test verification plus platform build checks (Gradle Debug and iOS archive), and validates interop matrix gates.
- Release readiness packaging: Produces a release-candidate status along with a blocking-issues list and risk-acceptance requirements for decision-makers.
Quick Start
Run the release-gate-validator skill to validate SCMessenger against the active milestone plan and generate a readiness status with any blockers and required risk acceptances.