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

E2040 Device Verification Plan Data Item

ASecurity

Assess a device verification plan against the strategy, methods and coverage goals ECSS-E-ST-20-40C Annex C makes mandatory: confirm the strategy names an approach and the levels verification runs at, place every requirement at one of those levels, check that the methods nominated can actually answer that kind of requirement, and compare the coverage each method reaches against the goal the plan committed to, counting requirements with no method rather than dropping them. Use when a verificat...

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

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 e2040-device-verification-plan-data-item --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2040 Device Verification Plan Data Item?

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

Security grade badge for E2040 Device Verification Plan Data Item
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2040-device-verification-plan-data-item/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2040-device-verification-plan-data-item)

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

Download with Pro
Files
SKILL.md
---
name: e2040-device-verification-plan-data-item
description: "Assess a device verification plan against the strategy, methods and coverage goals ECSS-E-ST-20-40C Annex C makes mandatory: confirm the strategy names an approach and the levels verification runs at, place every requirement at one of those levels, check that the methods nominated can actually answer that kind of requirement, and compare the coverage each method reaches against the goal the plan committed to, counting requirements with no method rather than dropping them. Use when a verification plan is drafted or reviewed before the campaign starts. Trigger: ecss, e-st-20-electrical-scope, device-verification-plan-data-item, verification-strategy-levels, verification-method-suitability, verification-coverage-goal, uncovered-requirement-detection, verification-level-placement."
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-20-electrical-scope, e2040-device-verification-plan-data-item, device-verification-plan-data-item, verification-strategy-levels, verification-method-suitability, verification-coverage-goal, uncovered-requirement-detection, verification-level-placement]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Device Requirements — Verification Plan Data Item (space-systems/ecss/e2040-device-verification-plan-data-item)

Use when the task is the contents duty of ECSS-E-ST-20-40C Annex C --
saying whether a device verification plan carries the strategy it
follows, the methods it will use and the coverage it commits to, and
whether those three agree with each other.

## Domain quick reference

- The strategy is the frame: an approach, and the levels verification
  actually happens at. Every requirement is then placed at one of those
  levels. A requirement placed at a level the strategy never declared
  has no campaign to belong to, and the mismatch is invisible while the
  requirement list is read on its own.
- Four methods close a requirement: analysis, review-of-design,
  inspection and test. Spellings vary between organisations and the
  short forms are common, so they are folded before anything is
  counted.
- A method has to be able to answer the kind of requirement it is
  nominated on. Inspection can confirm a connector is present; it
  cannot close a timing figure. A performance requirement carrying
  inspection alone is unclosable no matter how complete the plan looks,
  and that is the defect this check exists for.
- Suitability is satisfied by one method, not all of them. A
  requirement nominating both inspection and analysis is fine even
  where inspection alone would not be, so the test is an intersection
  with the suitable set rather than a check of every entry.
- Coverage goals are fractions of the requirement set. A goal met
  exactly is met, so the comparison absorbs representation error: a
  two-in-four landing on a 0.5 goal is a pass, and a strict comparison
  against a computed division is what turns a compliant plan red.
- A requirement with no method at all stays in the denominator. It is
  precisely what the coverage figure is meant to surface, and dropping
  it produces a plan that reports full coverage of the requirements it
  chose to count.

## Workflow

1. Resolve the strategy: the approach folded onto a recognised name,
   the declared levels with no repeats, and the rationale. Report a
   missing approach and missing levels as separate findings.
2. Resolve the requirement list: unique identifiers, a recognised kind,
   the nominated methods folded onto the four, and the level. Refuse a
   repeated identifier or an unknown key as an input defect.
3. Report every requirement nominating no method, and keep it in the
   requirement count so the coverage figure tells the truth.
4. For every requirement that does nominate a method, intersect its
   methods with the set able to answer its kind and report an empty
   intersection with the methods that would have worked.
5. Place each requirement against the strategy levels and report one
   sitting at a level the strategy does not declare.
6. Compute the coverage each method reaches across the set, and the
   overall coverage of requirements carrying at least one method.
7. Compare each declared goal against what the plan reaches, absorbing
   representation error and never widening the goal itself.

## Pitfalls

- Counting a requirement as covered because a method is written next to
  it. The method still has to be able to answer that kind of
  requirement, and a performance figure closed by inspection is the
  case that reaches the test campaign and stops it.
- Dropping uncovered requirements from the coverage denominator. The
  figure then measures the plan's own selection rather than the
  requirement set, and it reads best exactly when the plan is worst.
- Comparing a computed coverage fraction against its goal with a strict
  inequality. A two-in-four division landing on 0.5 can sit a unit in
  the last place below it and fail a plan that is exactly on target.
- Letting requirement levels drift from the strategy. Levels invented
  in the requirement list look reasonable line by line and leave the
  strategy describing a campaign the plan does not run.
- Requiring every nominated method to be suitable. One suitable method
  closes the requirement; demanding all of them rejects sound plans
  that nominate a cheap screening method alongside the real one.

## Behavior contract (gate 3)

The strategy resolution, method and kind folding, suitability
intersection, level placement, uncovered-requirement detection and
coverage-goal comparison are exercised by the gate 3 contract test:
scripts/test_e2040_device_verification_plan_data_item.py against
scripts/e2040_device_verification_plan_data_item_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e2040_device_verification_plan_data_item.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 →