Help us improve
Share bugs, ideas, or general feedback.
From nuclear-grade
Sorts a change request into a risk-based work mode (Quick, Standard, or higher) with a proof gate and safety habit (HPI) recommendation.
npx claudepluginhub flyfission/nuclear-grade-context-engineering --plugin nuclear-gradeHow 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 ## Purpose Sort a change into the lightest mode that is still honest. First name the decision the change must settle. Then pick the mode. Then name the proof needed before work goes on. This is a portable command prompt. ## Use when - A new change request arrives. - A pull request (PR) has grown or shrunk in scope. - Reviewers are unsure whether Quick proof is enough. - The work is routine, by-the-book, new, interrupted, resumed, handed off, or important enough to need a safety habit. We call these safety habits HPI (Human Performance Improvement) — the habits borrowed fro...
/hatch3r-quick-changeInitiates a lightweight multi-agent workflow for small untracked changes, with ambiguity detection, adaptive ceremony, inline or sub-agent implementation, and batch support.
/what-would-breakAnalyzes blast radius of proposed code changes via dependency mapping, risk assessment, and mitigation strategies to teach impact analysis.
/flow-change-controlOrchestrates formal change control workflows: assesses impacts, coordinates CCB reviews, manages baselines, implements changes, and communicates status.
/consensusRuns multi-agent consensus review on code changes, docs/specs, or launch decisions using git PR/diff context and parallel agents for fast pragmatic outcomes.
/reviewRuns a 12-angle code review with skeptical triage for P0/P1 findings, or renders a requirement-to-test traceability tree. Also supports --deep flag for all-angle triage.
Share bugs, ideas, or general feedback.
Sort a change into the lightest mode that is still honest. First name the decision the change must settle. Then pick the mode. Then name the proof needed before work goes on. This is a portable command prompt.
docs/02-operating-system/activation-thresholds.md.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
.nuclear/changes/<slug>/risk.mdpython tools/ng.py status .
This prompt only helps you see the evidence. It does not create compliance, formal verification and validation, certification, safety, security, or regulatory adequacy.