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 Technology

ASecurity

Use when identifying critical technologies for a space project under ECSS-E-ST-10C clause 5.6.7, assessing their Technology Readiness Level (TRL) per E-AS-11 (ISO 16290), building the technology matrix, and defining the development plan that closes the gap to the TRL required for the project. Trigger: ecss, e-st-10c, technology plan, technology matrix, trl, technology readiness level, iso 16290, e-as-11, technology risk, critical technology, annex e, annex f.

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

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-technology --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E10 Technology?

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

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

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

Download with Pro
Files
SKILL.md
---
name: e10-technology
description: "Use when identifying critical technologies for a space project under ECSS-E-ST-10C clause 5.6.7, assessing their Technology Readiness Level (TRL) per E-AS-11 (ISO 16290), building the technology matrix, and defining the development plan that closes the gap to the TRL required for the project. Trigger: ecss, e-st-10c, technology plan, technology matrix, trl, technology readiness level, iso 16290, e-as-11, technology risk, critical technology, annex e, annex f."
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, technology-plan, technology-matrix, trl, iso-16290, technology-risk, systems-engineering]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Technology Plan and Matrix (space-systems/ecss/e10-technology)

Use when the task is identifying critical technologies for a space
project under ECSS-E-ST-10C clause 5.6.7, assessing their Technology
Readiness Level (TRL) per E-AS-11 (ISO 16290), building the technology
matrix (Annex F content), and defining the development plan that
closes the gap to the TRL required for the project (Annex E content).

## Domain quick reference

- ECSS-E-ST-10C clause 5.6.7 requires the project to identify
  technologies that are critical to the project (not yet mature enough
  for the intended use), assess their current maturity, define the
  maturity required for the project, and plan the activities that
  close any gap, tracking the associated technology risk.
- Maturity is scored on the nine-level TRL scale defined by E-AS-11
  (ISO 16290), from TRL 1 (basic principles observed) through TRL 9
  (actual system flight proven through successful mission operations).
  A technology is critical only when its current TRL is below the TRL
  required for the project's intended use.
- The gap between current and required TRL drives technology risk:
  the larger the gap, the more schedule/cost/performance risk the
  immature technology carries, consistent with the project's technical
  risk process (M-ST-80, see the sibling e10-risk-mgmt leaf).
- This leaf scopes the assessment process: identifying critical
  technologies, scoring TRL gaps, and gating the technology plan on a
  defined development activity for every open gap. Producing the
  Technology Plan document to the Annex E DRD structure and the
  Technology Matrix document to the Annex F DRD structure are the
  sibling e10-tp-drd and e10-tech-matrix-drd leaves; this leaf supplies
  the assessed content those documents report.

## Workflow

1. For each candidate technology, record its description, current TRL
   (1-9, assessed per E-AS-11/ISO 16290 level definitions), the TRL
   required for the project's intended mission use, and the mission or
   sub-system it applies to.
2. Compute the TRL gap (required minus current, floored at zero) and
   classify technology risk from the gap: no gap is "none", a
   one-level gap is "low", a two-level gap is "medium", a gap of three
   or more levels is "high". A technology is critical only when the
   gap is greater than zero.
3. Enter every assessed technology into the technology matrix
   (status: identified for critical technologies, mature for the
   rest).
4. For each critical technology, define a development activity and a
   schedule to close the gap, and record it against the matrix entry
   (status: planned). This is the technology plan content.
5. As development proceeds and a technology is re-tested at a higher
   TRL, close the gap by recording the newly achieved TRL against a
   planned entry; recompute the gap and risk, and mark the entry
   mature once the required TRL is reached.
6. Check the matrix: the technology plan is ready only when every
   critical technology has a recorded development activity (status
   planned or later); do not baseline the plan with a critical
   technology still only "identified".

## Pitfalls

- Treating a technology as non-critical because it is in wide
  terrestrial use, without checking whether its TRL has actually been
  assessed for the project's intended (e.g. space, relevant
  environment) use — TRL is context-specific, not a technology's
  general reputation.
- Baselining the technology plan while a critical technology is still
  only "identified" with no recorded development activity — the gate
  is skipped.
- Recording an achieved TRL lower than the current TRL, or closing a
  gap on a technology that was never given a development plan.
- Confusing this leaf's technology maturity assessment with the
  broader project technical risk management process (identification,
  mitigation, residual tracking across the whole project) — see the
  sibling e10-risk-mgmt leaf (10C clause 5.6.8) — or with the Annex
  E/F document-structure leaves (e10-tp-drd, e10-tech-matrix-drd) that
  format this content into the DRD-mandated document layout.

## Behavior contract (gate 3)

The TRL validation, gap/risk scoring, development-plan gating, and
matrix-readiness logic is exercised by the gate 3 contract test:
scripts/test_e10_technology.py against
scripts/e10_technology_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e10_technology.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 →