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

E31 Thermal Balance Test Tbt Performance

ASecurity

Define and grade the performance of a thermal balance test under ECSS-E-ST-31C clause 4.5.3.1 and its annex on test cases. Use when a thermal vacuum campaign needs its balance phases written down and run: checking the case set brackets the mission with a hot and a cold case, sizing the compensation heater power that makes a chamber shroud and a lamp bank reproduce the flight heat flow, deciding steady state from the measured drift rate over a long enough window rather than by eye, and coverin...

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

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 e31-thermal-balance-test-tbt-performance --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E31 Thermal Balance Test Tbt Performance?

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

Security grade badge for E31 Thermal Balance Test Tbt Performance
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e31-thermal-balance-test-tbt-performance/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e31-thermal-balance-test-tbt-performance)

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

Download with Pro
Files
SKILL.md
---
name: e31-thermal-balance-test-tbt-performance
description: "Define and grade the performance of a thermal balance test under ECSS-E-ST-31C clause 4.5.3.1 and its annex on test cases. Use when a thermal vacuum campaign needs its balance phases written down and run: checking the case set brackets the mission with a hot and a cold case, sizing the compensation heater power that makes a chamber shroud and a lamp bank reproduce the flight heat flow, deciding steady state from the measured drift rate over a long enough window rather than by eye, and covering every temperature reference point with a sensor accurate enough to grade it. Trigger: ecss, e-st-31-thermal-control-scope, thermal-balance-test-case-set, balance-heater-compensation-power, thermal-steady-state-drift-criterion, tbt-temperature-reference-point-sensor, thermal-vacuum-shroud-sink, tbt-instrumentation-accuracy."
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-31-thermal-control-scope, e31-thermal-balance-test-tbt-performance, thermal-balance-test-case-set, balance-heater-compensation-power, thermal-steady-state-drift-criterion, tbt-temperature-reference-point-sensor, thermal-vacuum-shroud-sink]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Thermal Control — Thermal Balance Test Performance (space-systems/ecss/e31-thermal-balance-test-tbt-performance)

Use when the task is specifying or running the thermal balance phases of
a thermal vacuum campaign under ECSS-E-ST-31C clause 4.5.3.1 and its
test-case annex — which balance cases are run, how much compensation
heater power each needs, when a case has actually reached steady state,
and which sensors have to be there for the case to be gradeable.

## Domain quick reference

- A balance test earns its name by bracketing the mission. One hot case
  and one cold case are the minimum, because a single case correlates
  the model at one point of a fourth-power curve and says nothing about
  the slope.
- The chamber is not the mission. A shroud at liquid-nitrogen
  temperature rejects more than the flight sink, and a lamp bank rarely
  matches the absorbed flux in both magnitude and distribution. The
  balance heaters exist to close that difference.
- The compensation power has two terms and they can oppose each other:
  the absorbed-flux shortfall the lamps do not deliver, and the extra
  rejection a colder shroud pulls out of the article. Adding only the
  first leaves a case that runs cold and correlates a model to the wrong
  boundary.
- Balance heaters can only add heat. A case whose compensation comes out
  negative cannot be run as configured; the shroud has to come up or the
  lamp power has to come down, and quietly clamping the demand at zero
  produces a case nobody can correlate against.
- Steady state is a measured drift rate over a declared window, not an
  impression from a strip chart. The slope of a least-squares fit over
  the window is the criterion, and a window shorter than declared cannot
  demonstrate it whatever the slope says.
- A temperature reference point without a sensor of adequate accuracy is
  not gradeable. A sensor whose accuracy is coarser than the correlation
  tolerance cannot resolve the quantity the test exists to produce.

## Workflow

1. Validate each declared case: a name, a hot or cold sense, a
   non-negative chamber sink, non-negative absorbed test flux and
   non-negative article dissipation.
2. Check the set brackets the mission: at least one hot case and one
   cold case, and no duplicate case names.
3. For each case, size the compensation heater power as the absorbed
   flux the lamps do not deliver plus the extra rejection of the colder
   shroud, and raise a finding when the result is negative instead of
   clamping it.
4. Compare each case's compensation demand with the installed balance
   heater capability and raise a finding on the shortfall.
5. For each case's temperature history, fit the drift rate over the
   declared window and declare steady state only when the window is long
   enough and every reference point's drift sits inside the criterion.
6. Cover the declared temperature reference points against the
   instrumentation, and raise a finding for a missing sensor and for a
   sensor whose accuracy is coarser than the grading needs.
7. Report the per-case compensation, the steady-state verdicts, the
   instrumentation findings and the overall test-readiness verdict.

## Pitfalls

- Running a single balance case. It correlates the model at one point
  and leaves the slope of the radiative curve untested, which is exactly
  the part the mission extremes depend on.
- Sizing compensation from the flux shortfall alone. The colder shroud
  term is often the larger of the two, and leaving it out lands the
  article well below the flight boundary.
- Clamping a negative compensation demand at zero. The case is
  infeasible as configured and the clamp hides it behind a heater
  setting that looks reasonable.
- Calling steady state from a short window. A slow mode still relaxing
  reads as a small slope over a few minutes and as a large one over an
  hour; the window length is part of the criterion.
- Grading the drift on the coldest sensor only. Steady state is a
  property of every reference point, and the last one to settle is the
  one that sets the dwell.
- Accepting a sensor coarser than the correlation tolerance. The test
  then cannot resolve the difference the correlation is about to be
  graded on.

## Behavior contract (gate 3)

Case validation and hot-cold bracketing, two-term compensation heater
sizing with its infeasibility refusal, least-squares drift rate with a
window-length guard, and reference-point coverage with sensor accuracy
are exercised by the gate 3 contract test:
scripts/test_e31_thermal_balance_test_tbt_performance.py against
scripts/e31_thermal_balance_test_tbt_performance_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e31_thermal_balance_test_tbt_performance.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 →