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 Trs Flowdown

ASecurity

Use when flowing customer technical requirements down to next-lower-level technical requirements specifications (TRS) per ECSS-E-ST-10C clause 5.2.3.1: check every customer TS requirement reaches at least one child TRS, that no child TRS value contradicts the parent TS or a sibling TRS, and that each TRS carries the document structure expected by E-ST-10-06. Trigger: ecss, e-st-10c, trs flowdown, technical requirements specification, requirement flow-down, customer TS, next-lower-level requir...

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-trs-flowdown --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E10 Trs Flowdown?

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

Security grade badge for E10 Trs Flowdown
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e10-trs-flowdown/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e10-trs-flowdown)

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

Download with Pro
Files
SKILL.md
---
name: e10-trs-flowdown
description: "Use when flowing customer technical requirements down to next-lower-level technical requirements specifications (TRS) per ECSS-E-ST-10C clause 5.2.3.1: check every customer TS requirement reaches at least one child TRS, that no child TRS value contradicts the parent TS or a sibling TRS, and that each TRS carries the document structure expected by E-ST-10-06. Trigger: ecss, e-st-10c, trs flowdown, technical requirements specification, requirement flow-down, customer TS, next-lower-level requirements, e-st-10-06."
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, trs, flowdown, requirements, e-st-10-06]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS TRS Flow-Down (space-systems/ecss/e10-trs-flowdown)

Use when the task is establishing next-lower-level technical
requirements specifications (TRS) from a customer technical
specification (TS) under ECSS-E-ST-10C clause 5.2.3.1: one TRS per
product/configuration item, kept consistent with the customer TS and
with each other, and structured per E-ST-10-06.

## Domain quick reference

- Flow-down takes the customer TS for a product and produces one TRS
  per next-lower-level product (configuration item); each TRS must
  stay consistent with the parent TS and with sibling TRS documents
  at the same level.
- A requirement "flows down" when at least one child TRS explicitly
  carries it (by shared requirement identifier); a TS requirement
  with no child carrying it has not been flowed down.
- Consistency has two directions: parent-child (a TRS value must not
  contradict the TS value for the same requirement id) and sibling
  (two TRS documents must not assign different values to a
  requirement id they both carry).
- E-ST-10-06 governs TRS document structure; at minimum a conformant
  TRS states its scope, the applicable/reference documents it
  depends on, its requirement set, and how each requirement will be
  verified.
- This leaf checks flow-down completeness and consistency and DRD
  section presence; it does not allocate requirements to functions
  (see e10-req-allocation), build the specification tree
  (e10-spec-tree), or resolve general internal inconsistencies
  (e10-req-consistency).

## Workflow

1. Collect the customer TS requirement set (requirement id -> value)
   for the product being decomposed.
2. Collect each next-lower-level TRS as: the DRD sections present,
   and its requirement set (requirement id -> value), for every
   product/configuration item at that level.
3. Check DRD section presence for each TRS against the minimum
   section set; list any missing sections.
4. Check flow-down coverage: every TS requirement id must appear in
   at least one TRS's requirement set; list any that do not.
5. Check parent-child consistency: for a requirement id carried by
   both the TS and a TRS, the values must match; list mismatches.
6. Check sibling consistency: for a requirement id carried by more
   than one TRS, the values must match across TRS documents; list
   mismatches.
7. Flow-down is ready only when there are no missing sections, no
   coverage gaps, and no parent-child or sibling conflicts; otherwise
   report the specific issues found for correction before proceeding
   to consolidation (e10-req-consolidation) and sign-off
   (e10-req-agreement).

## Pitfalls

- Marking flow-down complete while a TS requirement has not been
  picked up by any child TRS (silent coverage gap).
- Letting a TRS restate a parent requirement with a changed value
  without recording it as a deliberate, agreed deviation.
- Two sibling TRS documents assigning different values to a shared
  requirement (e.g. a common interface constraint) without
  reconciliation.
- Treating a TRS as flow-down-complete when it is missing the
  scope, applicable-documents, requirements, or verification
  sections expected of a technical requirements specification.

## Behavior contract (gate 3)

The section-check, coverage, and consistency logic is exercised by
the gate 3 contract test: scripts/test_e10_trs_flowdown.py against
scripts/e10_trs_flowdown_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e10_trs_flowdown.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 →