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

E1024 Icd Generic

ASecurity

"Use when apply generic Interface Control Document (ICD) structure

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

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 e1024-icd-generic --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1024 Icd Generic?

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

Security grade badge for E1024 Icd Generic
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1024-icd-generic/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1024-icd-generic)

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

Download with Pro
Files
SKILL.md
---
name: e1024-icd-generic
description: "Use when apply generic Interface Control Document (ICD) structure
  and content rules under ECSS-E-ST-10-24C §5.7 for any ICD variant — EICD, MICD,
  or TICD: verify each ICD carries a unique interface identifier, an identification
  block (document number, revision, date, project, interface name, provider,
  requester), an applicable-documents list, an interface-description section, a
  numbered requirements section with bilateral allocation and parent-system
  traceability, a verification-method entry for every requirement, a named
  configuration-control authority, and a revision history. Flag missing sections,
  incomplete identification blocks, untraceable requirements, and absent
  configuration-control records. Trigger: ecss, e-st-10-system-scope, icd, eicd,
  micd, ticd, interface-control-document, icd-structure, interface-requirements,
  configuration-control."
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-system-scope, icd, eicd, micd, ticd, interface-control-document, icd-structure, interface-requirements, configuration-control]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Interface Management — Generic ICD Structure and Content (space-systems/ecss/e1024-icd-generic)

Use when the task is applying the common structure and content rules of
ECSS-E-ST-10-24C §5.7 to any ICD variant (EICD, MICD, or TICD) —
checking that each document is structurally complete, that every
requirement is bilaterally allocated and traceable to a parent system
requirement, and that configuration-control provisions are in place.

## Domain quick reference

- ECSS-E-ST-10-24C §5.7 establishes the common structure and content
  rules that apply to every interface control document regardless of
  variant. An ICD is valid only when all required sections are present
  and populated; a document that omits a section is structurally
  non-conforming even if its individual requirements are well-formed.
- The identification block anchors the document in the project context:
  it must carry a document number, revision mark, issue date, project
  name, interface name, and the identities of both the providing and
  receiving parties. A missing party identity prevents authoritative
  sign-off and is treated as a structural deficiency, not a content
  shortfall.
- Each numbered requirement must be traceable upward to at least one
  parent system-level requirement, must state which deliverable the
  provider is responsible for and which the requester accepts (bilateral
  allocation), and must carry a named verification method (test,
  analysis, inspection, or review of design). A requirement that lacks
  a parent traceability link or an allocated verification method is
  incomplete regardless of the correctness of its technical statement.
- Configuration control must be explicit: a named authority responsible
  for approving changes to the ICD, and a revision history recording
  the evolution of the document. An ICD without a named authority has
  no formal change process and cannot be baselined.

## Workflow

1. Confirm the ICD type (EICD, MICD, TICD, or generic ICD). Reject any
   document that does not identify its type before proceeding.
2. Verify the interface identifier is unique and non-empty. Record the
   identifier as the primary key for this ICD record in the project
   interface register.
3. Check that all six required sections are present: identification,
   applicable documents, interface description, requirements,
   verification, and configuration control. List any missing section as
   a structural finding before examining content.
4. Inspect the identification block for all seven required fields:
   document number, revision, date, project, interface name, provider,
   and requester. A blank or absent field in the identification block is
   a structural finding independent of the requirements content.
5. For each requirement entry, confirm: (a) a non-empty requirement ID,
   (b) a requirement statement, (c) a parent system-level requirement
   reference, (d) an explicit provider allocation, (e) an explicit
   requester allocation, and (f) a recognized verification method (test,
   analysis, inspection, or review of design). Record each missing or
   unrecognized field as a requirement-level finding keyed to the
   requirement ID.
6. Verify that all requirement IDs within the ICD are unique. A
   duplicate ID makes the interface register ambiguous and is flagged
   as a separate finding.
7. Check the configuration-control section for a named change authority
   and a revision history. An ICD with neither field populated cannot
   be formally baselined.
8. Aggregate all findings under four categories: structure findings,
   identification findings, requirement findings, and configuration
   findings. The ICD is conformant under §5.7 only when all four
   categories are empty.

## Pitfalls

- Accepting an ICD that has a requirements section but no parent
  traceability references — the requirements section may be complete in
  form while every requirement floats unanchored above the system
  requirement tree. The traceability check is mandatory per §5.7
  regardless of how well the requirements are written.
- Skipping the section-presence check and proceeding directly to
  content review — a section that is absent generates no content
  findings, creating a false impression of a well-formed document.
  Always verify section presence first.
- Treating a revision history entry with a blank description as
  compliant — revision history requires meaningful content (revision
  mark, date, change description) to serve its configuration-control
  function; a placeholder row satisfies the structure but not the
  intent.
- Conflating the verification section (a section of the ICD) with the
  verification-method field on each requirement — both must be present
  independently: the section provides the overall verification approach,
  and each requirement carries its own method assignment.

## Behavior contract (gate 3)

The ICD-type validation, interface-id check, section-presence check,
identification-block check, requirement-entry check, unique-ID check,
and configuration-control check logic is exercised by the gate 3
contract test: scripts/test_e1024_icd_generic.py against
scripts/e1024_icd_generic_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1024_icd_generic.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 →