Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

E1012 Rdm General

ASecurity

Use when compute the radiation design margin (RDM) in the general dose-effects case under ECSS-E-ST-10-12 §5.1.2/§5.2: determine the mission total ionizing dose at the component shielded location, obtain the component's lot-qualified failure dose, derive the design dose by applying an uncertainty factor to the mission dose, calculate the RDM as the ratio of failure dose to design dose, and verify that each component's RDM meets or exceeds the minimum required margin for its application catego...

2 stars
0 votes
0 copies
0 views
Added 9/27/2026
ai-agentspythongotesting

Works with

claude code

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill e1012-rdm-general --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1012 Rdm General?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for E1012 Rdm General
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1012-rdm-general/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1012-rdm-general)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: e1012-rdm-general
description: "Use when compute the radiation design margin (RDM) in the general dose-effects case under ECSS-E-ST-10-12 §5.1.2/§5.2: determine the mission total ionizing dose at the component shielded location, obtain the component's lot-qualified failure dose, derive the design dose by applying an uncertainty factor to the mission dose, calculate the RDM as the ratio of failure dose to design dose, and verify that each component's RDM meets or exceeds the minimum required margin for its application category. Flag any component where the margin is insufficient before design acceptance. Trigger: ecss, e-st-10-system-scope, radiation-design-margin, rdm, total-ionizing-dose, dose-effects, radiation-hardness-assurance, margin-approach, lot-acceptance-test."
license: Apache-2.0
compliance: STANDARDS-REF
standards:
  - id: ecss
    reference-only: true
gated: false
domain: space-systems
pack: space-systems
compatibility: "agentskills.io SKILL.md; any SKILL.md host (Claude Code, Hermes, OpenClaw)"
metadata:
  domain: space-systems
  subdomain: ecss
  tags: [ecss, e-st-10-system-scope, radiation-design-margin, rdm, total-ionizing-dose, dose-effects, radiation-hardness-assurance, margin-approach, lot-acceptance-test]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Radiation Hardness Assurance — RDM General Case (space-systems/ecss/e1012-rdm-general)

Use when the task is to compute and apply the radiation design margin
(RDM) for EEE components in the general dose-effects case under
ECSS-E-ST-10-12 §5.1.2/§5.2, following the margin approach: the
assessed mission dose at each component location is compared against
the lot-qualified failure dose, and each component must demonstrate
a ratio of failure dose to design dose that meets the required minimum
margin.

## Domain quick reference

- The margin approach for dose effects (§5.1.2) defines the RDM as
  the ratio of the lot-qualified failure dose to the design dose for
  each component. The design dose is derived by multiplying the
  shielded mission total ionizing dose (TID) by an uncertainty factor;
  when the RDM requirement itself absorbs all analysis uncertainties
  (the general case), the uncertainty factor is 1.0 and the design
  dose equals the mission dose directly.
- The mission dose at a component location is the accumulated TID in
  Gy(Si) computed from an approved radiation environment model and
  shielding analysis for the target orbit, mission duration, and
  enclosure geometry. It is not estimated — it is the output of a
  traceable analysis (SHIELDOSE, SPENVIS, or equivalent).
- The lot-qualified failure dose is the minimum failure threshold
  established from lot acceptance radiation testing of the part type;
  it must be a measured quantity from the actual lot, not a datasheet
  value or generic catalog figure.
- The minimum required RDM for the general case is 2.0: the failure
  dose must be at least twice the design dose. Components assigned to
  more demanding application categories may carry a higher required
  minimum.
- A component fails the RDM check when its computed RDM falls below
  the required minimum; this triggers either a design change
  (increased shielding, part substitution) or an uprated test
  programme — not a waiver of the margin without engineering
  substantiation.

## Workflow

1. Retrieve the shielded mission TID for each component location from
   the approved radiation analysis; reject any component entry without
   a traceable analysis reference.
2. Determine the uncertainty factor applicable to each component:
   use 1.0 for the general case (margin approach absorbs
   uncertainties); apply a value greater than 1.0 only when an
   elevated analysis uncertainty has been identified and separately
   justified.
3. Compute the design dose: design_dose = mission_dose_gy ×
   uncertainty_factor. This is the dose the component must be
   qualified against at the required margin.
4. Retrieve the lot-qualified failure dose for each component from
   the radiation test data; reject a catalogue or generic value —
   the lot data must be traceable.
5. Compute the RDM: RDM = qualified_failure_dose_gy / design_dose_gy.
   A ratio below 1.0 means the component fails at the design dose
   even before applying any margin.
6. Compare RDM against the required minimum margin (2.0 for the
   general case, or the value set for the component's application
   category); flag every component whose RDM falls short.
7. Aggregate the findings; a design is RDM-compliant only when the
   findings list is empty. Non-compliant components must be dispositioned
   (increased shielding, part substitution, or substantiated
   uprating) before the design can proceed.

## Pitfalls

- Using a datasheet TID rating instead of a measured lot failure dose
  — datasheet values are typically end-of-life operating ratings, not
  failure thresholds, and substituting them overstates the margin in
  an untraced way.
- Applying the uncertainty factor twice (once to inflate the mission
  dose and again as a required RDM multiplier) — in the general margin
  approach the required RDM is the sole uncertainty absorber; adding a
  separate factor on top of it double-counts the uncertainty.
- Treating a component as passing because its RDM is slightly below
  2.0 but "close enough" — the minimum RDM is a hard gate, not a soft
  target; a component at RDM 1.95 is non-compliant regardless of
  other margins.
- Omitting components with thick local shielding on the assumption
  that the dose is negligible — the dose estimate must be computed,
  not assumed; very high shielding can introduce secondary dose
  enhancement effects that increase effective TID.

## Behavior contract (gate 3)

The design-dose derivation, RDM computation, per-component compliance
check, and multi-component aggregation logic are exercised by the gate
3 contract test: scripts/test_e1012_rdm_general.py against
scripts/e1012_rdm_general_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1012_rdm_general.py

## Compliance

- ECSS standards are freely downloadable (ESA); cite the source and
  paraphrase per standards-map.yaml.
- compliance: STANDARDS-REF, gated: false.

Attribution

ashfordeOUashfordeOU
View sourceMore from ashfordeOU →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

694821 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →