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

Dynamic Response Analysis

ASecurity

Use when compute the dynamic response of a spacecraft structure to sine, random, or shock loading per ECSS-E-ST-32C clause 4.6.2.5: apply the dynamic amplification factor to a swept-sine excitation, derive the RMS and 3-sigma acceleration response to a random-vibration input via Miles' equation, evaluate the shock response spectrum for a half-sine pulse, or identify which analysis type applies to a given load event. Categorize each load event as sine, random, shock, or transient before select...

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

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 dynamic-response-analysis --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Dynamic Response Analysis?

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

Security grade badge for Dynamic Response Analysis
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-dynamic-response-analysis/badge)](https://www.skillsdirectory.com/skills/ashfordeou-dynamic-response-analysis)

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

Download with Pro
Files
SKILL.md
---
name: dynamic-response-analysis
description: "Use when compute the dynamic response of a spacecraft structure to sine, random, or shock loading per ECSS-E-ST-32C clause 4.6.2.5: apply the dynamic amplification factor to a swept-sine excitation, derive the RMS and 3-sigma acceleration response to a random-vibration input via Miles' equation, evaluate the shock response spectrum for a half-sine pulse, or identify which analysis type applies to a given load event. Categorize each load event as sine, random, shock, or transient before selecting the response model; flag any load event that does not map to a recognized category. Trigger: ecss, e-st-32-structures-scope, dynamic-response-analysis, random-vibration-analysis, shock-response-spectrum, sine-response, miles-equation, sdof-oscillator."
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, dynamic-response-analysis, random-vibration-analysis, shock-response-spectrum, sine-response, miles-equation]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Structures — Dynamic Response Analysis (space-systems/ecss/dynamic-response-analysis)

Use when the task is computing the dynamic response of a spacecraft structural
element under sine, random, or shock loading per ECSS-E-ST-32C clause 4.6.2.5.
The leaf covers swept-sine response using the dynamic amplification factor,
broadband random-vibration response via Miles' equation, and shock response
spectrum evaluation for half-sine pulse inputs.

## Domain quick reference

- Clause 4.6.2.5 addresses three excitation families that a spacecraft structure
  must be assessed against: **sine** (deterministic swept or fixed-frequency
  loading), **random** (broadband stochastic loading expressed as a power
  spectral density), and **shock** (transient impulsive loading characterized
  by a shock response spectrum). Each load event is categorized into exactly
  one family before a response model is selected.
- **Sine response** uses the single-DOF dynamic amplification factor (DAF):
  DAF = 1 / sqrt[(1 − r²)² + (2ζr)²], where r = f/fn is the tuning ratio
  and ζ is the critical damping ratio. At resonance (r = 1) the DAF equals
  1/(2ζ). The peak dynamic response equals the static response multiplied by
  the DAF at the excitation frequency of interest.
- **Random vibration response** is derived via Miles' equation for a
  single-DOF oscillator: RMS = sqrt(π/2 · fn · Q · W), where fn is the
  natural frequency, Q = 1/(2ζ) is the quality factor, and W is the input
  power spectral density (g²/Hz) evaluated at fn. The design limit is the
  3-sigma level (3 × RMS), assuming a Gaussian amplitude distribution.
- **Shock response spectrum (SRS)** quantifies the peak response of a
  single-DOF oscillator to a transient pulse as a function of natural
  frequency. For a half-sine pulse of amplitude A and duration D, the
  response is governed by the dimensionless product τ = fn · D. In the
  residual region (τ < 0.5) the SRS rises approximately as 2π·τ·A; in the
  transitional and primary regions the SRS approaches a maximum near 2A.
- A load event that does not match sine, random, shock, or transient is
  flagged as unrecognized and rejected before any response computation begins.

## Workflow

1. Categorize each load event in the mechanical environment specification
   as sine, random, shock, or transient. Reject any event whose type is not
   one of the four recognized categories before proceeding.
2. For **sine** loading: identify the excitation frequency f and the static
   response under the equivalent quasi-static load. Compute the tuning ratio
   r = f/fn, evaluate the DAF, and multiply by the static response to obtain
   the peak dynamic response. Flag any case where r falls within 10 % of
   unity (near-resonance) for additional damping verification.
3. For **random** loading: read the input PSD level W at the natural frequency
   fn. Compute Q = 1/(2ζ). Apply Miles' equation: RMS = sqrt(π/2 · fn · Q · W).
   Multiply by 3 to obtain the 3-sigma design acceleration. Compare against
   the structural allowable.
4. For **shock** loading: identify the pulse amplitude A and duration D.
   Compute τ = fn · D. Select the SRS region (residual τ < 0.5, transitional
   0.5 ≤ τ < 1, or primary τ ≥ 1) and evaluate the half-sine SRS
   approximation. Compare the resulting SRS peak against the structural
   allowable.
5. For **transient** loading: note that a time-domain solver is required;
   Miles' equation and the DAF formula do not apply. Flag the event for
   numerical time-integration analysis outside the scope of this leaf.
6. Aggregate results per load event: report the governing response value,
   the analysis method used, and whether the structural allowable is met.
   A load event is compliant only when the computed response is within the
   allowable and no error flags remain.

## Pitfalls

- Applying Miles' equation when the PSD is not flat in the vicinity of fn:
  the equation assumes a constant (white-noise) spectrum at the resonance
  frequency; a strongly shaped spectrum requires the PSD value evaluated at
  fn, or a more general integration method.
- Collapsing the residual and primary SRS regions into one formula: the
  half-sine SRS in the residual region is much lower than in the primary
  region, and applying the primary-region approximation below τ = 0.5
  significantly overestimates the response.
- Using the DAF formula at r ≈ 1 without verifying damping: near resonance
  the DAF is controlled entirely by 2ζ; an incorrect damping value produces
  large errors in the predicted peak response.
- Treating 3-sigma as a conservative bound without noting that real
  structural loads may exhibit non-Gaussian statistics (pyrotechnic events,
  limit cycles), in which case additional margin or peak-factor correction
  is required.

## Behavior contract (gate 3)

The DAF computation, Miles' equation, SRS approximation, load-type
categorization, and error-path logic are exercised by the gate 3 contract
test: scripts/test_dynamic_response_analysis.py against
scripts/dynamic_response_analysis_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_dynamic_response_analysis.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 →