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

Q60 Class 1 Screening Requirements

ASecurity

Evaluate the screening regime applied to Class 1 parts before they enter flight standard hardware. Use when a screened lot has to be dispositioned: require every delivered device to be screened for a flight build, check the performed screens against the set the part family carries, reject an unapproved screening facility, convert the burn-in actually run to its equivalent at the reference condition by an Arrhenius acceleration and report a shortfall, count devices whose monitored drift exceed...

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

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 q60-class-1-screening-requirements --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q60 Class 1 Screening Requirements?

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

Security grade badge for Q60 Class 1 Screening Requirements
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q60-class-1-screening-requirements/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q60-class-1-screening-requirements)

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

Download with Pro
Files
SKILL.md
---
name: q60-class-1-screening-requirements
description: "Evaluate the screening regime applied to Class 1 parts before they enter flight standard hardware. Use when a screened lot has to be dispositioned: require every delivered device to be screened for a flight build, check the performed screens against the set the part family carries, reject an unapproved screening facility, convert the burn-in actually run to its equivalent at the reference condition by an Arrhenius acceleration and report a shortfall, count devices whose monitored drift exceeds the delta limit, and disposition the lot on percent defective. Trigger: ecss, ecss-q-st-60c-clause-4-3-3, class-1-flight-lot-screening, burn-in-arrhenius-equivalence, screening-delta-drift-limit, screening-percent-defective-allowable, approved-screening-facility."
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, q-st-60c-eee-parts-scope, q60-class-1-screening-requirements, ecss-q-st-60c-clause-4-3-3, class-1-flight-lot-screening, burn-in-arrhenius-equivalence, screening-delta-drift-limit, screening-percent-defective-allowable, approved-screening-facility]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Class 1 EEE Parts — Screening Requirements (space-systems/ecss/q60-class-1-screening-requirements)

Use when the task is the screening regime of ECSS-Q-ST-60C clause 4.3.3 — the
sequence of stress and measurement applied to every Class 1 device destined
for flight standard hardware, and the lot disposition that follows from what
the sequence removed.

## Domain quick reference

- Screening is a hundred-percent operation on a flight build. It removes the
  weak members of a population, which a sample cannot do: a sampled screen
  tells you the lot's health and still ships the unscreened devices.
- Hardware standard decides the regime, not the part. The same device bought
  for ground support equipment can be sampled; bought for flight it cannot,
  so the standard is an input to the assessment rather than an assumption.
- The screen set belongs to the part family. Seal and radiographic screens
  exist only where there is a cavity to seal and image; a solid part takes
  thermal shock in their place, and demanding them there produces a waiver
  for a test that was never meaningful.
- Burn-in brackets its own electrical measurements. Without a pre-burn-in
  reading there is nothing to measure drift against, so the two electricals
  are part of the screen, not paperwork around it.
- A burn-in at a different temperature is not a different burn-in. An
  Arrhenius acceleration on absolute temperature converts what was run into
  its equivalent at the reference condition, so a hotter oven buys hours and
  a cooler one owes them.
- Drift is a screen in its own right. A device inside its specification
  limits at both ends can still have moved far enough across burn-in to be an
  unstable member of the population, and the delta limit is what removes it.
- Percent defective disposition the lot, not the devices. Removals are
  counted over the devices that entered burn-in; a lot above the allowance is
  rejected whole, because the removals are evidence about the population the
  survivors also came from.

## Workflow

1. Validate the declared hardware standard and the lot arithmetic, and raise
   a finding when a flight build screened fewer devices than it delivered.
2. Resolve the screen set for the part family and report any required screen
   absent from the performed list; an extra screen is not a shortfall.
3. Validate the screening facility and reject one the customer has not
   approved.
4. Convert the burn-in actually run to the hours owed at its temperature
   against the reference condition, and report a shortfall with a
   representation-sized tolerance at the boundary.
5. Compute the drift of each monitored parameter across burn-in and mark the
   devices whose drift exceeds the delta limit, counting a device once
   however many of its parameters moved.
6. Add the catastrophic failures, compute percent defective over the devices
   that entered burn-in, and disposition the lot against its allowance.
7. Report the per-device records and a verdict carrying every finding.

## Pitfalls

- Screening a sample and calling the lot screened. The devices that reach the
  board are exactly the ones the screen never saw.
- Reading the screen set off another family's flow. A non-hermetic part has
  no seal to test, and the resulting waiver hides the screens it does owe.
- Shortening burn-in because the oven ran hot without doing the conversion.
  The trade is legitimate and the arithmetic is not optional; guessing it
  usually under-runs the hours.
- Treating a hotter burn-in as automatically sufficient. Below the equivalent
  hours it is still a shortfall, however high the temperature went.
- Judging drift against the specification limits. A device can sit inside its
  limits at both ends and still have moved several times the delta allowance.
- Counting a multi-parameter device twice in the percent defective. The
  removal is the device, so the count is over devices, not readings.
- Trimming the removals and shipping the remainder of a lot that failed its
  allowance. The disposition is a statement about the population.
- Stopping at the first finding. The lot owner needs the whole list to
  disposition once rather than once per finding.

## Behavior contract (gate 3)

The family screen sets, the missing-screen report, the Arrhenius acceleration
and equivalent burn-in hours, the burn-in shortfall finding, the drift and
delta removal rules, the percent defective arithmetic, the lot disposition
and the overall regime verdict are exercised by the gate 3 contract test:
scripts/test_q60_class_1_screening_requirements.py against
scripts/q60_class_1_screening_requirements_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q60_class_1_screening_requirements.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 →