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

Load Events And Combined Loads

ASecurity

Use when enumerate structural load events and define load combination rules for a space structure under ECSS-E-ST-32C clauses 4.2.5–4.2.6: categorize each load event by mission phase (ground handling, transport, launch, ascent, separation, on-orbit, re-entry, landing), identify the governing load types per event (quasi-static, dynamic, thermal, pressure, acoustic, random vibration, shock), apply combination factors to form design load cases at both limit and ultimate load levels, and flag any...

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 load-events-and-combined-loads --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Load Events And Combined Loads?

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

Security grade badge for Load Events And Combined Loads
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-load-events-and-combined-loads/badge)](https://www.skillsdirectory.com/skills/ashfordeou-load-events-and-combined-loads)

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

Download with Pro
Files
SKILL.md
---
name: load-events-and-combined-loads
description: "Use when enumerate structural load events and define load combination rules for a space structure under ECSS-E-ST-32C clauses 4.2.5–4.2.6: categorize each load event by mission phase (ground handling, transport, launch, ascent, separation, on-orbit, re-entry, landing), identify the governing load types per event (quasi-static, dynamic, thermal, pressure, acoustic, random vibration, shock), apply combination factors to form design load cases at both limit and ultimate load levels, and flag any event missing a required load type or any load set with incomplete phase coverage. Trigger: ecss, e-st-32-structures-scope, load-events, combined-loads, load-combinations, structural-analysis, design-load-cases, mission-phases."
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, load-events, combined-loads, load-combinations, structural-analysis, design-load-cases, mission-phases]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Structures — Load Events and Combined Loads (space-systems/ecss/load-events-and-combined-loads)

Use when the task is to enumerate every structural load event across the
mission timeline and define the rules by which concurrent loads are
combined into design load cases, following ECSS-E-ST-32C clauses 4.2.5
(load events) and 4.2.6 (combined loads and interaction rules).

## Domain quick reference

- A load event is a bounded period or occurrence during the mission at
  which the structure experiences a defined set of mechanical, thermal,
  or pressure loads. Each event is anchored to a mission phase: ground
  handling, transportation, launch, ascent, separation, on-orbit,
  re-entry, or landing. Phases outside this set are not valid load event
  anchors under ECSS-E-ST-32C clause 4.2.5.
- Each phase carries a minimum required set of load types that must be
  assessed. Launch and ascent require quasi-static, acoustic, random
  vibration, and thermal loads as a minimum; separation and landing
  require shock in addition to quasi-static loads; on-orbit requires
  quasi-static and thermal; re-entry adds pressure. Failing to include
  a required load type for a phase is a design incompleteness finding.
- A design load case is formed by selecting one or more concurrent load
  types from the same event (or from events that can overlap in time)
  and applying a combination factor to each component before summing.
  A factor of 1.0 means the load contributes at its full value; a
  factor less than 1.0 reflects a reduced probability of simultaneous
  occurrence. A factor of 0.0 means the load type is not considered in
  that case.
- Limit load is the highest load expected under the specified load event.
  Ultimate load is obtained by multiplying the limit load by the
  ultimate factor (typically 1.5 for metallic structures under
  ECSS-E-ST-32C, but the project-specific value takes precedence).
  Both levels must be evaluated for each design load case.

## Workflow

1. Inventory every expected load event across the mission timeline and
   assign each one to a mission phase. Reject any event whose phase is
   not in the ECSS-E-ST-32C set; request clarification before
   proceeding.
2. For each event, record the load types present. Check the event's
   load types against the minimum required set for its phase; list
   every missing load type as a gap to be resolved before the load set
   is considered complete.
3. Form design load cases by selecting concurrent load types within an
   event (or across overlapping events) and assigning a combination
   factor to each. Verify that every combination factor is between 0.0
   and 1.0 inclusive unless a factor greater than 1.0 is explicitly
   justified by a project-specific amplification requirement.
4. Compute the combined design load for each case: multiply each load
   component's value by its combination factor and sum the results.
   Record the computed value and the load types and factors used.
5. Scale each limit-load design case to ultimate load using the
   applicable ultimate factor. Evaluate structural margins against both
   the limit and ultimate values.
6. Check that the full set of events covers every required mission
   phase. Report any phase that is absent from the event inventory as
   a coverage gap. A load set with missing phases is not complete.
7. Identify the governing design load case as the combination that
   produces the highest design load across all cases. Flag it for
   priority attention in the structural analysis.

## Pitfalls

- Assigning more than one mission phase to a single load event — each
  event belongs to exactly one phase, and mixing phases obscures which
  minimum load-type requirements apply.
- Applying a combination factor greater than 1.0 without a written
  justification — ECSS-E-ST-32C clause 4.2.6 treats factors above 1.0
  as amplification, which requires a specific structural dynamics or
  margins rationale.
- Treating an unset combination factor as 1.0 — the correct default
  when a factor is absent is 0.0 (load type not combined), not 1.0,
  because an unchecked assumption inflates the combined load and may
  miss the true governing case.
- Skipping the ultimate-factor step on any load case — limit and
  ultimate evaluations are both mandatory; a load case that only
  records a limit value is incomplete.
- Declaring coverage complete when every individual event passes its
  load-type check but a required mission phase has no event at all —
  per-event compliance does not substitute for full-phase coverage.

## Behavior contract (gate 3)

The load event validation, load type coverage check, combination
computation, ultimate factor scaling, phase coverage check, and
governing case selection logic are exercised by the gate 3 contract
test: scripts/test_load_events_and_combined_loads.py against
scripts/load_events_and_combined_loads_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_load_events_and_combined_loads.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 →