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

E1009 Applicability

ASecurity

Use when apply the coordinate-system definitions required by ECSS-E-ST-10C §5.3.1 across all five activity domains: mission definition, engineering, verification, operations, and data processing. For each domain, determine which reference frames must be formally defined, verify that at least the required frame families are present, and identify any domain that lacks a valid frame definition. Trigger: ecss, e-st-10-system-scope, coordinate-systems, reference-frames, applicability, mission-defi...

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

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 e1009-applicability --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1009 Applicability?

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

Security grade badge for E1009 Applicability
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1009-applicability/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1009-applicability)

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

Download with Pro
Files
SKILL.md
---
name: e1009-applicability
description: "Use when apply the coordinate-system definitions required by ECSS-E-ST-10C §5.3.1 across all five activity domains: mission definition, engineering, verification, operations, and data processing. For each domain, determine which reference frames must be formally defined, verify that at least the required frame families are present, and identify any domain that lacks a valid frame definition. Trigger: ecss, e-st-10-system-scope, coordinate-systems, reference-frames, applicability, mission-definition, data-processing, frame-coverage."
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, coordinate-systems, reference-frames, applicability, mission-definition, data-processing, frame-coverage]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS System Engineering — Coordinate-Definition Applicability (space-systems/ecss/e1009-applicability)

Use when the task is to apply the coordinate-system definitions of ECSS-E-ST-10C §5.3.1
across the five activity domains — mission definition, engineering, verification, operations,
and data processing — and confirm that every domain has sufficient reference-frame coverage.

## Domain quick reference

- ECSS-E-ST-10C §5.3.1 requires that coordinate-system definitions be applied consistently
  across five distinct activity domains throughout the project lifecycle. Each domain draws
  on a specific set of frame families; a domain without the required families is a
  non-compliance finding, not a warning.
- Five required applicability domains and their minimum frame-type families:
  - **mission_definition** — inertial frame (e.g. J2000/EME2000) and an Earth-fixed frame
    (e.g. ECEF/ITRF); these anchor trajectory and coverage analysis.
  - **engineering** — spacecraft body frame and a structural/mechanical reference frame;
    these support interface control and CAD-linked alignments.
  - **verification** — body frame and an inertial frame; test measurements and analysis
    results must be expressible in both.
  - **operations** — inertial, Earth-fixed, and orbital frame (e.g. LVLH/RSW/TNW);
    commanding and telemetry interpretation require all three.
  - **data_processing** — inertial frame and at least one instrument/sensor boresight frame;
    science data reduction and geo-referencing depend on these.
- A frame definition is an entry that specifies the frame name, its family (inertial,
  earth_fixed, body, orbital, instrument, topocentric, structural), and which applicability
  domain it serves. Definitions are typically collected in a coordinate-system register
  (part of the interface control document or mission analysis baseline).

## Workflow

1. Collect the project's coordinate-system register — the list of named frames with their
   family and the domain(s) each frame serves. If no register exists, create one from the
   interface control documents, mission analysis reports, and verification test plans.
2. For each of the five required domains, identify which frames in the register are assigned
   to it. A frame with an unrecognised domain label is a data-quality error; reject it
   before proceeding.
3. Validate each frame entry: non-empty name, family drawn from the recognised set
   (inertial, earth_fixed, body, orbital, instrument, topocentric, structural), and domain
   drawn from the five required domains. Raise a finding for every validation failure.
4. Check for duplicate frame names across the register; a name collision is a configuration
   error that must be resolved before the applicability check can proceed.
5. For each domain, compare the set of frame families present against the minimum required
   for that domain. Record a finding for every missing family; a domain with no frames at
   all is an immediate non-compliance.
6. Aggregate the findings per domain. A domain is covered only when all required families
   are present and no validation errors apply to its frames. The overall assessment passes
   only when all five domains are covered and the global duplicate check is clean.
7. Report covered domains, missing domains, and each finding with its domain tag and
   severity. Hand the report to the responsible systems engineer for resolution before
   the next project review.

## Pitfalls

- Treating a domain with at least one frame of any type as "covered" — coverage requires
  the specific frame families listed for that domain, not just any frame. A body frame alone
  does not satisfy operations, which needs inertial, Earth-fixed, and orbital families.
- Sharing the same frame name across domains without resolving the collision — duplicate
  names create ambiguity in interface control documents and must be resolved to unique names
  (e.g. by appending a domain suffix) before the register is used for analysis.
- Deferring the data-processing domain to post-launch — §5.3.1 applies to the full
  lifecycle; an instrument boresight frame must be defined and registered before verification
  testing, not retrofitted during commissioning.
- Accepting a topocentric or orbital frame as a substitute for an inertial frame — each
  family serves a distinct role in the standard's hierarchy; the presence of an orbital
  frame does not fulfil the inertial-frame requirement for the operations domain.

## Behavior contract (gate 3)

The frame-validation, domain-coverage, and completeness-gate logic is exercised by the
gate 3 contract test: scripts/test_e1009_applicability.py against
scripts/e1009_applicability_logic.py (stdlib unittest, offline). Run:

    python3 scripts/test_e1009_applicability.py

## Compliance

- ECSS standards are freely downloadable from ESA; content is paraphrased per
  standards-map.yaml — no verbatim standard text is reproduced.
- 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 →