Help us improve
Share bugs, ideas, or general feedback.
From nuclear-grade
Routes AI-assisted work by consequence: classify changes as Quick or Standard-plus, build change records, and plan proof. Use at the start of any change, repo adoption, or release call.
npx claudepluginhub flyfission/nuclear-grade-context-engineering --plugin nuclear-gradeHow 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, ...
Rates change risk and selects an appropriate care mode (Quick, Standard, or human-reviewed) based on consequence, reversibility, and unknowns. Use when starting a change and the right level of rigor is unclear.
Guides the full SDLC workflow: planning, implementation (TDD), testing, linting, building, reviewing, and releasing. Invoke when implementing features, fixing bugs, refactoring, or deploying.
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.
Share bugs, ideas, or general feedback.
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/.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.