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

E1003 Tailoring

ASecurity

"Use when determine the tailoring profile of ECSS-E-ST-10-03C for a

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 e1003-tailoring --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1003 Tailoring?

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

Security grade badge for E1003 Tailoring
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1003-tailoring/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1003-tailoring)

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

Download with Pro
Files
SKILL.md
---
name: e1003-tailoring
description: "Use when determine the tailoring profile of ECSS-E-ST-10-03C for a
  specific space project class (A–D) using the Annex D informative method: map each
  standard requirement to an applicability status (Applicable, Not Applicable,
  Tailored, or Conditional), assign verification methods, and produce a compliance
  matrix and a verification matrix. Apply when a project team must scope the system
  engineering requirements set to their mission category, justify deviations, and
  supply the matrices required by a review or product-assurance gate.
  Trigger: ecss, e-st-10-03c, tailoring, annex-d, compliance-matrix,
  verification-matrix, project-class, system-engineering, applicability."
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-03c, tailoring, annex-d, compliance-matrix, verification-matrix, project-class]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS System Engineering Tailoring — Annex D Method (space-systems/ecss/e1003-tailoring)

Use when the task is to determine the tailoring profile of ECSS-E-ST-10-03C for a
project, mapping each system-engineering requirement to an applicability status and
producing the compliance and verification matrices required for design reviews or
product-assurance gates.

## Domain quick reference

- ECSS-E-ST-10-03C Annex D (informative) provides a structured method for tailoring
  the standard's requirements to a project class. Project classes A through D reflect
  descending levels of mission criticality and complexity: Class A (flagship) carries
  the most stringent requirements set; Class D (small or commercial) carries the
  minimum mandatory set. The class is assigned per ECSS-M-ST-10C §4.
- Each requirement in the catalogue is given one of four applicability statuses:
  Applicable (A) — the requirement applies in full; Not Applicable (NA) — the
  requirement does not apply to this project class or mission type; Tailored (T) —
  the requirement applies in a modified form; Conditional (C) — the requirement
  applies only when certain project conditions hold. Tailored and Conditional
  entries must carry a documented rationale; the matrix is incomplete without it.
- The compliance matrix lists every catalogued requirement with its applicability
  status and rationale. The verification matrix lists only applicable requirements
  (status A, T, or C) and assigns at least one verification method — Test (T),
  Analysis (A), Inspection (I), or Review of Design (R) — to each.
- A requirement that is categorized as Not Applicable must not appear in the
  verification matrix; its presence would create a verification activity without a
  backing requirement, which review boards treat as a non-conformance.

## Workflow

1. Confirm the project class (A, B, C, or D) per the project's ECSS-M-ST-10C
   assignment. Reject any class value outside this set before proceeding; an
   unrecognised class has no defined tailoring profile.
2. Retrieve the default tailoring profile for that class from the Annex D catalogue.
   Each requirement has a default applicability status and a default set of
   verification methods for each project class.
3. Apply project-specific overrides: for each requirement the project team deviates
   from the default, record the revised applicability status, revised verification
   methods (where applicable), and a written rationale. Validate that each override
   uses a recognised applicability code and recognised verification method code.
4. Run the completeness check: every requirement with status A, T, or C must have at
   least one verification method assigned; every T or C entry must have a non-empty
   rationale. Resolve all findings before submitting the matrix to a gate.
5. Generate the compliance matrix from the completed tailoring matrix — one row per
   catalogue requirement, showing requirement ID, clause reference, title,
   applicability status, and rationale.
6. Generate the verification matrix from the same tailoring matrix — one row per
   applicable requirement (A/T/C only), showing requirement ID, clause reference,
   title, and assigned verification methods.
7. Submit both matrices to the project review or product-assurance gate. Report the
   count of Applicable, Not-Applicable, Tailored, and Conditional entries as a
   summary to support gate decision-making.

## Pitfalls

- Applying a single fixed applicability profile across all project classes — a
  Class D mission that adopts the full Class A set incurs avoidable engineering
  overhead; a Class A mission that adopts Class D defaults risks gaps at gates.
- Accepting a Tailored or Conditional status without a rationale — the matrix is
  contractually incomplete, and the completeness check exists to catch this before
  submission.
- Including a Not-Applicable requirement in the verification matrix as a precaution —
  this inflates the verification programme with activities that have no backing
  requirement; review boards will flag the mismatch.
- Treating the Annex D catalogue as exhaustive — it covers representative
  requirements; project-specific requirements derived from the mission (debris
  mitigation, payload-specific standards, export-control constraints) must be
  appended as additional rows before the matrices are finalised.

## Behavior contract (gate 3)

The project-class validation, tailoring-matrix construction, compliance-matrix
derivation, verification-matrix derivation, and completeness-check logic are exercised
by the gate 3 contract test: scripts/test_e1003_tailoring.py against
scripts/e1003_tailoring_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1003_tailoring.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 →