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

E1011 Req Id

ASecurity

Use when identify HFE requirements from mission-phase and operator-role analysis and capture them into the Technical Specification (TS) under ECSS-E-ST-10-11C §4.3.7: enumerate every applicable mission phase, assign the operator roles active in each phase, map each phase-role pair to the relevant HFE driver categories (workload, habitability, anthropometry, visibility, reachability, cognitive, communication, safety), generate a structured requirement ID for each identified driver, verify that...

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

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 e1011-req-id --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1011 Req Id?

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

Security grade badge for E1011 Req Id
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1011-req-id/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1011-req-id)

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

Download with Pro
Files
SKILL.md
---
name: e1011-req-id
description: "Use when identify HFE requirements from mission-phase and operator-role analysis and capture them into the Technical Specification (TS) under ECSS-E-ST-10-11C §4.3.7: enumerate every applicable mission phase, assign the operator roles active in each phase, map each phase-role pair to the relevant HFE driver categories (workload, habitability, anthropometry, visibility, reachability, cognitive, communication, safety), generate a structured requirement ID for each identified driver, verify that every phase carries at least the mandatory safety and workload requirements, and confirm that all generated IDs are unique and correctly formatted before the TS baseline is closed. Trigger: ecss, e-st-10-system-scope, hfe-requirements, mission-phase, operator-role, human-factors, requirement-identification, technical-specification."
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, hfe-requirements, mission-phase, operator-role, human-factors, requirement-identification, technical-specification]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Human Factors Engineering — HFE Requirement Identification (space-systems/ecss/e1011-req-id)

Use when the task is to identify and capture Human Factors Engineering (HFE)
requirements into the Technical Specification (TS) following ECSS-E-ST-10-11C
§4.3.7 — deriving requirements from mission-phase analysis, operator-role
assignment, and HFE driver categorization, then verifying completeness and
uniqueness before TS baseline closure.

## Domain quick reference

- ECSS-E-ST-10-11C §4.3.7 establishes that HFE requirements must be derived
  systematically from three inputs: the enumerated mission phases (e.g. launch,
  ascent, orbit, re-entry, landing, maintenance, contingency), the operator
  roles active in each phase (e.g. crew, commander, ground control, maintainer),
  and the applicable HFE driver categories for each phase-role pair.
- Eight HFE driver categories apply across a crewed or human-tended space
  programme: workload (cognitive and physical task demand), habitability
  (living and working environment quality), anthropometry (dimensional
  clearances and reach envelopes), visibility (direct and display-mediated
  situational awareness), reachability (access to controls and interfaces),
  cognitive (information processing and decision support), communication
  (crew-crew and crew-ground voice/data exchange), and safety (emergency,
  escape, and rescue procedures).
- Two drivers — safety and workload — are mandatory in every mission phase;
  a phase that reaches TS without at least one requirement covering each of
  these is a completeness gap.
- Each identified requirement is assigned a structured ID of the form
  `HFE-<PHASE_CODE>-<ROLE_CODE>-<DRIVER_CODE>-<SEQ>` (e.g.
  `HFE-ORB-CRW-WKL-001`). IDs must be unique across the TS requirement set.

## Workflow

1. Enumerate mission phases from the mission analysis and confirm the phase
   list against the programme's operations concept. Reject any phase token not
   drawn from the agreed controlled vocabulary before continuing.
2. For each phase, identify which operator roles are active. Reject any role
   token not in the controlled vocabulary. At least one role must be active in
   each phase; a phase with no assigned role is a configuration error.
3. For each phase-role pair, determine which of the eight HFE driver categories
   apply. Apply the mandatory set (safety, workload) unconditionally; apply
   the remaining six based on the human-system interface present in that phase
   and role context. Reject any driver token not in the controlled vocabulary.
4. Generate a requirement ID for each phase-role-driver combination using the
   structured scheme. Format: `HFE-<PHASE_CODE>-<ROLE_CODE>-<DRIVER_CODE>-<SEQ>`
   where SEQ is a zero-padded three-digit integer incremented within each
   phase-role-driver group. Validate the format of every generated ID.
5. Perform the completeness check: confirm that for every phase in the mission
   scope, at least one requirement exists for the safety driver and at least one
   for the workload driver. Collect any phase that fails either check as a gap.
6. Perform the uniqueness check: confirm that no two requirements share the
   same ID. Duplicate IDs are a structural error regardless of content.
7. Compile the gap list (from step 5) and the duplicate list (from step 6).
   A requirement set is ready for TS insertion only when both lists are empty.
   Return the full requirement set together with the gap and duplicate reports.

## Pitfalls

- Skipping the mandatory-driver check and relying on the analyst to remember
  which drivers apply — safety and workload are non-negotiable in every phase
  and must be enforced programmatically, not by convention.
- Allowing free-text phase or role tokens without validation against the
  controlled vocabulary — uncontrolled tokens prevent consistent ID generation
  and break downstream traceability.
- Treating a phase-role-driver triplet as a complete requirement without
  assigning a structured ID — unstructured entries cannot be traced to TS
  paragraphs or verification evidence.
- Accepting duplicate IDs silently — two requirements sharing an ID will cause
  silent collisions in the TS and render verification mapping ambiguous.
- Closing the TS baseline before running both the completeness and uniqueness
  checks — late discovery of gaps or duplicates after baseline costs a formal
  change record.

## Behavior contract (gate 3)

The phase-validation, role-validation, driver-validation, ID-generation,
completeness-check, and uniqueness-check logic is exercised by the gate 3
contract test: scripts/test_e1011_req_id.py against
scripts/e1011_req_id_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1011_req_id.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 →