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

E3311 Expanding Tube Devices

ASecurity

Derive the admissible design windows for an expanding-tube contained separation device and grade an installed one against ECSS-E-ST-33-11C clause 4.11.8. Use when the task is sizing or accepting a flattened-tube separation joint: bounding core load below by the swell needed to fracture the notched ligament and above by what the tube can contain without rupturing, bounding ligament thickness below by the flight load it carries and above by what the delivered force will sever, reporting a windo...

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

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 e3311-expanding-tube-devices --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E3311 Expanding Tube Devices?

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

Security grade badge for E3311 Expanding Tube Devices
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e3311-expanding-tube-devices/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e3311-expanding-tube-devices)

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

Download with Pro
Files
SKILL.md
---
name: e3311-expanding-tube-devices
description: "Derive the admissible design windows for an expanding-tube contained separation device and grade an installed one against ECSS-E-ST-33-11C clause 4.11.8. Use when the task is sizing or accepting a flattened-tube separation joint: bounding core load below by the swell needed to fracture the notched ligament and above by what the tube can contain without rupturing, bounding ligament thickness below by the flight load it carries and above by what the delivered force will sever, reporting a window that closes to nothing, and grading containment margin, contained-debris evidence and dual-end severance timing. Trigger: ecss, e-st-33-11-explosive-subsystem-scope, expanding-tube-separation-device, contained-separation-joint, expanding-tube-core-load-window, separation-ligament-thickness-window, expanding-tube-containment-margin, dual-end-severance-timing."
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-33-11-explosive-subsystem-scope, e3311-expanding-tube-devices, expanding-tube-separation-device, contained-separation-joint, expanding-tube-core-load-window, separation-ligament-thickness-window, expanding-tube-containment-margin, dual-end-severance-timing]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Explosive Subsystems — Expanding Tube Devices (space-systems/ecss/e3311-expanding-tube-devices)

Use when the task is the contained-separation screen of
ECSS-E-ST-33-11C clause 4.11.8 -- a flattened metal tube with an
explosive core behind a notched separation plane, which swells to
part the joint and, unlike every other explosive separation device,
must not open itself.

## Domain quick reference

- Containment is not one requirement among several; it is what the
  device is for. A joint that separates perfectly and splits its tube
  has released fragments into a vehicle that chose this device
  specifically to avoid them.
- That turns the sizing into two windows rather than two minima. Core
  load has to be large enough to swell the tube far enough to
  fracture the ligament, and small enough that the pressure stays
  well under what the tube can hold.
- The ligament is bounded from both sides too, and by requirements
  from different disciplines: structures sets the floor, because the
  notched plane carries flight load right up to the moment it fires,
  and the delivered force sets the ceiling.
- Either window can close. When the structural floor rises above the
  severance ceiling there is no thickness that works, and that is a
  different finding from a thickness sitting slightly outside a
  window -- it says the concept does not close, not that a dimension
  needs tuning.
- The two windows are coupled through core load. Raising the load to
  widen the ligament window pushes the core load toward its own
  containment ceiling, which is why both are computed rather than
  checked one at a time.
- A long joint is fired from both ends, so the last place to part is
  where the two detonations meet, and that point moves toward
  whichever end fired late. The severance time is the run to that
  meeting point, not the run along the whole joint.
- Contained-debris verification is recorded evidence, not an
  inference from the containment margin. A comfortable margin with no
  test behind it leaves the device's defining property unproven.

## Workflow

1. Normalize the assembly, rejecting a non-positive core load,
   coefficient or joint dimension and a debris declaration that is
   not a boolean, because an unrecorded verification is not a pass.
2. Build the core-load window: the lower bound from the required
   stroke and the margin over the expansion coefficient, the upper
   bound from the tube burst pressure over the pressure coefficient
   and the containment margin.
3. Build the ligament window: the lower bound from limit load and the
   structural margin over ligament strength, the upper bound from the
   delivered force over the severance coefficient and its margin.
4. Report an empty window as an empty window before grading anything
   against it, and only then check the installed core load and
   ligament thickness against their bounds.
5. Grade the containment margin directly from the internal pressure
   the installed core load raises, and check the contained-debris
   verification separately.
6. Find the meeting point of the two end initiations, clamping it to
   the joint when one end is late enough that the other runs the
   whole length, take the severance time from it and grade it.

## Pitfalls

- Sizing the core load upward until the joint reliably parts. That
  search walks straight at the containment ceiling, and the device
  that always separates is the one that ruptures its tube.
- Treating the ligament as a manufacturing detail. It is a structural
  member until the instant it fires, and thinning it to guarantee
  severance removes flight-load capability that was being counted on.
- Checking the two windows independently. They share the core load,
  so a change made to open one closes the other.
- Reading an out-of-window dimension and an empty window as the same
  finding. The first is a tuning problem; the second says no
  dimension exists and the concept has to change.
- Timing the joint along its full length when it is fired from both
  ends, or timing it to the centre when one end fires late. The
  meeting point moves, and it is the only point whose arrival matters.
- Comparing a value with a window bound by bare arithmetic. Each
  bound is a quotient of two products, so a design landing exactly on
  one can sit a few units in the last place outside it; the
  comparison absorbs that while the bound stays untouched.

## Behavior contract (gate 3)

The assembly normalization, the stroke, pressure and force response
model, the two-sided core-load and ligament windows including the
empty-window case, the containment margin, the contained-debris
check, the dual-end meeting point with its clamping and the severance
timing gate, plus the per-device and set verdicts, are exercised by
the gate 3 contract test:
scripts/test_e3311_expanding_tube_devices.py against
scripts/e3311_expanding_tube_devices_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e3311_expanding_tube_devices.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 →