Help us improve
Share bugs, ideas, or general feedback.
From nuclear-grade
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.
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:rating-change-riskThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Sort the change before you build it. That way the care you take matches the stakes and the evidence the change needs. The result is a mode choice, tied to the decision question, what the change must prove, and the triggers to escalate. Mode is about how much rigor; it is orthogonal to the work type (greenfield, brownfield, defect-fix, or refactor-migration), which is classified upstream in `que...
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.
Analyzes changesets from git diffs, configs, APIs, or schemas; categorizes by type/impact, scores risks, and prepares release notes for reviews and migrations.
Assesses uncommitted code risk with breaking change detection, blast radius analysis, and scope metrics. Outputs a weighted score and risk gate for PRs or pre-commit checks.
Share bugs, ideas, or general feedback.
Sort the change before you build it. That way the care you take matches the stakes and the evidence the change needs. The result is a mode choice, tied to the decision question, what the change must prove, and the triggers to escalate. Mode is about how much rigor; it is orthogonal to the work type (greenfield, brownfield, defect-fix, or refactor-migration), which is classified upstream in questioning-attitude and shapes which questions you ask. See docs/02-operating-system/work-type-lens.md.
docs/02-operating-system/activation-thresholds.md.risk.md, if one exists.risk.md names the mode, scope, consequence, how easy it is to undo, who is exposed, what is unknown, and the proof required.python tools/ng.py validate .nuclear/changes/<slug> after the required files are filled.This skill is an original risk-scaling workflow. It draws on public sources mapped in docs/00-standards-foundation/source-map.md. It does not set any regulatory class and does not create compliance.