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

Q6015 Displacement Damage Dose Assurance

ASecurity

Evaluate the non-ionising dose a part takes and the margin it leaves. Use when ECSS-Q-ST-60-15C clause 5.2 has to be applied to a displacement-damage case: accumulate the dose over direction by a statistical solid-angle sector ray trace or by a Monte Carlo ray sample, judge that sampled mean by its own ray count and standard error, divide the demonstrated displacement capability by the dose and hold it to the minimum design margin of this clause, and require a displacement damage test whereve...

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

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 q6015-displacement-damage-dose-assurance --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q6015 Displacement Damage Dose Assurance?

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

Security grade badge for Q6015 Displacement Damage Dose Assurance
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q6015-displacement-damage-dose-assurance/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q6015-displacement-damage-dose-assurance)

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

Download with Pro
Files
SKILL.md
---
name: q6015-displacement-damage-dose-assurance
description: "Evaluate the non-ionising dose a part takes and the margin it leaves. Use when ECSS-Q-ST-60-15C clause 5.2 has to be applied to a displacement-damage case: accumulate the dose over direction by a statistical solid-angle sector ray trace or by a Monte Carlo ray sample, judge that sampled mean by its own ray count and standard error, divide the demonstrated displacement capability by the dose and hold it to the minimum design margin of this clause, and require a displacement damage test wherever the part family's function rests on minority-carrier lifetime. Trigger: ecss, q-st-60-15c-clause-5-2, displacement-damage-dose-assurance, non-ionising-dose-margin, solid-angle-sector-ray-trace, monte-carlo-ray-trace-sampling, displacement-damage-test-requirement, minimum-displacement-design-margin."
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, q-st-60-15-radiation-hardness-assurance-scope, q6015-displacement-damage-dose-assurance, q-st-60-15c-clause-5-2, non-ionising-dose-margin, solid-angle-sector-ray-trace, monte-carlo-ray-trace-sampling, displacement-damage-test-requirement, minimum-displacement-design-margin]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Radiation Hardness Assurance — Displacement Damage Dose (space-systems/ecss/q6015-displacement-damage-dose-assurance)

Use when the task is the displacement damage part of ECSS-Q-ST-60-15C
clause 5.2 — working out the non-ionising dose a part accumulates
through the structure around it, saying how much that number is worth
when it came out of a sampled ray trace, and holding the part to the
minimum margin with a test behind it.

## Domain quick reference

- Displacement damage is a different currency from ionising dose. It
  is bookkept as non-ionising energy deposited per unit mass, and a
  part with a comfortable ionising dose margin can still be finished
  by displacement damage, because the two mechanisms damage different
  things in the device.
- The shielding around a part is directional. A single equivalent
  thickness is an average that nothing in the structure actually has,
  so the dose is accumulated over direction: the sphere is divided
  into solid-angle sectors, each sector carries its own equivalent
  aluminium thickness, and the sector doses are combined weighted by
  the fraction of the sphere they subtend. Those fractions must close
  the sphere, or a slice of sky has been left out or counted twice.
- A Monte Carlo ray trace answers the same question by sampling. That
  makes the answer a sampled mean with a standard error, and both the
  number of rays and the spread they returned decide whether it is an
  answer yet. A thin-spot structure returns a wide spread and needs
  far more rays than a uniform box before its mean settles.
- The two methods are not interchangeable at the margin. A sector
  trace is reproducible and coarse; a ray trace is fine and only as
  good as its sample. Reporting which one produced a dose is part of
  reporting the dose.
- The margin is the demonstrated displacement capability over that
  dose, held to one minimum for every part. Unlike ionising dose, the
  interesting question is less the size of the margin than whether any
  displacement test exists at all.
- Families whose function depends on minority-carrier lifetime --
  optocouplers, bipolar parts, imaging detectors, solar cells, laser
  diodes -- owe a displacement damage test of their own. Ionising dose
  data says nothing about them here, and a margin computed on a
  capability with no such test behind it is arithmetic without
  evidence.

## Workflow

1. Validate the displacement-dose depth curve: at least two points,
   thickness strictly ascending and positive, dose positive and never
   rising with shielding.
2. For a sector trace, validate the sector set: every solid-angle
   fraction positive, every thickness positive, and the fractions
   closing the sphere within a named tolerance.
3. Read each sector's dose off the curve by log-log interpolation,
   refusing a thickness outside the tabulated span rather than
   extrapolating, and sum the sector doses weighted by solid angle.
4. For a Monte Carlo trace, convert every ray thickness to a dose, take
   the sample mean, and compute the sample standard deviation and the
   standard error of the mean.
5. Raise the sampling findings: a ray count below the minimum, and a
   relative standard error above the ceiling.
6. Divide the demonstrated displacement capability by the dose and
   compare with the minimum design margin, letting an exact equality
   pass under a named relative tolerance.
7. Raise the test finding where the family owes a displacement damage
   test and no test reference is on record.
8. Report the per-part dose, method, sampling statistics, margin and
   findings, plus the tightest part and one verdict.

## Pitfalls

- Treating a single equivalent thickness as the shielding. Directional
  structure is the whole reason the sector and ray-trace methods exist,
  and the average thickness under-doses the thin spots.
- Sector fractions that do not close the sphere. The sum is the check
  that every direction was accounted for exactly once; a set summing
  near one is a set with a gap or an overlap in it.
- Accepting a Monte Carlo mean on its ray count alone. The count and
  the spread decide together; a uniform box settles in tens of rays
  and a thin-spot structure does not settle in hundreds.
- Carrying an ionising dose capability across as a displacement
  capability. They are different test results about different damage,
  and the sensitive families are exactly where the substitution fails.
- Letting a wide margin excuse a missing displacement test. The
  capability is the claim under examination, so the quotient built on
  it inherits the gap.
- Moving the minimum margin to clear a part that lands exactly on it.
  The equality is settled by the tolerance inside the comparison.

## Behavior contract (gate 3)

The curve validation, log-log interpolation with its refusal outside
the tabulated span, sector-set closure check, solid-angle weighted
dose, Monte Carlo mean with its standard error and sampling findings,
the minimum-margin comparison at exact equality, the sensitive-family
test rule and the aggregation are exercised by the gate 3 contract
test: scripts/test_q6015_displacement_damage_dose_assurance.py against
scripts/q6015_displacement_damage_dose_assurance_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_q6015_displacement_damage_dose_assurance.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 →