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

E1003 Retesting

ASecurity

Use when applying ECSS-E-ST-10-03C clause 4.6 retesting rules to define whether an article must be retested: a design modification made after qualification, storage after a protoflight/acceptance test beyond the qualified shelf life, a previously flown article being prepared for reflight, or a qualification-model article proposed for flight use. Classify each case's required action (no retest, requalification, acceptance-level retest, or disallowed for flight) ahead of test-programme executio...

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

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 e1003-retesting --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1003 Retesting?

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

Security grade badge for E1003 Retesting
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1003-retesting/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1003-retesting)

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

Download with Pro
Files
SKILL.md
---
name: e1003-retesting
description: "Use when applying ECSS-E-ST-10-03C clause 4.6 retesting rules to define whether an article must be retested: a design modification made after qualification, storage after a protoflight/acceptance test beyond the qualified shelf life, a previously flown article being prepared for reflight, or a qualification-model article proposed for flight use. Classify each case's required action (no retest, requalification, acceptance-level retest, or disallowed for flight) ahead of test-programme execution (sibling e1003-test-programme leaf), and verify no case in the retesting scope is left undetermined. Anchor: E-ST-10-03C clause 4.6. Trigger: retesting, retest, requalification, design modification after qualification, storage shelf life, reflown hardware, qualification model flight use, E-ST-10-03C, ecss."
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-10-03c, retesting, requalification, storage-shelf-life, reflown-hardware, qualification-model, testing]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Testing Retesting Rules (space-systems/ecss/e1003-retesting)

Use when the task is deciding, for a specific article and a specific
trigger event, whether ECSS-E-ST-10-03C requires it to be retested
before it can be used, stored further, or flown -- ahead of handing
the resulting retest scope to test-programme planning (sibling
e1003-test-programme leaf) and execution.

## Domain quick reference

- ECSS-E-ST-10-03C clause 4.6 covers four distinct retesting triggers,
  each with its own rule; treating them as one generic "retest if in
  doubt" check loses the specific evidence each one turns on.
- Design modification after qualification: a change made after an
  article's design was already qualified only demonstrates continued
  compliance if it did not touch the qualified envelope. A change that
  affects form, fit, function, or any previously verified qualified
  parameter forces requalification of the affected requirements; a
  change kept outside that envelope needs a documented engineering
  justification but no new test.
- Storage after a protoflight or acceptance test: flight hardware does
  not stay flight-ready indefinitely once accepted. If it was stored
  outside its qualified/specified storage conditions, or for longer
  than its qualified shelf life, its acceptance disposition can no
  longer be trusted and a retest is required before flight use; storage
  within both bounds needs no retest.
- Re-flown articles: hardware recovered and proposed for a second
  flight cannot be re-accepted on its prior flight record alone. It is
  first inspected for flight-induced damage or degradation; damage
  found routes to repair and requalification of the affected areas,
  while a clean inspection still requires a fresh acceptance-level
  retest before the next flight -- a reflown article is never simply
  "still accepted."
- Flight use of a qualification article: flying the article that was
  used to demonstrate qualification margin is only acceptable if that
  qualification testing did not consume damaging life/margin and left
  no damage; either finding disallows the article from flight outright.
  A clean qualification article is not flown as-is either -- it still
  needs an acceptance-level retest first, since qualification testing
  demonstrates design margin, not the specific article's workmanship.

## Workflow

1. Identify the retesting trigger that applies to the case in hand:
   design_modification, storage_after_test, reflown_article, or
   qualification_article_for_flight. Each trigger has its own required
   input evidence (see logic module docstrings) -- do not reuse another
   trigger's evidence fields.
2. For a design_modification case, capture whether the modification
   affects the qualified envelope. If yes, the outcome is
   requalification_required for the affected requirements; if no, the
   outcome is no_retest_required (still needs a documented engineering
   justification, tracked outside this leaf).
3. For a storage_after_test case, capture the storage duration, the
   qualified shelf life, and whether storage conditions stayed within
   spec. Conditions outside spec force retest_required regardless of
   duration; conditions within spec but duration exceeding the
   qualified shelf life also force retest_required; only duration
   within the shelf life and conditions within spec give
   no_retest_required.
4. For a reflown_article case, capture the post-flight inspection
   result. Damage found routes to repair_and_requalify; a clean
   inspection still routes to acceptance_retest_required, never to an
   automatic "still accepted."
5. For a qualification_article_for_flight case, capture whether the
   qualification testing consumed damaging life/margin and whether
   inspection found damage. Either condition routes to
   disallowed_for_flight; a clean article routes to
   acceptance_retest_required.
6. Build the disposition set for every case in the retesting review and
   confirm no case id from the intended review scope is missing --
   clause 4.6 applies per case, not on a sample.
7. Hand off every disposition that is not no_retest_required to
   test-programme planning (sibling e1003-test-programme leaf) as a
   required test activity before the article proceeds.

## Pitfalls

- Applying the design-modification rule to a reflown or qualification
  article (or vice versa) -- each trigger has a distinct evidence set
  and outcome vocabulary; they are not interchangeable.
- Treating a documented engineering justification as equivalent to a
  passed requalification when a design modification did affect the
  qualified envelope.
- Crediting a reflown article's prior acceptance instead of running a
  fresh acceptance-level retest after a clean post-flight inspection.
- Flying a qualification-model article straight off its qualification
  campaign without the acceptance-level retest it still needs even
  when undamaged and margin-clean.
- Closing the retesting review while a case id from the intended scope
  has no recorded disposition.

## Behavior contract (gate 3)

The per-trigger classification, dispatch, and review-completeness
logic is exercised by the gate 3 contract test:
scripts/test_e1003_retesting.py against
scripts/e1003_retesting_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1003_retesting.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 →