From nuclear-grade
Creates or updates Quick or Standard change records in Git, with required files and evidence tracking for pull requests. Use when starting or revising a change that needs review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nuclear-grade:creating-change-recordsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A change record keeps the whole story in Git, together: the scope, what the change must do, the plan, the trace from claim to evidence, the proof, and the release decision. Use the smallest record that still lets a doubting reviewer decide.
A change record keeps the whole story in Git, together: the scope, what the change must do, the plan, the trace from claim to evidence, the proof, and the release decision. Use the smallest record that still lets a doubting reviewer decide.
pass, fail, gap, deferred, not applicable, planned) present and the internal links resolving.risk.md and the templates/quick/ or templates/standard/ templates -> a Quick record (risk.md, proof.md) or Standard record (risk.md, basis.md, plan.md, trace.md, verification.md, ship.md) plus the validator result.python tools/ng.py validate pass/fail).risk.md or from the risk-rating skill.templates/quick/ or templates/standard/.python tools/ng.py new <slug> --mode quick|standard.pass, fail, gap, deferred, not applicable, or planned.python tools/ng.py validate .nuclear/changes/<slug>.risk.md, proof.md.risk.md, basis.md, plan.md, trace.md, verification.md, ship.md.turnover.md, self-check.md, opex.md, or supplier-trust.md when the stakes call for them.Create or update a Nuclear-grade change record.
Inputs:
- slug: <slug>
- mode: <quick|standard>
- scope: <summary>
- affected files/assets: <list>
- questioned assumptions: <list>
- what the change must prove: <command/review/evidence>
- safety-habit (HPI) records started: <turnover/self-check/opex/supplier-trust/none>
Use the repo templates. Keep the record short. Lean on links, and point at evidence. Include the required links, the conditions for being done, and a note on where the ideas come from. Do not imply formal assurance or compliance.
This change-record skill is an original Git-native workflow. It draws on public configuration, lifecycle, assurance, secure-development, and release-readiness sources mapped in docs/00-standards-foundation/source-map.md. It does not create a certified quality assurance program.
npx claudepluginhub flyfission/nuclear-grade-context-engineering --plugin nuclear-gradeRoutes 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.
Automates the end-to-end change management pipeline: detects changes, classifies levels, drafts CHG records, traces cross-layer impact, and prepares gate approval. Works from diffs, incidents, prompts, or artifact edits.
Generate changelogs from git history with user impact notes and support guidance, following Keep a Changelog standard.