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 Spec Tree Drd

ASecurity

Use when generate or validate a project specification tree against the ECSS-E-ST-10C Annex J Document Requirements Definition: confirm the tree is singly rooted, fully connected and free of duplicate identifiers, confirm each specification sits exactly one level below its parent, confirm every product-tree node carries exactly one specification, and confirm every non-root specification declares the parent it flows its requirements down from. Trigger: ecss, e-st-10-system-scope, specification-...

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

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 e10-spec-tree-drd --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E10 Spec Tree Drd?

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

Security grade badge for E10 Spec Tree Drd
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e10-spec-tree-drd/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e10-spec-tree-drd)

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

Download with Pro
Files
SKILL.md
---
name: e10-spec-tree-drd
description: "Use when generate or validate a project specification tree against the ECSS-E-ST-10C Annex J Document Requirements Definition: confirm the tree is singly rooted, fully connected and free of duplicate identifiers, confirm each specification sits exactly one level below its parent, confirm every product-tree node carries exactly one specification, and confirm every non-root specification declares the parent it flows its requirements down from. Trigger: ecss, e-st-10-system-scope, specification-tree, annex-j-drd, requirement-flowdown, product-tree-coverage, specification-levels."
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, specification-tree, annex-j-drd, requirement-flowdown, product-tree-coverage]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS System Engineering — Specification Tree DRD (space-systems/ecss/e10-spec-tree-drd)

Use when the task is to produce or check a project's specification tree
against the Document Requirements Definition of ECSS-E-ST-10C Annex J --
the hierarchy of technical specifications that mirrors the product tree,
and the flow-down link each specification carries to its parent.

## Domain quick reference

- The specification tree is not the product tree; it is the tree of
  documents that specify it. The two are checked against each other,
  and a specification with no product node is as much a defect as a
  product with no specification.
- There is exactly one top-level system specification. Zero roots and
  several roots are both structural defects, rejected before any
  content check runs, because a malformed tree makes every downstream
  finding unreliable.
- Structure is validated in a fixed order: unique identifiers, one
  root, resolvable parent links, then reachability from the root.
  The reachability pass is what catches a cyclic branch and a branch
  detached from the apex, neither of which a parent-link check alone
  can see.
- A specification's kind fixes its level -- system, subsystem,
  equipment, part. A child must sit exactly one level below its
  parent; a skipped level means a decomposition step was never
  specified, so the requirements of that step have nowhere to live.
- Product coverage is exact, not minimal: a node with no
  specification leaves requirements unstated, and a node specified
  twice leaves two documents free to contradict each other. Both are
  findings.
- Every non-root specification declares the parent it flows down
  from, and that declaration must name its actual parent. A
  flow-down link pointing somewhere else is worse than a missing one,
  because the trace looks complete while leading to the wrong
  requirement set.
- Structural defects raise; content gaps are collected as findings. A
  defective tree cannot be assessed at all, while an incomplete one
  can be reported on and finished.

## Workflow

1. Validate identifier uniqueness and the kind of every specification.
2. Find the single top-level specification; reject a tree with none or
   several.
3. Confirm each non-root specification's parent link resolves, then
   build the child index.
4. Confirm every specification is reachable from the root, which
   rejects both cycles and detached branches.
5. Check each specification's level against its parent's, and confirm
   the root sits at system level.
6. Cross-check against the product tree: report nodes with no
   specification and nodes specified more than once.
7. Confirm every non-root specification declares a flow-down link that
   names its actual parent.
8. The tree is Annex J compliant only when the finding list is empty.

## Pitfalls

- Treating the specification tree as a copy of the product tree.
  They are cross-checked precisely because they can disagree, and
  collapsing them hides exactly the gaps Annex J exists to surface.
- Validating parent links and stopping there. A branch whose parents
  all resolve can still close on itself or hang detached from the
  root; only the reachability pass finds it.
- Accepting a level skip as a harmless shortcut when a subsystem
  talks straight to a part. The missing intermediate specification is
  where that decomposition's requirements would have been written.
- Reading product coverage as "at least one specification". Two
  specifications for one product is a live contradiction risk, not
  redundancy.
- Accepting any non-empty flow-down field as a trace. A link that
  names a specification other than the parent passes a presence check
  and still points at the wrong requirement set.
- Listing a duplicate identifier alongside the content findings. It
  makes every trace ambiguous, so the assessment must stop instead.

## Behavior contract (gate 3)

The kind/level, identifier-uniqueness, root-finding, parent-link,
reachability, level-consistency, product-coverage and flow-down logic
is exercised by the gate 3 contract test:
scripts/test_e10_spec_tree_drd.py against
scripts/e10_spec_tree_drd_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e10_spec_tree_drd.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 →