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 Cue Cards

ASecurity

"Use when develop cue cards for spacecraft emergency and contingency

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

Works with

claude codeapi

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill e1011-cue-cards --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1011 Cue Cards?

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

Security grade badge for E1011 Cue Cards
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1011-cue-cards/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1011-cue-cards)

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

Download with Pro
Files
SKILL.md
---
name: e1011-cue-cards
description: "Use when develop cue cards for spacecraft emergency and contingency
  operations under ECSS-E-ST-10-11C §4.9.2: identify the scenario scope and crew
  task sequence, structure each card as a compact step-by-step action list within
  brevity and legibility limits, assign severity and scenario type, verify action
  steps carry imperative verbs and respect the maximum step count per card face,
  and confirm the complete card set covers all mandatory emergency and contingency
  scenarios. Trigger: ecss, e-st-10-system-scope, cue-cards, emergency-procedures,
  contingency-operations, crew-procedures, quick-reference, human-spaceflight."
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, cue-cards, emergency-procedures, contingency-operations, crew-procedures, quick-reference, human-spaceflight]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Human Factors — Cue Cards (space-systems/ecss/e1011-cue-cards)

Use when the task is developing cue cards — compact quick-reference cards
for crew use during emergency and contingency operations on crewed space
systems — per ECSS-E-ST-10-11C §4.9.2. The skill covers identifying
applicable scenarios, structuring card content within human-factors
brevity limits, verifying action-verb formatting, and confirming that
the card set covers all mandatory scenarios.

## Domain quick reference

- A cue card addresses exactly one emergency or contingency scenario.
  Emergency scenarios involve an immediate threat to crew safety or
  vehicle integrity (e.g., rapid depressurization, fire, toxic release)
  and require the highest-priority response. Contingency scenarios involve
  operational anomalies that do not immediately endanger the crew but
  require prompt corrective action (e.g., subsystem failure, sensor
  discrepancy).
- Card brevity is a hard human-factors constraint: each card face must
  carry no more than nine action steps. Exceeding this limit degrades
  crew performance under stress. Cards that cannot be reduced to nine
  steps per face must be split across multiple sequenced card faces.
- Each action step is a single, grammatically complete imperative
  statement beginning with an action verb (e.g., "Close", "Activate",
  "Report"). Steps that begin with a noun phrase or explanatory clause
  are not compliant with the crew-readable format.
- Every step must fit within 80 characters so the text is legible at
  arm's length under degraded lighting. Steps exceeding this limit must
  be rephrased or split.
- Cards are severity-graded: CRITICAL (immediate life-safety), HIGH
  (significant operational impact), or MEDIUM (limited impact).
  Severity drives card placement in the on-board card set and the
  order in which a crew member locates and retrieves the card.
- The card set as a whole must cover every scenario identified in the
  crew operations scenario inventory. A scenario with no corresponding
  card is a gap finding, not a pass.

## Workflow

1. Obtain the crew operations scenario inventory for the mission and
   identify every scenario that requires a cue card — at minimum all
   scenarios where crew must act within 60 seconds of detection.
2. For each scenario, assign a scenario type (emergency or contingency)
   and a severity level (CRITICAL, HIGH, or MEDIUM) based on the hazard
   analysis and crew task timeline.
3. Draft the action step sequence for each card: list every discrete
   action the crew must perform in the correct execution order, using
   imperative action verbs at the start of each step.
4. Check each card for compliance with the brevity limit: if the step
   count on any face exceeds nine, split the card into sequenced faces
   (Face 1, Face 2, …) and add a continuation marker at the bottom of
   each face.
5. Check every step for legibility: verify each step is at most 80
   characters and is not blank.
6. Verify the complete card set against the scenario inventory:
   confirm that a card exists for every required scenario and that no
   required scenario is uncovered.
7. Record any gap findings (uncovered scenarios, step-count violations,
   step-length violations, missing severity or type fields) and resolve
   each finding before the card set is approved for crew use.

## Pitfalls

- Treating a contingency card as an emergency card because the scenario
  sounds urgent — the distinction drives retrieval priority; merging the
  two types results in cards buried in the wrong section of the on-board
  library when the crew needs them fastest.
- Writing explanatory or conditional prose as a step ("If pressure drops
  below threshold, then …") instead of a single imperative action —
  conditional logic belongs in the procedure document, not the cue card;
  the card must give only the action to take once the trigger condition
  is already met.
- Allowing a card to grow to ten or more steps without splitting — the
  human-factors brevity limit is not advisory; it reflects empirically
  measured performance degradation under stress.
- Declaring the card set complete after checking only individual cards —
  a card set passes when every required scenario in the inventory has a
  corresponding card; a card set with no per-card violations but a
  missing scenario is still incomplete.

## Behavior contract (gate 3)

The card structure, step-count, step-length, action-verb, scenario
categorization, severity validation, card-set coverage, and metrics
logic is exercised by the gate 3 contract test:
scripts/test_e1011_cue_cards.py against
scripts/e1011_cue_cards_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1011_cue_cards.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 →