What problem does it solve? Shipping a production release requires coordinating QA sign-off, security review, documentation updates, release notes, and staged deployment across multiple roles, and missing any gate can ship broken or insecure code. ## Core Features & Use Cases - Sequential Release Gates: Enforces code-complete verification, QA regression sign-off, security review, documentation updates, and release notes approval before deployment. - Staged Deployment: Directs staging to canary (5%, 30-minute soak) to production rollout with error-rate and crash-free monitoring thresholds and auto-rollback. - Post-Release Bookkeeping: Tags the release in git, saves a release record, updates the Kanban board, and optionally appends to a shared release feed. - Use Case: When all stories for v2.4.0 are merged, run the release checklist to get QA and security sign-off, present a go/no-go summary for approval, then deploy through canary to production with automatic rollback protection. ## Quick Start Ask the assistant to release v2.4.0 and it will walk through every gate from QA sign-off to production deployment.