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

Limit Load To Dll Cascade

ASecurity

Use when derive limit loads (LL) and design limit loads (DLL) for a spacecraft structure per ECSS-E-ST-32C clauses 4.2.7–4.2.8: identify every structural level in the load hierarchy, apply a load uncertainty factor (LUF ≥ 1.0) to each LL to obtain the corresponding DLL, and propagate the resulting loads recursively from system level down through sub-assemblies to component level via structural transfer factors. Combine multi-axis load components with the applicable rule (SRSS or absolute sum)...

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

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 limit-load-to-dll-cascade --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Limit Load To Dll Cascade?

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

Security grade badge for Limit Load To Dll Cascade
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-limit-load-to-dll-cascade/badge)](https://www.skillsdirectory.com/skills/ashfordeou-limit-load-to-dll-cascade)

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

Download with Pro
Files
SKILL.md
---
name: limit-load-to-dll-cascade
description: "Use when derive limit loads (LL) and design limit loads (DLL) for a spacecraft structure per ECSS-E-ST-32C clauses 4.2.7–4.2.8: identify every structural level in the load hierarchy, apply a load uncertainty factor (LUF ≥ 1.0) to each LL to obtain the corresponding DLL, and propagate the resulting loads recursively from system level down through sub-assemblies to component level via structural transfer factors. Combine multi-axis load components with the applicable rule (SRSS or absolute sum), flag any LUF below unity, and confirm every structural level in the cascade carries a documented DLL before margins of safety are computed. Trigger: ecss, e-st-32-structures-scope, limit-load, design-limit-load, load-cascade, luf, structural-hierarchy, dll."
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-32-structures-scope, limit-load, design-limit-load, load-cascade, luf, structural-hierarchy, dll]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Structures — Limit Load to DLL Cascade (space-systems/ecss/limit-load-to-dll-cascade)

Use when the task is to derive Design Limit Loads (DLL) from Limit Loads (LL) and
propagate them level by level through a spacecraft structural hierarchy, per
ECSS-E-ST-32C clauses 4.2.7–4.2.8.

## Domain quick reference

- **Limit Load (LL)**: the maximum load a structural element is expected to
  experience during its entire service life, accounting for all mission phases
  (launch, transfer, on-orbit manoeuvres, landing). LL is expressed per axis
  and per structural level. Clause 4.2.7 requires every element in the load
  path to carry a documented LL before any analysis proceeds.
- **Design Limit Load (DLL)**: LL multiplied by the Load Uncertainty Factor
  (LUF). DLL = LL × LUF. The LUF, defined in clause 4.2.8, shall be ≥ 1.0;
  values below unity are non-conforming and must be flagged. The LUF accounts
  for uncertainties in load derivation, mathematical model fidelity, and test
  data scatter.
- **Cascade rule**: loads propagate recursively from the highest structural
  level (e.g. spacecraft system) downward. The LL reaching a child level is the
  parent-level LL multiplied by a structural transfer factor that captures the
  local dynamic response or load redistribution. The child's DLL is then
  computed from its own LL and its own LUF. Each level forms an independent
  DLL calculation; the cascade is the sequential application of this rule from
  root to leaf.
- **Load combination**: when more than one independent load component acts
  simultaneously, they are combined before the LUF is applied. The two accepted
  rules are SRSS (square-root-sum-of-squares, for statistically independent
  random components) and absolute sum (ABS, for deterministic or correlated
  components); the choice must be justified.

## Workflow

1. Identify the root structural level and its LL values per axis. Confirm that
   the LL was derived from the worst-case mission-phase load envelope.
2. Determine the LUF for the root level. Verify LUF ≥ 1.0. Compute
   DLL = LL × LUF for every load component at the root level.
3. For each child structural level: obtain or derive the structural transfer
   factor that maps the parent LL to the child LL. Transfer factors > 1.0
   represent dynamic amplification; < 1.0 represent attenuation; = 1.0 means
   the parent LL is passed through unchanged.
4. Compute the child LL = parent LL × transfer factor. Then compute
   child DLL = child LL × child LUF. Record both LL and DLL at every level.
5. If multiple independent load axes must be combined at a level, apply SRSS or
   ABS according to the load model justification before multiplying by LUF.
6. Repeat steps 3–5 recursively until every leaf-level component has a
   documented LL and DLL.
7. Verify completeness: every node in the structural hierarchy must carry a DLL
   entry; a missing DLL at any node is a non-conformance.

## Pitfalls

- Applying the LUF at only one level and reading lower-level DLL values as
  DLL = LL — each level must carry its own LUF application.
- Using LUF < 1.0 as a "relief factor" — the LUF is a safety margin, not an
  attenuation. LUF < 1.0 violates clause 4.2.8 and is a non-conformance.
- Conflating LL and DLL when comparing against allowables — allowables are
  checked against DLL (and further against Ultimate Load = DLL × factor of
  safety), never against LL alone.
- Choosing SRSS combination for correlated load components — SRSS is valid only
  for statistically independent random components; correlated components must be
  combined by absolute sum.
- Propagating DLL (instead of LL) through the transfer factor — the cascade
  input to each child is the parent LL; the LUF is applied separately at the
  child level, not inherited from the parent.

## Behavior contract (gate 3)

The DLL computation, LUF validation, transfer-factor cascade, and load-combination
logic are exercised by the gate 3 contract test:
scripts/test_limit_load_to_dll_cascade.py against
scripts/limit_load_to_dll_cascade_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_limit_load_to_dll_cascade.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 →