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 Traceability

ASecurity

Use when maintaining bidirectional requirement traceability under ECSS-E-ST-10C: keep the requirements traceability matrix (RTM) aligned across customer requirements, derived requirements, allocated products and verification records, and detect broken, missing or dangling trace links before review gates. ECSS-E-ST-10C clause 5.2.2 governs requirement traceability as part of system engineering requirement flow-down. Trigger: ecss, e-st-10c, requirement traceability, RTM, trace matrix, bidirect...

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

Installs into .claude/skills of the current project.

Are you the author of E10 Req Traceability?

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

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

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

Download with Pro
Files
SKILL.md
---
name: e10-req-traceability
description: "Use when maintaining bidirectional requirement traceability under ECSS-E-ST-10C: keep the requirements traceability matrix (RTM) aligned across customer requirements, derived requirements, allocated products and verification records, and detect broken, missing or dangling trace links before review gates. ECSS-E-ST-10C clause 5.2.2 governs requirement traceability as part of system engineering requirement flow-down. Trigger: ecss, e-st-10c, requirement traceability, RTM, trace matrix, bidirectional trace, 5.2.2, space systems engineering."
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, requirement-traceability, rtm, traceability-matrix, bidirectional-trace, systems-engineering]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Requirement Traceability (space-systems/ecss/e10-req-traceability)

Use when maintaining the bidirectional requirement traceability chain
under ECSS-E-ST-10C clause 5.2.2, after requirements have been analysed
(sibling e10-req-analysis) and flowed down (e10-trs-flowdown).

## When to use

- Keeping the Requirements Traceability Matrix (RTM) current as
  requirements, products and verifications change.
- Checking before a review gate that every requirement resolves both
  directions: upward to the requirement(s) it originates from, and
  downward to an allocated product and a verification record.
- Auditing a delivered RTM for broken, missing, or dangling links.

## Domain quick reference

Trace directions (bidirectional, 5.2.2):

- Upward: derived requirement -> the customer/upper-level requirement
  it was produced from. Customer-level requirements are the root and
  have no upward link.
- Downward: requirement -> product(s) it is allocated to, and
  requirement -> verification activity/record that closes it.

## Procedure

1. Collect the requirement records (id, level, parents, products,
   verifications), product records and verification records.
2. Run `python3 scripts/test_e10_req_traceability.py` to confirm the
   module's own contract still passes.
3. From Python, import the sibling logic module and call:

```python
import e10_req_traceability_logic as rtl
# records: dicts with id/level/parents/products/verifications
gaps = rtl.trace_gaps(requirements, products, verifications)
```

4. Interpret gap codes (constant names on the module):

- `GAP_NO_UPWARD_TRACE` - derived requirement without a parent.
- `GAP_NO_DOWNWARD_TRACE` - customer requirement with neither a child
  requirement nor a direct product allocation.
- `GAP_NO_PRODUCT_ALLOCATION` - requirement with no product allocated
  (customer requirements flowing to derived children are exempt).
- `GAP_NO_VERIFICATION_LINK` - requirement with no verification record.
- `GAP_DANGLING_PARENT` / `GAP_DANGLING_PRODUCT` /
  `GAP_DANGLING_VERIFICATION` - link references a record outside the
  given sets.

5. Fix each gap in the RTM before the review gate; re-run
   `rtl.is_fully_traced(...)` until it returns `(True, {})`.

## Verification

- The offline unittest suite passes (`python3 -m unittest
  scripts.test_e10_req_traceability`, or the test file directly).
- A clean bidirectional chain returns no gaps.

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 →