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 3 Lot Acceptance Testing

ASecurity

Plan which Class 3 EEE date codes of a delivery still owe a lot acceptance submission under ECSS-Q-ST-60C clause 6.3.5: split the delivery into one submission unit per part number and date code, let a manufacturer report discharge a unit only while it names the part, sits inside the production window around that date code and stays inside its validity, reduce the draw for a preferred-source unit under the quantity ceiling, and size every outstanding draw in exact rational arithmetic against t...

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

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-3-lot-acceptance-testing --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q60 Class 3 Lot Acceptance Testing?

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

Security grade badge for Q60 Class 3 Lot Acceptance Testing
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q60-class-3-lot-acceptance-testing/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q60-class-3-lot-acceptance-testing)

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

Download with Pro
Files
SKILL.md
---
name: q60-class-3-lot-acceptance-testing
description: "Plan which Class 3 EEE date codes of a delivery still owe a lot acceptance submission under ECSS-Q-ST-60C clause 6.3.5: split the delivery into one submission unit per part number and date code, let a manufacturer report discharge a unit only while it names the part, sits inside the production window around that date code and stays inside its validity, reduce the draw for a preferred-source unit under the quantity ceiling, and size every outstanding draw in exact rational arithmetic against the spares left after build demand. Use when a Class 3 delivery has to become a per-date-code submission plan rather than one pass-fail verdict. Trigger: ecss, q-st-60c-clause-6-3-5, class-3-lot-acceptance-submission, class-3-manufacturer-report-credit, class-3-production-window-date-code, class-3-reduced-submission-draw, class-3-submission-spare-check."
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-components-scope, q60-class-3-lot-acceptance-testing, class-3-lot-acceptance-submission, class-3-manufacturer-report-credit, class-3-production-window-date-code, class-3-reduced-submission-draw, class-3-submission-spare-check]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS EEE Components — Class 3 Lot Acceptance Testing (space-systems/ecss/q60-class-3-lot-acceptance-testing)

Use when the task is the lot acceptance submission of ECSS-Q-ST-60C clause
6.3.5 — deciding which parts of a delivered Class 3 shipment still have to be
submitted for lot acceptance verification, how many pieces each submission
draws, and whether the shipment can give those pieces up.

## Domain quick reference

- The submission population at Class 3 is the **part number and date code**
  together. Two deliveries of the same part built in different weeks came off
  the line under different settings, so one submission cannot stand for both;
  merging them buys a smaller plan and evidences less than it appears to.
- Class 3 is the class where the **manufacturer's own** lot acceptance report
  is allowed to discharge the submission. It earns that only on three tests at
  once: it names the same part number, it was raised on a date code inside the
  production window around the submitted one, and it is still inside its
  validity on the planning day. Two out of three is not a credit.
- A report that fails carries the **reason** it failed into the plan. A report
  two weeks outside the window and a report for a different part are different
  problems — one can be closed by asking the manufacturer for the neighbouring
  week's data, the other never can.
- A **preferred source** below the quantity ceiling earns a reduced draw, not a
  waiver. The ceiling exists because the reduction rests on source history, and
  a large delivery carries more of the lot's risk than that history covers.
- Draws are sized in **exact rational arithmetic** and rounded up. A share of a
  quantity computed in floating point can land either side of a whole piece
  depending on the host, and a submission plan that changes with the machine it
  was written on is not a plan.
- Submission pieces are **consumed**. A unit whose spares cannot cover its draw
  is an infeasible unit — the honest output is a finding against the build
  demand, not a quietly smaller draw.

## Workflow

1. Split the delivery into submission units, one per part number and date code,
   merging lines that share a population and refusing a line whose build demand
   exceeds what it delivered.
2. Carry the preferred-source status only when every line feeding the unit
   declares one; a mixed unit is not a preferred-source unit.
3. Test each manufacturer report against each unit on part number, production
   window and validity, recording every reason a report failed.
4. Size the full draw from the unit quantity in exact rational arithmetic,
   raise it to the floor, hold it under the cap, and never draw more pieces
   than the unit holds.
5. Route the unit: credit first, then the reduction for a preferred source
   under the quantity ceiling, then a full submission.
6. Set the acceptance number from the draw size, and check the draw against the
   spares left after the build demand.
7. Report the per-unit plan with its total draw, and raise a finding when no
   report discharged any unit of the delivery.

## Pitfalls

- Planning the delivery as one lot. The date codes are separate populations,
  and a single submission evidences only the one it was drawn from.
- Crediting a report on part number alone. The window and the validity are the
  other two tests, and a report can pass the easy one and fail both others.
- Stretching the production window to absorb a near miss. The window is the
  acceptance criterion; a report two weeks outside it is uncredited data, not
  marginal data.
- Reducing the draw for a preferred source of any size. Above the ceiling the
  source history no longer covers the delivery and the full draw is owed.
- Sizing a draw with floating-point division. The rounding direction at a whole
  piece differs between platforms, so the plan stops being reproducible.
- Under-drawing a unit that cannot spare its pieces. The shortfall then appears
  at kitting instead of in the plan, where it can still be argued.

## Behavior contract (gate 3)

The submission-unit split, manufacturer-report credit on part number, window
and validity, exact rational draw sizing, the reduced route and the spare-unit
feasibility check are exercised by the gate 3 contract test:
scripts/test_q60_class_3_lot_acceptance_testing.py against
scripts/q60_class_3_lot_acceptance_testing_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q60_class_3_lot_acceptance_testing.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 →