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 Method Analysis

ASecurity

Use when determine which ECSS-E-ST-10-02C clause 5.2.2.3 analysis technique (worst-case, statistical, qualitative, classical calculation, or similarity) applies to a requirement being verified by analysis, validate the heritage conditions that must all hold before a case can close by similarity to a previously verified reference item -- verified reference item, design/manufacturing equivalence, and an enveloped operating environment -- check an analysis plan for the fields a closure review re...

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

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-method-analysis --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1002 Method Analysis?

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

Security grade badge for E1002 Method Analysis
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1002-method-analysis/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1002-method-analysis)

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

Download with Pro
Files
SKILL.md
---
name: e1002-method-analysis
description: "Use when determine which ECSS-E-ST-10-02C clause 5.2.2.3 analysis technique (worst-case, statistical, qualitative, classical calculation, or similarity) applies to a requirement being verified by analysis, validate the heritage conditions that must all hold before a case can close by similarity to a previously verified reference item -- verified reference item, design/manufacturing equivalence, and an enveloped operating environment -- check an analysis plan for the fields a closure review requires, and roll a set of analysis cases up into open/closed status. Trigger: ecss, e-st-10-02c, verification by analysis, verification by similarity, heritage, analysis technique selection, similarity validation conditions, environment envelope, analysis plan completeness."
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-02c, verification-by-analysis, verification-by-similarity, heritage, analysis-technique]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Verification — Analysis Method Including Similarity (space-systems/ecss/e1002-method-analysis)

Use when the task is applying the analysis verification method of
ECSS-E-ST-10-02C clause 5.2.2.3 -- selecting the analysis technique
for a requirement, validating the heritage conditions required to
close a case by similarity to a previously verified reference item,
checking an analysis plan for completeness, and rolling a set of
analysis cases up into an open/closed status.

## Domain quick reference

- Clause 5.2.2.3 recognizes several analysis techniques: worst-case
  (bounding the requirement with the most severe credible combination
  of inputs), statistical (probabilistic treatment of a margin),
  qualitative (engineering-judgement argument where no numeric model
  applies), classical calculation (a direct analytical or numerical
  solution), and similarity (closing the requirement on the strength
  of a reference item already verified under equal or enveloping
  conditions). A case uses exactly one technique.
- Similarity is the strongest claim and carries the strictest
  conditions: the reference item must itself have been previously
  verified, the new item's design must be identical to the reference
  or every difference must be explicitly assessed, the manufacturing
  process must be equivalent, and every operating-environment
  parameter of the new item's application must be enveloped by (no
  more severe than) the environment the reference item was verified
  against. All four conditions must hold; any one unmet condition
  means the requirement cannot close by similarity alone.
- An analysis plan is not review-ready until it carries the
  requirement it verifies, the chosen technique, the input data
  sources the analysis draws on, the acceptance criteria the result is
  checked against, and who verified it; a similarity-technique plan
  additionally needs the specific reference item identifier.
- A set of analysis cases is not closed out until every case in it has
  an empty findings list; a case with any open finding (missing
  heritage condition, missing plan field) keeps the set open.

## Workflow

1. For each requirement to be verified by analysis, select the
   analysis technique from the case's evidence flags: a verified
   reference item takes precedence and drives selection of similarity;
   otherwise choose statistical, worst-case, or qualitative per the
   evidence available, defaulting to classical calculation.
2. When the technique is similarity, confirm the reference item was
   itself previously verified before treating it as heritage -- an
   unverified or unidentified reference item cannot support a
   similarity claim.
3. Confirm the new item's design is identical to the reference item,
   or that every design difference has been explicitly assessed;
   confirm the manufacturing process is equivalent. Do not accept a
   similarity claim on an unassessed design difference or a
   non-equivalent process.
4. Compare every operating-environment parameter of the new item's
   application against the reference item's verified environment;
   any parameter exceeding the reference value breaks the envelope and
   the difference must be justified or retired before the case closes.
5. Before a case is scheduled for closure review, check its analysis
   plan for the required fields (requirement, technique, input data
   sources, acceptance criteria, verified-by, and reference item for a
   similarity plan); an incomplete plan is not ready for review.
6. Roll the case set up into open/closed counts; a case with any
   unresolved heritage or plan finding stays open, and the set as a
   whole is not verified until every case is closed.

## Pitfalls

- Treating a design difference as automatically disqualifying --
  clause 5.2.2.3 only requires the difference to be explicitly
  assessed, not absent; an unassessed difference is the finding, not
  the difference itself.
- Accepting similarity against a reference item that was never itself
  verified -- heritage only transfers from a reference item with its
  own verification record, not from an item assumed to be fine because
  it flew before.
- Comparing only the headline environment parameter (e.g. peak
  temperature) and skipping the rest -- every parameter the new
  application is exposed to must be checked against the reference
  envelope; one unchecked parameter can exceed it while the headline
  parameter still passes.
- Reading an analysis case as verified because the numeric result
  looks right while the plan itself is incomplete -- a missing
  acceptance criterion or verifier means the case is not yet
  reviewable, independent of whether the underlying analysis is sound.

## Behavior contract (gate 3)

The technique-selection, similarity heritage-validation, environment-
envelope, plan-completeness, and case roll-up logic is exercised by
the gate 3 contract test: scripts/test_e1002_method_analysis.py
against scripts/e1002_method_analysis_logic.py (stdlib unittest,
offline). Run: python3 scripts/test_e1002_method_analysis.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 →