From nuclear-grade
Classifies a change request into a risk-based mode (Quick, Standard, or human-reviewed) by evaluating consequence, reversibility, and uncertainty. Outputs a mode decision with required proof and safety habits.
How this command is triggered — by the user, by Claude, or both
Slash command
/nuclear-grade:ng-classifyThe summary Claude sees in its command listing — used to decide when to auto-load this command
# ng-classify Portable command prompt generated from `skills/rating-change-risk/SKILL.md`. Edit the skill, then run `python tools/ng.py gen-commands`; do not edit this file by hand. > Picks Quick, Standard, or a stronger human-reviewed mode based on consequence, how easy it is to undo, and how much is unknown. Use when you start a change to code, docs, dependencies, AI power, releases, or public claims and the right level of care is unclear. Do not use for a tiny easy-to-undo edit with obvious proof, which is Quick by default, or for a purely administrative reversible edit crossing no tru...
Portable command prompt generated from skills/rating-change-risk/SKILL.md. Edit the skill, then run python tools/ng.py gen-commands; do not edit this file by hand.
Picks Quick, Standard, or a stronger human-reviewed mode based on consequence, how easy it is to undo, and how much is unknown. Use when you start a change to code, docs, dependencies, AI power, releases, or public claims and the right level of care is unclear. Do not use for a tiny easy-to-undo edit with obvious proof, which is Quick by default, or for a purely administrative reversible edit crossing no trust boundary, which needs no packet at all.
creating-change-records instead.docs/02-operating-system/activation-thresholds.md.risk.md, if one exists.Sort this change into a Nuclear-grade mode.
Inputs:
- Request or diff: <paste/link>
- Affected files/assets: <list>
- Impact on users, security, dependencies, data, AI behavior, or release: <known facts>
Return:
- the decision question and the proof that must clear before work goes on
- the chosen mode: Quick, Standard, or a stronger mode that a human reviews
- how bad it is if wrong, how easy to undo, how exposed, how easy to catch, how uncertain
- the work mode and which safety habit (HPI) to use: none, context pack, handoff, self-check, an independent check, a record of lessons from real operation (OPEX), or a trust check
- the assumptions or facts that drove the mode choice
- the record files this mode needs
- the least proof required
- the conditions that should make you ask for help
- a limits note: do not claim formal verification and validation, compliance, certification, safety, security, or regulatory adequacy
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.For the overview, process, outputs, escalation, common rationalizations, red flags, and source lineage, see skills/rating-change-risk/SKILL.md. This command sets up evidence for engineering review; it does not create compliance, formal V&V, safety, security, certification, or regulatory adequacy (see DISCLAIMER.md).
npx claudepluginhub flyfission/nuclear-grade-context-engineering --plugin nuclear-grade/implementPlans and implements code changes with risk-proportional strategies and evidence from the work context.
/hatch3r-quick-changeRuns a lightweight, adaptive workflow for small untracked changes — detects ambiguity upfront, then orchestrates research, implementation, lint fixing, review, testability, and security checks via sub-agents.
/riskScores the defect risk of a git commit or range as a 0-10 score with driver breakdown for pre-merge review.
/what-would-breakMaps the blast radius of a proposed code change by analyzing direct and indirect dependencies, data flow, and API consumers. Teaches impact analysis and systems thinking.
/agent-preflightPreflights a repository before AI agent modifications, producing a safety receipt with risk level, allowed/blocked scope, and guardrails.
/flow-change-controlOrchestrates a formal change control workflow: register change requests, assess impact across scope/schedule/cost/quality/risk, conduct CCB review, update baselines, and notify stakeholders.