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

E1002 Pre Launch

ASecurity

Use when a flight item needs a pre-launch readiness go/no-go before launch under ECSS-E-ST-10-02C: transport-induced damage check, storage/shelf-life and environmental-excursion check, launch-site health/functional checks, and as-built launch configuration vs qualified/accepted baseline. Trigger: pre-launch readiness, launch readiness review, LRR, transport check, shelf life, storage excursion, launch-site checkout, launch configuration, as-built vs baseline, verification stage, E-ST-10-02, e...

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

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 e1002-pre-launch --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1002 Pre Launch?

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

Security grade badge for E1002 Pre Launch
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1002-pre-launch/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1002-pre-launch)

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

Download with Pro
Files
SKILL.md
---
name: e1002-pre-launch
description: "Use when a flight item needs a pre-launch readiness go/no-go before launch under ECSS-E-ST-10-02C: transport-induced damage check, storage/shelf-life and environmental-excursion check, launch-site health/functional checks, and as-built launch configuration vs qualified/accepted baseline. Trigger: pre-launch readiness, launch readiness review, LRR, transport check, shelf life, storage excursion, launch-site checkout, launch configuration, as-built vs baseline, verification stage, E-ST-10-02, ecss, e-st-10c."
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-10c, e-st-10-02, pre-launch, verification-stage, launch-readiness, configuration-baseline]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Pre-Launch Readiness Verification (space-systems/ecss/e1002-pre-launch)

Use when the task is confirming pre-launch readiness of a flight item
under ECSS-E-ST-10-02C, the verification stage that runs after
qualification and acceptance and immediately ahead of launch.

## Domain quick reference

- ECSS-E-ST-10-02C clause 5.2.4.4 defines the pre-launch verification
  stage: confirm, ahead of launch, that transport did not degrade the
  flight hardware, that storage conditions and life-limited items
  remain within qualified limits, that the launch-site health and
  functional checks required before launch have all been completed and
  passed, and that the as-built launch configuration matches the
  qualified/accepted baseline (clauses 5.2.4.2, 5.2.4.3).
- Four readiness areas, each independently blocking: transport (no
  environmental excursion beyond the qualified transport envelope),
  storage (no expired life-limited item, no out-of-limit storage
  environment), launch-site activities (every required health/
  functional check completed and passed), launch configuration
  (as-built matches baseline, no open critical non-conformance).
- Pre-launch readiness is a gate, not a re-qualification: it checks
  that nothing has changed or degraded since acceptance, it does not
  replace qualification or acceptance testing.
- A single failing area is enough to withhold a go — readiness is not
  scored by counting how many areas passed.

## Workflow

1. Collect the transport record: every transport event (shipment leg,
   handling operation) with whether its measured environment stayed
   inside the qualified transport envelope.
2. Collect the storage record: every life-limited or environmentally
   sensitive item, its shelf-life expiry (if life-limited) and whether
   its storage environment log stayed within qualified limits, as of
   the readiness-review date.
3. Collect the launch-site activity record: the full list of required
   pre-launch health/functional checks for this item, and which of them
   have been completed and passed.
4. Collect the launch-configuration record: the as-built configuration
   values, the qualified/accepted baseline values to compare them
   against, and any open non-conformance with its severity and
   disposition status.
5. Run the four category checks independently, then combine them: the
   item is go only if transport, storage, launch-site activities, and
   launch configuration are all ready. Any one blocking reason is
   enough for a no-go.
6. For a no-go, report every blocking reason per category (not just the
   first) so the review board can disposition transport anomalies,
   life-limit extensions, outstanding launch-site checks, and
   configuration non-conformances in parallel rather than one at a
   time.
7. Hand a go result to the launch campaign; hand a no-go result, with
   its blocking reasons, back to the Verification Control Board
   (clause 5.4.2) for disposition before the readiness check is rerun.

## Pitfalls

- Treating pre-launch readiness as a formality once qualification and
  acceptance passed — degradation during transport or storage is
  exactly what this stage exists to catch.
- Stopping at the first failing category instead of collecting every
  blocking reason, which forces the review board through repeated
  reruns instead of one consolidated disposition pass.
- Accepting a launch-configuration mismatch or an un-dispositioned
  critical non-conformance because "it's probably fine" — the baseline
  comparison exists precisely so this is not a judgment call at this
  stage.
- Ignoring a minor, non-critical non-conformance's severity field and
  blocking on it anyway, which stalls a readiness review that clause
  5.2.4.4 does not require to stop for.

## Behavior contract (gate 3)

The transport, storage, launch-site, launch-configuration, and combined
go/no-go logic is exercised by the gate 3 contract test:
scripts/test_e1002_pre_launch.py against
scripts/e1002_pre_launch_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1002_pre_launch.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 →