From nuclear-grade
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.
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 — 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.
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-gradeEvaluates a change (code, AI prompts, releases) to select Quick/Standard/stronger review mode based on consequence, reversibility, and unknowns. Use when the right level of care is unclear.
Creates a Locked Intent Boundary artifact to fix human intent before planning, preventing agents from redefining goals. Use before any build/remove/replace/migrate/refactor task or when turning discussion into a master PRD.
Guides the full SDLC workflow: planning, implementation, testing, and deployment. Automates checklist-driven development for features, bug fixes, refactoring, and releases.