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

Thermo Elastic And Thermal Cycling Test

ASecurity

Use when validate a spacecraft structure's thermo-elastic distortion and thermal-cycling test compliance under ECSS E-ST-32 clauses 4.6.3.14–4.6.3.15: check the temperature profile hot and cold soak limits, ramp rate, and soak duration; compute thermal strain and thermo-elastic distortion from the coefficient of thermal expansion and applied temperature delta; compare measured distortion against the design allowable; determine the required number of thermal cycles from design life and qualifi...

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

Works with

claude codecli

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill thermo-elastic-and-thermal-cycling-test --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Thermo Elastic And Thermal Cycling Test?

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

Security grade badge for Thermo Elastic And Thermal Cycling Test
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-thermo-elastic-and-thermal-cycling-test/badge)](https://www.skillsdirectory.com/skills/ashfordeou-thermo-elastic-and-thermal-cycling-test)

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

Download with Pro
Files
SKILL.md
---
name: thermo-elastic-and-thermal-cycling-test
description: "Use when validate a spacecraft structure's thermo-elastic distortion and thermal-cycling test compliance under ECSS E-ST-32 clauses 4.6.3.14–4.6.3.15: check the temperature profile hot and cold soak limits, ramp rate, and soak duration; compute thermal strain and thermo-elastic distortion from the coefficient of thermal expansion and applied temperature delta; compare measured distortion against the design allowable; determine the required number of thermal cycles from design life and qualification factor; confirm the actual cycle count meets the requirement; and aggregate all findings into a PASS or FAIL verdict. Trigger: ecss, e-st-32-structures-scope, thermo-elastic-distortion, thermal-cycling, temperature-profile, coefficient-of-thermal-expansion, structural-test, thermal-strain."
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, thermo-elastic-distortion, thermal-cycling, temperature-profile, coefficient-of-thermal-expansion, structural-test, thermal-strain]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Structures — Thermo-elastic and Thermal-cycling Tests (space-systems/ecss/thermo-elastic-and-thermal-cycling-test)

Use when the task is to validate a spacecraft structure against the thermo-elastic
and thermal-cycling test requirements of ECSS E-ST-32 clauses 4.6.3.14–4.6.3.15:
validate the applied temperature profile, compute thermo-elastic distortion from
the coefficient of thermal expansion and temperature delta, compare the result
against the design allowable, and verify the thermal-cycling campaign satisfies
the required cycle count and soak conditions.

## Domain quick reference

- **Thermo-elastic test (clause 4.6.3.14):** Verifies that dimensional change
  caused by a temperature gradient (thermo-elastic distortion) does not exceed
  the design allowable. The core relation is: distortion = CTE × ΔT × L, where
  CTE is the material coefficient of thermal expansion (1/K), ΔT is the hot
  minus cold temperature delta (K), and L is the characteristic structural
  length (m). The measured or predicted distortion is compared against the
  allowable from the structural or interface control record.
- **Thermal-cycling test (clause 4.6.3.15):** Verifies structural integrity
  through repeated excursions between hot and cold soak conditions. The required
  number of cycles is derived by applying a qualification factor to the design
  life cycle count, with a floor of three cycles regardless of design life.
  Each cycle must include a full temperature soak at both the hot and cold
  extremes — partial cycles do not count toward the tally.
- **Temperature profile parameters:** hot soak limit (T_max, K), cold soak
  limit (T_min, K), ramp rate (K/min), and minimum soak duration (min). The
  profile must satisfy T_min < T_max, a positive ramp rate within the
  material limit, and a soak duration sufficient for thermal equilibration.
- **Test type categorization:** each campaign is categorized as thermo-elastic,
  thermal-cycling, or both before any quantitative check is performed.
  An unrecognized test type is rejected before it enters the assessment.

## Workflow

1. Categorize the test campaign: identify whether the objective is thermo-elastic
   distortion verification, thermal-cycling endurance, or both. Record the
   categorized type before proceeding.
2. Validate the thermal profile: confirm T_min < T_max, that the ramp rate is
   positive and does not exceed the material or joint limit captured in the
   design record, and that the soak duration at each extreme is positive and
   meets the minimum required for thermal equilibration.
3. For a thermo-elastic test: compute thermal strain (CTE × ΔT), then
   thermo-elastic distortion (thermal strain × characteristic structural length).
   Compare the computed distortion against the allowable from the structural or
   interface control record. Flag any exceedance as a finding.
4. For a thermal-cycling test: compute the required cycle count as
   max(3, qualification_factor × design_life_cycles). Confirm the actual
   executed cycle count meets or exceeds the requirement. Flag a shortfall.
5. Confirm soak duration at both hot and cold extremes meets the minimum
   required per the test procedure. Flag any soak shortfall.
6. Verify the ramp rate does not exceed the material or adhesive limit.
   Flag any violation.
7. Aggregate all findings; the test campaign is compliant only when the
   findings list is empty. Record the overall PASS or FAIL verdict.

## Pitfalls

- Counting a cycle that did not reach full hot and cold soak as a complete
  cycle — partial cycles must not enter the cycle tally until both extremes
  have been held for the required soak duration.
- Using the qualification factor only on thermal-cycling life and not on
  on-orbit day/night cycle count when the two are mixed — state the
  convention and apply it consistently in both the requirement and the record.
- Conflating the structural distortion allowable with a dimensional stability
  budget margin from the optical or alignment subsystem — use the allowable
  that is anchored to the structural or ICD requirement, not the tighter
  optical budget unless specifically directed.
- Omitting the CTE contribution of a second material at a dissimilar-material
  joint — relative thermo-elastic distortion at an interface depends on the
  CTE of both joined materials; applying only the stiffer material's CTE
  understates the interface motion.
- Reading a ramp-rate check as optional — joints and adhesives have explicit
  ramp-rate limits; exceeding them during the test invalidates the result
  even if the cycle count and soak conditions are met.

## Behavior contract (gate 3)

The test-type categorization, thermal-profile validation, thermal-strain and
distortion computation, deformation allowable check, required-cycle-count
derivation, cycle-count sufficiency check, soak-duration validation,
ramp-rate check, and result aggregation logic are exercised by the gate 3
contract test: scripts/test_thermo_elastic_and_thermal_cycling_test.py
against scripts/thermo_elastic_and_thermal_cycling_test_logic.py
(stdlib unittest, offline). Run:
python3 scripts/test_thermo_elastic_and_thermal_cycling_test.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 →