agentsclimarketplace

Checking release readiness

Skill FlyFission/nuclear-grade-context-engineering/skills/checking-release-readiness

Records a ship, block, defer, or ship-with-risk decision that ties baseline, evidence status, residual risk, rollback, monitoring, and handoff together. Use when a packet, PR, release, dependency change, or agent-authority change approaches merge. Do not use early in development before evidence exists.From its SKILL.md

Install
npx -y skills add FlyFission/nuclear-grade-context-engineering --skill checking-release-readiness

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

7.7 KB, ~1.6k tokens by cl100k_base, as published. Nobody here has run it

Checking Release Readiness

Overview

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.

Decision contract

  • Claim checked: the candidate has evidence, visible custody and coupling, rollback, monitoring, and residual risk that is accepted or made a blocker; for trust-bearing work the declared coupling profile meets the consequence-specific minimum.
  • Artifact observed: verification.md/trace.md statuses and CI status -> the decision recorded in ship.md.
  • Decision affected: block -- the ship.md ship/block/defer/ship-with-risk release decision.
  • Failure class: unevidenced-or-unsafe-release (a gap or missing rollback treated as shippable).
  • Next action: block the release; record the gap, its owner, and a recheck trigger.

When to Use

  • A Standard change record is getting close to merge or release.
  • A pull request changes how users see the system, its security, its dependencies, what an agent may do, or how it runs in production.
  • Evidence gaps have to be accepted or made into blockers.
  • A quick candidate is being promoted into a baseline, a public claim, a release, or any other state that carries trust.
  • A handoff, a support handoff, a lesson from real operation (OPEX), or a cautious decision stance needs to be stated plainly.

When Not to Use

  • The work is a local Quick change record with no effect on a release.
  • An incident is still being contained or rolled back.

Inputs

  • 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.

Process

  1. Confirm the baseline and the artifacts the change affects.
  2. Confirm the question to decide has been answered by evidence, not by confidence. Review who generated, selected, transformed, captured, retained, and presented the load-bearing evidence, then inspect the actor, context, mechanism, authority, and resource axes rather than treating reproducibility or a second role name as automatic independence.
  3. Review each evidence status and each open gap. Check for drift building up: does the shipped change still serve the goal anchor, with the non-goals (the things ruled out of scope) still uncrossed? See staying-on-mission.
  4. Confirm a rollback or restore path.
  5. Confirm the monitoring and the checks you will run after release.
  6. State why the decision is cautious enough given what is still uncertain, and confirm the change still delivers the value it was for and that the value outweighs the residual risk — a candidate that ships clean but no longer delivers its value should defer, not ship. For a high-stakes release, state the argument, not just the pile of evidence -- the top claim ("this is safe to ship") and why the evidence discharges it -- then run a defeater hunt: name what would have to be true for the decision to be wrong, and whether the evidence rules it out (this is the release-level form of the questioning-attitude falsification step).
  7. Record one decision: ship, block, defer, or ship with named leftover risk. Name the verdict owner and its authority-axis coupling to the actor; for trust-bearing or irreversible work, any coupled authority must be explicitly accepted or block. See docs/02-operating-system/actor-evidence-independence.md. This verdict records what the admitted evidence supports — it is a separate state from whether the change may be applied now.
  8. For a change that takes a real-world action, record an apply-clearance call separate from the verdict: may it be applied now? Check that required approvals are present, the release/maintenance (freeze) window is open, external state is unchanged since verification (the verdict is not stale), deployment policy is satisfied, and rollback is ready at apply-time. Clearance is cleared to apply / hold / lapsed, owned by the operator/policy layer, and re-checked at apply-time — a ship verdict is not a standing authorization. Mark not applicable when the change makes no real-world action.
  9. Name the owner, the trigger to abort, whether a handoff is needed, the trigger for an operating lesson (OPEX), and the trigger to record a new baseline.

Outputs

  • An updated ship.md.
  • The release decision and the reason for it.
  • The leftover risks, the owner, the monitoring, and the rollback notes.
  • The cautious decision stance, the handoff, and the OPEX trigger.

Verification

  • ship.md states the release decision, the rollback, and the monitoring.
  • The CI and change-record validation results are linked, or it says plainly that they are not available.
  • A reviewer can see why the release is accepted or blocked.

Escalation

  • Stop if release readiness rests on unreviewed compliance, safety, security, or approval claims.
  • Escalate if rollback is impossible, monitoring is missing, or the effect on outside trust is unclear.

Common Rationalizations

  • "Green CI means ship." Release readiness also covers leftover risk and rollback.
  • "The agent's write-up says it's ready." The actor authored that write-up; a decision read off the actor's own narrative is downstream of the same mistake. Decide on primary evidence you can reproduce.
  • "The gap is probably fine." Any leftover risk you accept must be named.
  • "It passed the verdict, so apply it." The verdict says it is correct; apply-clearance says the current moment is right. Re-check approvals, the window, external state, and policy at apply-time.
  • "Monitoring is overkill." Monitoring should scale with the stakes, not with habit.
  • "Support will figure it out." The handoff to operations is part of release readiness.

Red Flags

  • No release decision.
  • A rollback plan that is vague or missing.
  • Deferred evidence with no owner and no stated consequence.
  • The decision rests only on the actor's summary, or any coupling axis is omitted or below the declared minimum, on trust-bearing work.

Prompt

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
- the evidence custody record and five-axis coupling profile, the consequence-specific minimum, and any residual coupling or blocker
- 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

Source-lineage note

This skill is an authored release-readiness workflow influenced by public lifecycle, configuration, decision-assurance, runtime-governance, software-assurance, and secure-development sources mapped in docs/00-standards-foundation/source-map.md. It does not grant production suitability or make a verdict standing apply authority.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most ship operate skills give in ~1.6k tokens

Counted across 1,077 of the 1,713 authors here whose files we hold, read 2026-09-06

  • Create GitHub releasein 44 of 1077, across 43 files
  • Run the test suitein 30 of 1077, across 25 files
  • Create and push git tagin 27 of 1077, across 26 files
  • Push commits and tagsin 27 of 1077
  • Create annotated tagin 25 of 1077, across 22 files
  • Ensure working tree is cleanin 24 of 1077
  • Check for product marketing context firstin 23 of 1077, across 6 files
  • Commit version bump changesin 22 of 1077, across 21 files
  • Update CHANGELOG.mdin 21 of 1077, across 20 files
  • Structure launch marketing across three channel typesin 20 of 1077, across 5 files
  • Commit and tag the releasein 20 of 1077, across 18 files
  • Update the CHANGELOG for new releasesin 19 of 1077

Said here and by no other author read

  • Confirm the baseline and affected artifacts.
  • Review each evidence status and open gap.
  • Confirm a rollback or restore path.
  • Confirm monitoring and post-release checks.
  • Record one release decision.
  • Record an apply-clearance call separately.

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.