From sdlc-cross-role
Pre-release validation across all roles: PM sign-off, QA test pass, security scan, performance baseline, rollback plan, monitoring setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sdlc-cross-role:release-checklistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pre-release validation across all roles: PM sign-off, QA test pass, security scan, performance baseline, rollback plan, monitoring setup.
Pre-release validation across all roles: PM sign-off, QA test pass, security scan, performance baseline, rollback plan, monitoring setup.
Releases are high-risk events. A single missing step can cause customer impact, security breaches, or performance degradation. The release checklist ensures that before code goes to production, all teams have signed off and contingency plans are in place.
A release includes:
ISO/IEC 12207 Reference:
Check:
Output: PM release readiness checklist
Check:
Output: QA sign-off with test pass rate, known issues, severity breakdown
Check:
Output: Security sign-off with scan results and any exceptions
Check:
Output: Performance baseline captured, regression analysis
Check:
Output: Operations readiness checklist
Check:
Output: Deployment and rollback procedures
Check:
Output: Team readiness verification
Release Checklist: [Release Name/Version]
Target Date: [Date]
Deployment Strategy: [blue-green / canary / gradual]
Scope:
Features: [list]
Bug Fixes: [list]
Tech Debt: [list]
[ ] PM Sign-Off
[ ] Release notes written and approved
[ ] Customer communications prepared
[ ] Success metrics defined
[ ] Stakeholder approval obtained
[ ] Go/no-go decision date set
[ ] QA Sign-Off
[ ] All features tested per test plan
[ ] Regression testing complete
[ ] All bugs categorized by severity
[ ] No critical/blocking bugs
[ ] Release testing complete (all features together)
[ ] Browser/device coverage complete
[ ] Security Sign-Off
[ ] Vulnerability scans passed
[ ] SAST scans passed
[ ] DAST scans passed (if applicable)
[ ] No secrets/credentials committed
[ ] Security-related changes reviewed
[ ] Exception report (if any deviations)
[ ] Performance Baseline
[ ] Load testing passed
[ ] No performance regression
[ ] Resource usage acceptable
[ ] Scaling plan verified
[ ] Performance monitoring configured
[ ] Operations Readiness
[ ] Monitoring metrics configured
[ ] Logging configured
[ ] Runbook prepared
[ ] Incident response procedures documented
[ ] Scaling procedures documented
[ ] On-call team aware of release
[ ] Deployment Plan
[ ] Deployment steps documented
[ ] Deployment steps tested (in staging)
[ ] Rollback procedure documented
[ ] Rollback procedure tested
[ ] Deployment timeline scheduled
[ ] Team assignments confirmed
[ ] Pre-flight checks defined
[ ] Post-flight checks defined
[ ] Team Readiness
[ ] Engineering team trained
[ ] Support team prepared
[ ] User documentation updated
[ ] All teams notified of schedule
Release Ready? [ ] Yes (all checks passed) [ ] No (see blocking issues below)
Blocking Issues:
[List any checks that failed, required fixes, and estimated time to fix]
Sign-Offs:
PM: ********\_******** Date: **\_\_\_**
QA: ********\_******** Date: **\_\_\_**
Security: ****\_\_\_**** Date: **\_\_\_**
Tech Lead: ****\_\_**** Date: **\_\_\_**
Go Decision:
No-Go Decision:
Treating the checklist as a rubber stamp
Skipping security or performance review for "small" releases
Not testing the rollback procedure
Releasing during risky windows
Not communicating with support and customers
npx claudepluginhub sethdford/claude-skills --plugin sdlc-cross-roleAudits release readiness by classifying risk level, checking verification evidence, and confirming operational readiness before deploying or merging.
Manages post-Gate-2 production releases with rollout plans, rollback procedures, sign-off checklists, and post-release validation. Use after Human Gate 2 for controlled deployment.
Generates customizable pre-deployment checklists to verify CI status, tests, reviews, migrations, feature flags, rollback plans, and monitor production deploys.