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 Quality Control General

ASecurity

Use when a class 1 lot is booked into incoming quality control. Determine the receiving control plan a class 1 EEE lot owes on arrival under ECSS-Q-ST-60C clause 4.5.1: stop an untraceable, empty or paperwork-rejected lot at the door, derive the control activities the package style, source history, radiation duty and age call for, order them so every non-destructive activity closes before a destructive one consumes parts, size each sample from the delivered quantity, and return the outstandin...

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

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-quality-control-general --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q60 Class 1 Quality Control General?

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

Security grade badge for Q60 Class 1 Quality Control General
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q60-class-1-quality-control-general/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q60-class-1-quality-control-general)

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

Download with Pro
Files
SKILL.md
---
name: q60-class-1-quality-control-general
description: "Use when a class 1 lot is booked into incoming quality control. Determine the receiving control plan a class 1 EEE lot owes on arrival under ECSS-Q-ST-60C clause 4.5.1: stop an untraceable, empty or paperwork-rejected lot at the door, derive the control activities the package style, source history, radiation duty and age call for, order them so every non-destructive activity closes before a destructive one consumes parts, size each sample from the delivered quantity, and return the outstanding controls with one controls-complete, controls-outstanding or lot-not-admissible entry disposition. Trigger: ecss, q-st-60c, class-1-receiving-control-plan, class-1-destructive-analysis-sample-size, class-1-control-activity-ordering, class-1-lot-admissibility-disposition."
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-component-procurement, q-st-60c, q60-class-1-quality-control-general, class-1-receiving-control-plan, class-1-destructive-analysis-sample-size, class-1-control-activity-ordering, class-1-lot-admissibility-disposition]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS EEE Class 1 — Receiving Quality Control Entry Point (space-systems/ecss/q60-class-1-quality-control-general)

Use when the task is clause 4.5.1 of ECSS-Q-ST-60C: the entry point to the
control measures applied to class 1 parts once they have been received. This
leaf opens the control plan for one lot, decides what that lot owes and in
what order, and says what is still outstanding.

## Domain quick reference

- The entry point is a gate, not a queue. A lot with no traceable identity,
  no stated quantity or a rejected data package does not get a control plan
  at all; opening one on an inadmissible lot spends parts on a lot that can
  never be released.
- The plan is derived, not copied. A hermetic package pulls in particle
  noise detection, an unqualified source and an aged lot each pull in
  solderability verification, and radiation duty pulls in its own lot
  verification. Two class 1 lots from the same programme can owe different
  plans.
- Order is a cost decision with no way back. Destructive activities consume
  the parts they touch, so every non-destructive activity is closed first;
  running the destructive physical analysis before the visual examination can
  destroy the only evidence that would have stopped the lot for free.
- Sample size follows lot size in bands, not proportionally. A band boundary
  belongs to the lower band, and one part past it moves the lot up, which is
  exactly the case a hand-built plan gets wrong.
- A sample can never exceed the lot. A five-device plan against a lot of one
  is not a plan, and returning the band value unchanged would authorise
  drawing parts that do not exist.
- Coverage is a fraction of the owed plan, not of the activities performed.
  Closing an activity the lot never owed raises the count of work done and
  moves the lot no closer to release.

## Workflow

1. Test admissibility first: lot identity, delivered quantity and whether the
   data package was accepted. Report every reason, ordered from identity
   outwards, rather than stopping at the first.
2. Derive the owed control activities from the always-owed class 1 baseline
   plus the additions the package style, source history, radiation duty and
   months since manufacture call for. A lot sitting exactly on the age
   trigger has not passed it.
3. Order the owed activities so every non-destructive activity precedes the
   destructive ones, and within each group follow the canonical performance
   order.
4. Size the sample each activity draws from the delivered quantity: the full
   lot for the non-destructive activities, the banded plan for the sampled
   ones, never more than the lot holds.
5. Compare the activities already closed against the owed set, and return the
   outstanding ones in performance order plus the coverage fraction.
6. Return one entry disposition: controls-complete, controls-outstanding, or
   lot-not-admissible, with inadmissibility overriding the plan state.

## Pitfalls

- Opening a control plan before testing admissibility. The plan looks healthy
  right up to the point someone asks which lot the parts came from.
- Applying one standing plan to every class 1 lot. The activities a lot owes
  come from its own package style, source and age, and a standing plan is
  right for the lot it was written against and no other.
- Sequencing by convenience. The destructive activities are the ones with a
  booked slot, so they get run first, and the cheap evidence that would have
  rejected the lot is gone with the parts.
- Reading a band boundary as the start of the next band. A lot of exactly two
  hundred sits in the lower band; treating it as the higher one draws parts
  the plan never asked for.
- Counting closed activities rather than owed ones. Work performed outside the
  plan inflates progress and closes nothing the lot actually needs.
- Reporting a sample larger than the lot. The arithmetic is only correct while
  the lot is bigger than the plan, and small lots are where it stops being so.

## Behavior contract (gate 3)

The admissibility test, control derivation, non-destructive-first ordering,
banded sample sizing, outstanding-control comparison, coverage fraction and the
entry disposition are exercised by the gate 3 contract test:
scripts/test_q60_class_1_quality_control_general.py against
scripts/q60_class_1_quality_control_general_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q60_class_1_quality_control_general.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 →