From nuclear-grade
Routes AI-assisted changes by consequence into matching rigor levels (Quick/Standard-plus) with record-keeping and proof planning. Use at start of any change or release call.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nuclear-grade:using-nuclear-gradeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is the always-first router for Nuclear-grade work. Before you act, classify the change by consequence and route to the matching rigor — move fast while ideas are throwaway, slow down the moment the work becomes a promise. Start by asking the real question the change must answer, then state the mode it earns and the one fact that sets it. Build the smallest change record that does the job, ...
This is the always-first router for Nuclear-grade work. Before you act, classify the change by consequence and route to the matching rigor — move fast while ideas are throwaway, slow down the moment the work becomes a promise. Start by asking the real question the change must answer, then state the mode it earns and the one fact that sets it. Build the smallest change record that does the job, prove the claims that matter, and say the release decision out loud.
The repo charter (.nuclear/charter.md) holds the lasting rules every change follows. Each change also gets a goal anchor — what that one change is for — so the work does not drift off course.
.nuclear/changes/ -> the declared mode, its one-fact reason, and the change-record path that routes the work into its skill cluster..nuclear/changes/.WORKFLOWS.md, QUICKSTART.md, and docs/02-operating-system/activation-thresholds.md.Classify first — out loud. Before the first tool call, state the mode this change earns — the administrative floor (no packet — the commit message is the record), Quick, or Standard-plus (Standard, or a stronger human-reviewed mode) — and the one fact that sets it. This is a declaration of intent, not a request for permission: you name the mode and act. Re-state it whenever the change grows.
The administrative floor is the mode below Quick: it fits only a purely administrative, instantly reversible change that crosses no trust boundary — a typo, a comment, formatting, a dead-link fix, a doc-only bump — and carries no packet, with the commit message (the files changed and the one-line reason) as its record. Any trap below lifts it to at least Quick, and when in doubt it is Quick, not the floor. The floor never waives the always-on Core habits (see docs/02-operating-system/activation-thresholds.md and MAXIMS.md).
You MUST treat the change as Standard-plus, never Quick, when it touches any of these — the cheap "it's only small" traps:
.github/;When one is present, justify the mode in the record or escalate — do not let "it is a one-line change" downgrade it.
Then:
.nuclear/changes/<slug>/. Adopting for the first time? Take the Core 7 habits from CORE.md and switch on ancillary clusters by trigger, not all at once.python tools/ng.py validate .nuclear/changes/<slug>).python tools/ng.py status .python tools/ng.py validate .nuclear/changes/<slug>This skill is part of an original workflow. It draws on public ideas from high-consequence engineering, secure development, software assurance, and configuration discipline, mapped in docs/00-standards-foundation/source-map.md. It does not create formal assurance or compliance.
npx claudepluginhub flyfission/nuclear-grade-context-engineering --plugin nuclear-gradeRates change risk to select Quick, Standard, or human-reviewed mode based on consequence, reversibility, and unknowns. Use when starting code, docs, dependency, AI, release, or public-claim changes where care level is unclear.
Design change control processes that prevent production surprises while avoiding process paralysis. Use when coordinating multiple team changes or managing infrastructure modifications.
Orchestrates safe production changes through 5 ITIL stages: assess risk/type, analyze impact/deps/architecture, implement with git branch/validation, verify tests/coverage/security, record changelog/commits.