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 Hcd Planning

ASecurity

Use when plan the human-centred design (HCD) process for a space system or product under ECSS-E-ST-10-11C §4.4.1–4.4.2: identify every HCD activity required by Annex A (context-of-use analysis, user requirements specification, design solution, evaluation, implementation verification), assign each activity to an ECSS project phase (0 through F), allocate at minimum one HF specialist as the responsible party per activity, and confirm the resulting HCD plan covers all mandatory activities with n...

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 e1011-hcd-planning --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1011 Hcd Planning?

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

Security grade badge for E1011 Hcd Planning
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1011-hcd-planning/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1011-hcd-planning)

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

Download with Pro
Files
SKILL.md
---
name: e1011-hcd-planning
description: "Use when plan the human-centred design (HCD) process for a space system or product under ECSS-E-ST-10-11C §4.4.1–4.4.2: identify every HCD activity required by Annex A (context-of-use analysis, user requirements specification, design solution, evaluation, implementation verification), assign each activity to an ECSS project phase (0 through F), allocate at minimum one HF specialist as the responsible party per activity, and confirm the resulting HCD plan covers all mandatory activities with no phase-order violations. Trigger: ecss, e-st-10-system-scope, hcd-planning, human-centred-design, hfe, hcd-plan, annex-a, project-phases, responsibilities."
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, hcd-planning, human-centred-design, hfe, annex-a, project-phases, responsibilities]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Human Factors Engineering — HCD Planning (space-systems/ecss/e1011-hcd-planning)

Use when the task is to plan the human-centred design process for a
space system or product per ECSS-E-ST-10-11C §4.4.1–4.4.2 — producing
an HCD plan that names every required activity, maps each to an ECSS
project phase, and assigns at least one HF specialist as the responsible
party per activity.

## Domain quick reference

- ECSS-E-ST-10-11C §4.4.1 requires that an HCD plan be established at
  the outset of development; the plan must cover the entire product
  life cycle and be updated whenever project scope, schedule, or
  resources change materially.
- §4.4.2 and Annex A define the five mandatory HCD activity categories
  every plan must address: context-of-use analysis, user requirements
  specification, design solution, evaluation, and implementation
  verification. A plan missing any category is non-compliant.
- Each activity must be placed in one or more ECSS project phases
  (0 Mission Analysis → A Feasibility → B Preliminary Definition →
  C Detailed Definition → D Qualification and Production →
  E Utilisation → F Disposal). Phase ordering must respect the
  logical dependency chain: context analysis before requirements,
  requirements before design, design before evaluation.
- Responsibility assignment requires at minimum an HF specialist
  named for each activity; project manager, system engineer, and
  subsystem engineer may co-own activities but cannot substitute
  for the HF specialist role.
- Resources (budget, tool access, test-facility time) are noted per
  activity but are not validated by this leaf — they are tracked in
  the project management plan and referenced here as a completeness
  check item only.

## Workflow

1. List every candidate HCD activity the project will perform.
   Verify the list covers all five mandatory Annex A categories;
   reject a plan with any category absent before proceeding.
2. For each activity, record the target ECSS project phase or phases.
   Validate each phase identifier (0, A, B, C, D, E, F); reject any
   unrecognised identifier.
3. Enforce phase-order consistency across activity pairs: context-of-use
   analysis must be scheduled no later than user requirements
   specification; user requirements must be no later than design
   solution; design solution must be no later than evaluation.
   Flag any ordering violation as a planning error.
4. For each activity, record the responsible roles. Confirm at least
   one role is the HF specialist; flag activities where the HF
   specialist is absent. Reject roles not drawn from the recognised
   set (hf_specialist, project_manager, system_engineer,
   subsystem_engineer, test_engineer, operator).
5. Compute the schedule coverage map — which project phases contain
   at least one HCD activity — to confirm the plan spans the intended
   life-cycle range.
6. Produce the completeness summary: activity count, any missing
   mandatory activities, phases covered, and accumulated errors.
   An HCD plan is compliant only when the error list is empty.

## Pitfalls

- Omitting the context-of-use analysis because the system reuses a
  heritage design — §4.4.2 requires a fresh analysis for each new
  operational environment; heritage data is input, not a substitute.
- Assigning evaluation to a phase earlier than design solution —
  evaluation presupposes a design artefact to assess; scheduling it
  earlier produces a phantom activity with no subject matter.
- Treating "project manager" as the sole responsible party for an
  HCD activity — ECSS-E-ST-10-11C explicitly requires HF specialist
  involvement; managerial ownership does not fulfil the technical
  responsibility requirement.
- Leaving a mandatory activity with no phase assignment — an
  unscheduled activity cannot be resourced, reviewed, or baselined;
  the plan is incomplete until every activity has at least one phase.
- Locking the HCD plan at project kick-off and not updating it when
  the project phase changes — §4.4.1 requires the plan to remain
  current; a stale plan is treated as non-compliant at review gates.

## Behavior contract (gate 3)

The activity-completeness, phase-order, and responsibility-assignment
logic is exercised by the gate 3 contract test:
scripts/test_e1011_hcd_planning.py against
scripts/e1011_hcd_planning_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1011_hcd_planning.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 →