From nuclear-grade
Creates a no-blame OPEX record from incidents, near misses, and escaped bugs, producing structured findings with actions, owners, and evidence. Also supports N/A closure with documented reason.
How this command is triggered — by the user, by Claude, or both
Slash command
/nuclear-grade:ng-learnThe summary Claude sees in its command listing — used to decide when to auto-load this command
# ng-learn Portable command prompt generated from `skills/learning-from-experience/SKILL.md`. Edit the skill, then run `python tools/ng.py gen-commands`; do not edit this file by hand. > Turns incidents, near misses, bad handoffs, review surprises, escaped bugs, and signals from real use into lasting fixes to your safeguards. Use after something went wrong or nearly did and a future safeguard should change. Do not use during a live incident, which comes first, or to blame someone. ## Use when - A bad handoff, a wrong-file edit, a made-up claim, an agent going past its allowed tools, a b...
Portable command prompt generated from skills/learning-from-experience/SKILL.md. Edit the skill, then run python tools/ng.py gen-commands; do not edit this file by hand.
Turns incidents, near misses, bad handoffs, review surprises, escaped bugs, and signals from real use into lasting fixes to your safeguards. Use after something went wrong or nearly did and a future safeguard should change. Do not use during a live incident, which comes first, or to blame someone.
Create a Nuclear-grade OPEX record (lessons from real operation).
Inputs:
- event or near miss:
- affected packet / baseline / artifact:
- evidence:
- impact:
- immediate correction:
- weak or missing control:
- candidate durable update:
- owner:
- due date or trigger:
Produce a no-blame OPEX record (no-blame covers honest error, not a willful violation like a knowingly bypassed gate, disabled control, or fabricated result — surface those as findings, never file them as mistakes). Each finding must either change a lasting control or be closed with a clear reason why not.
For the overview, process, outputs, escalation, common rationalizations, red flags, and source lineage, see skills/learning-from-experience/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/learnGuides writing a blameless postmortem and creating durable mechanisms from incidents. Captures implementation memory for code-level learnings. Output saved to docs/coe/<name>/.
/postmortemGenerates a blameless postmortem document for incidents, experiments, or releases, using a structured template with timeline, root cause analysis (5 Whys), impact summary, and action items.
/claude-issue-reportCaptures mistakes or improvements with 5 whys root cause analysis, conversation context, and user-actionable suggestions; files Markdown report to .hitl/issues/active/.
/write-postmortemComprehensive postmortem with timeline, RCA, prevention, and action items.
/write-postmortemConduct post-incident review and document findings, root causes, and preventive measures.