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

E10 Req Verif Methods

ASecurity

Use when every requirement in an ECSS-E-ST-10C requirements set needs a verification method (test, analysis, review-of-design, inspection) and a verification level (equipment, subsystem, element, segment, system) assigned before verification planning, consistent with E-ST-10-02 verification methods/levels and E-ST-10-03 testing. Trigger: verification method, review of design, ROD, verification level, test analysis inspection, verification matrix, E-ST-10-02, E-ST-10-03, requirement verificati...

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

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 e10-req-verif-methods --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E10 Req Verif Methods?

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

Security grade badge for E10 Req Verif Methods
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e10-req-verif-methods/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e10-req-verif-methods)

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

Download with Pro
Files
SKILL.md
---
name: e10-req-verif-methods
description: "Use when every requirement in an ECSS-E-ST-10C requirements set needs a verification method (test, analysis, review-of-design, inspection) and a verification level (equipment, subsystem, element, segment, system) assigned before verification planning, consistent with E-ST-10-02 verification methods/levels and E-ST-10-03 testing. Trigger: verification method, review of design, ROD, verification level, test analysis inspection, verification matrix, E-ST-10-02, E-ST-10-03, requirement verification, 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, verification-method, verification-level, review-of-design, requirements-engineering]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Requirement Verification Method & Level Assignment (space-systems/ecss/e10-req-verif-methods)

Use when the task is assigning a verification method and a verification
level to requirements under ECSS-E-ST-10C, ahead of detailed
verification planning (E-ST-10-02) and test planning (E-ST-10-03).

## Domain quick reference

- ECSS-E-ST-10C clause 5.2.3.4 requires that every requirement carry a
  verification method and a verification level as part of requirement
  engineering, before the detailed verification programme is planned
  under E-ST-10-02.
- Four verification methods (detailed in E-ST-10-02 clause 5.2.2): test
  (measurement under representative or controlled conditions), analysis
  (calculation, modelling, simulation, or similarity/heritage
  argument), review of design (examination of existing design or
  heritage records), inspection (visual or dimensional examination of a
  physical characteristic).
- Verification levels (E-ST-10-02 clause 5.2.3) run equipment,
  subsystem, element, segment, system. A requirement is normally
  verified at the level it is allocated to (see the sibling
  e10-req-allocation leaf), unless compliance is only observable once
  the element is integrated with its neighbours (an interface or
  emergent-behaviour requirement), in which case verification moves up
  one level.
- Safety-critical requirements should not be closed out by review of
  design alone; test is preferred when feasible, analysis is the
  fallback when it is not.

## Workflow

1. For each requirement, capture its verification-relevant attributes:
   characteristic category (physical, functional, design, or
   performance), whether test is feasible, whether existing design or
   heritage evidence already covers it, whether it is safety-critical,
   and the product-tree level it is allocated to.
2. Select the verification method by precedence: physical
   characteristic -> inspection; else safety-critical -> test if
   feasible, otherwise analysis; else existing heritage evidence ->
   review of design; else test if feasible; otherwise analysis.
3. Assign the verification level: default to the requirement's
   allocation level; bump one level up only for an interface or
   emergent-behaviour requirement whose compliance is only observable
   after integration (a system-level requirement stays at system).
4. Build the verification matrix: one (method, level) pair per
   requirement id, and confirm no requirement id from the input set is
   missing from the matrix -- clause 5.2.3.4 calls for a method and a
   level on every requirement, not a sample.
5. Before closing the assignment, re-check any manually overridden
   method against the safety-critical rule and flag violations (a
   safety-critical requirement overridden to review of design) for
   engineering disposition rather than silently accepting them.
6. Hand the matrix to the Verification Plan / VCD (E-ST-10-02 clause
   5.2.8) and to test planning (E-ST-10-03) for every requirement
   assigned the test method.

## Pitfalls

- Defaulting every requirement to test regardless of feasibility,
  driving unnecessary cost and schedule instead of using analysis or
  review of design where they are legitimate.
- Closing out a safety-critical requirement by review of design alone.
- Leaving an interface or emergent-behaviour requirement assigned at
  its component level instead of the integrated level where the
  interaction is actually observable.
- Dropping requirements from the matrix -- an incomplete matrix fails
  the "every requirement" mandate of clause 5.2.3.4 even if the
  requirements present are assigned correctly.

## Behavior contract (gate 3)

The method-selection, level-assignment, matrix-completeness, and
safety-override logic is exercised by the gate 3 contract test:
scripts/test_e10_req_verif_methods.py against
scripts/e10_req_verif_methods_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e10_req_verif_methods.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 →