From nuclear-grade
Records a release readiness decision (ship/block/defer/ship-with-risk) by verifying evidence, rollback, monitoring, residual risk, and handoff before merge or release.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nuclear-grade:checking-release-readinessThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Release readiness is a careful, audited decision you write down. It is not a mood. It ties seven things together before a candidate becomes the accepted version: the baseline (the version everyone agreed is correct), the evidence status, the leftover risk, the rollback plan, the monitoring plan, the handoff, and the release decision itself.
Release readiness is a careful, audited decision you write down. It is not a mood. It ties seven things together before a candidate becomes the accepted version: the baseline (the version everyone agreed is correct), the evidence status, the leftover risk, the rollback plan, the monitoring plan, the handoff, and the release decision itself.
verification.md/trace.md statuses and CI status -> the decision recorded in ship.md.ship.md ship/block/defer/ship-with-risk release decision.ship.md, verification.md, trace.md, the pull request status, the CI status, the rollback plan, the monitoring plan, and the open risks.docs/02-operating-system/change-control-packets.md.staying-on-mission.ship.md.ship.md states the release decision, the rollback, and the monitoring.Perform a Nuclear-grade ship-readiness review.
Inputs:
- packet: .nuclear/changes/<slug>/
- baseline: <commit/PR/release>
- evidence status: <summary>
- unresolved gaps: <list>
- rollback/restore path: <summary>
- monitoring/post-release checks: <summary>
- turnover/support handoff:
- OPEX trigger:
Return:
- the release decision: ship, block, defer, or ship with a named leftover risk
- whether the evidence actually answers the decision question
- an evidence summary
- the leftover risks and who owns them
- the rollback and monitoring notes
- why this is the cautious call, the abort trigger, the handoff, and the lessons-from-operation (OPEX) trigger
- the exact packet updates needed
This skill is an original release-readiness workflow influenced by public lifecycle, configuration, software assurance, and secure development sources mapped in docs/00-standards-foundation/source-map.md. It does not grant production suitability.
npx claudepluginhub flyfission/nuclear-grade-context-engineering --plugin nuclear-gradeAudits release readiness by classifying risk level, checking verification evidence, and confirming operational readiness before deploying or merging.
Evaluates build readiness for external testing, certification, store submission, or launch with binary go/no-go gates and waiver tracking.
Routes AI-assisted work by classifying changes by consequence (Quick or Standard-plus) and enforcing a decision contract with change records. Use at start of changes, adoption, or releases.