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

E2001 Multipactor Deliverables Per Review

ASecurity

Use when determine which multipactor data-items a project owes at each design-review-gate under ECSS-E-ST-20-01C Annex A: build the deliverable-by-gate schedule for the verification-routes actually in use (multipactor-test, susceptibility-analysis, similarity-justification), audit one gate's submitted set for missing, immature and unplanned entries, enforce the document-maturity each item owes at that gate (draft, issued, approved), score gate-readiness, and roll the whole review-sequence up ...

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

Works with

claude codecli

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill e2001-multipactor-deliverables-per-review --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2001 Multipactor Deliverables Per Review?

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

Security grade badge for E2001 Multipactor Deliverables Per Review
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2001-multipactor-deliverables-per-review/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2001-multipactor-deliverables-per-review)

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

Download with Pro
Files
SKILL.md
---
name: e2001-multipactor-deliverables-per-review
description: "Use when determine which multipactor data-items a project owes at each design-review-gate under ECSS-E-ST-20-01C Annex A: build the deliverable-by-gate schedule for the verification-routes actually in use (multipactor-test, susceptibility-analysis, similarity-justification), audit one gate's submitted set for missing, immature and unplanned entries, enforce the document-maturity each item owes at that gate (draft, issued, approved), score gate-readiness, and roll the whole review-sequence up to the first blocking-gate. Trigger: ecss, e-st-20-electrical-scope, e2001-multipactor-deliverables-per-review, multipactor-deliverables-per-review, design-review-gate-schedule, multipactor-data-item-maturity, multipactor-free-declaration, multipactor-critical-item-list, similarity-justification-dossier, review-sequence-rollup."
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, e2001-multipactor-deliverables-per-review, multipactor-deliverables-per-review, design-review-gate-schedule, multipactor-data-item-maturity, multipactor-free-declaration, multipactor-critical-item-list, similarity-justification-dossier]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Electrical — Multipactor Deliverables Per Review (space-systems/ecss/e2001-multipactor-deliverables-per-review)

Use when the task is the delivery *schedule* of the multipactor data-items
under ECSS-E-ST-20-01C Annex A -- which multipactor document is owed at
which design-review gate, at what document-maturity, and whether a given
gate's submitted set is complete. What goes *inside* each data-item is a
separate leaf; this one answers when it is due and whether it arrived.

## Domain quick reference

- Annex A binds every multipactor data-item to a point in the review
  sequence. The gates handled here, in order, are the
  system-requirements-review (SRR), the preliminary-design-review (PDR),
  the critical-design-review (CDR), the qualification-review (QR) and the
  acceptance-review (AR). A gate outside that sequence is rejected: the
  schedule cannot place an item against a milestone it does not know.
- The owed set is not fixed -- it follows the verification-routes the
  project actually declared for its multipactor-critical items. Two
  data-items are owed on every route: the multipactor-critical-item-list
  and the multipactor-verification-plan, plus the
  multipactor-free-declaration that closes the verification out. The
  multipactor-test route adds the test-procedure and the test-report; the
  susceptibility-analysis route adds the susceptibility-analysis-report
  and the secondary-emission-yield-data-package; the
  similarity-justification route adds the similarity-justification-dossier.
  An item belonging to a route the project did not declare is not owed,
  and submitting it is an unplanned delivery, not a credit.
- Each data-item carries a delivery window: a first gate at which it is
  first issued and a final gate by which it is approved. Inside that
  window the required document-maturity climbs -- draft at the first
  gate, issued at any intermediate gate, approved at and after the final
  gate. Maturity is ranked (draft < issued < approved), so an item that
  arrives more mature than owed is acceptable, while one that arrives
  less mature is an immature delivery even though it was delivered.
- Gate-readiness is the fraction of the owed set that arrived at or above
  its required maturity. A gate with nothing owed is vacuously ready. The
  readiness comparison against a threshold absorbs floating-point
  representation error, so a set that is exactly complete never fails on
  the last bit of a division.

## Workflow

1. Normalise the declared verification-routes and reject an unrecognised
   route before any schedule is built -- an unknown route would silently
   drop the data-items it owes.
2. Build the deliverable-by-gate schedule: for each gate in the sequence,
   list every owed data-item together with the document-maturity required
   at that gate, skipping items whose first gate has not been reached.
3. Normalise the submitted set for the gate under audit: each entry names
   a data-item from the catalogue and the maturity at which it was
   delivered. Reject an unrecognised data-item id, a missing maturity and
   a duplicate submission of the same item.
4. Compare submitted against owed and split the findings three ways:
   missing (owed, absent), immature (present but below the required
   maturity rank) and unplanned (present but not owed at this gate --
   either not yet due, or belonging to a route the project did not
   declare).
5. Score the gate: readiness is the count of items delivered at or above
   the required maturity over the count owed. The gate is compliant only
   when missing and immature are both empty.
6. Roll the sequence up: evaluate every gate in order, report the first
   gate that is not compliant as the blocking gate, and treat unplanned
   deliveries as observations that do not by themselves block a gate.

## Pitfalls

- Treating the deliverable list as fixed for every project -- the owed
  set is route-dependent, and auditing a similarity-justification case
  against the multipactor-test route's items manufactures false findings
  on the test-procedure and the test-report.
- Counting a delivered item as satisfied without checking its maturity --
  a draft multipactor-free-declaration at the acceptance-review is a
  delivery, not a closure, and the maturity rank is what separates them.
- Reading "no missing items" as gate-compliant while the immature list is
  non-empty -- both lists must be empty, and only one of them is about
  presence.
- Escalating an unplanned early delivery to a finding that blocks the
  gate -- an item delivered ahead of its first gate is recorded as
  unplanned for schedule hygiene, but it is not a shortfall against the
  gate under audit.
- Comparing a readiness fraction to its threshold with a bare inequality
  -- a fully complete gate can compute a fraction a few units in the last
  place below one, so the comparison carries a tolerance rather than the
  engineering criterion being relaxed.

## Behavior contract (gate 3)

The gate normalisation, route-dependent owed-set construction, maturity
ranking, gate audit and review-sequence rollup are exercised by the gate 3
contract test: scripts/test_e2001_multipactor_deliverables_per_review.py
against scripts/e2001_multipactor_deliverables_per_review_logic.py
(stdlib unittest, offline). Run:
python3 scripts/test_e2001_multipactor_deliverables_per_review.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 →