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

Q6013 Class 1 Buy Off Inspection

ASecurity

Use when a source inspection has to become a ship-or-hold decision. Evaluate whether a highest-assurance commercial parts lot may leave the manufacturer at the source buy-off of ECSS-Q-ST-60-13C clause 4.3.6: confirm an independent inspector whose qualification is still current, check the mandatory evidence pack item by item instead of scoring it as a percentage, refuse a buy-off dated before lot acceptance testing finished, group the nonconformances so an open major holds the lot and a waive...

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

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 q6013-class-1-buy-off-inspection --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q6013 Class 1 Buy Off Inspection?

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

Security grade badge for Q6013 Class 1 Buy Off Inspection
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q6013-class-1-buy-off-inspection/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q6013-class-1-buy-off-inspection)

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

Download with Pro
Files
SKILL.md
---
name: q6013-class-1-buy-off-inspection
description: "Use when a source inspection has to become a ship-or-hold decision. Evaluate whether a highest-assurance commercial parts lot may leave the manufacturer at the source buy-off of ECSS-Q-ST-60-13C clause 4.3.6: confirm an independent inspector whose qualification is still current, check the mandatory evidence pack item by item instead of scoring it as a percentage, refuse a buy-off dated before lot acceptance testing finished, group the nonconformances so an open major holds the lot and a waiver closes one only with its reference, and authorize shipment only when every gate holds. Trigger: ecss, q-st-60-13c-clause-4-3-6, commercial-eee-source-buy-off, buy-off-evidence-pack, inspector-independence-check, open-major-nonconformance-hold, waiver-reference-closure, ship-or-hold-at-source."
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-60-13-commercial-eee-scope, q6013-class-1-buy-off-inspection, commercial-eee-source-buy-off, buy-off-evidence-pack, inspector-independence-check, open-major-nonconformance-hold, waiver-reference-closure, ship-or-hold-at-source]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Commercial EEE Parts -- Source Buy-Off Inspection (space-systems/ecss/q6013-class-1-buy-off-inspection)

Use when the task is the clause 4.3.6 final source inspection of
ECSS-Q-ST-60-13C: a lot of the highest assurance category is finished at
the manufacturer, and the buy-off decides whether it ships or is held
where it still sits.

## Domain quick reference

- A buy-off is the last point at which the lot and the people who built
  it are in the same room. Everything the inspection does not catch here
  is caught, if at all, after the parts have shipped, been kitted and in
  some cases already mounted.
- The inspector is part of the evidence. A qualification that lapsed
  before the inspection date, or an inspector drawn from the production
  organisation that built the lot, makes the record of the buy-off worth
  no more than the production record it was meant to witness.
- The mandatory evidence pack is a list of items, not a score.
  Traceability records, the lot acceptance report, the screening report,
  the packaging and marking evidence and the certificate of conformity
  each answer a different question, so a pack at five of six is a hold
  on the missing one, never a pass at eighty-three percent.
- Sequence carries information. A buy-off dated before lot acceptance
  testing finished inspected a lot the tests had not yet judged; the
  dates are checked against each other rather than each being checked
  for plausibility alone.
- Nonconformances are grouped by severity and by state. An open major
  holds the lot. A major is closed by an approved waiver only when the
  waiver reference is on the record -- a waiver asserted without one is
  an open major wearing a different word. Minors are tolerated up to a
  declared allowance, and that allowance is declared, not assumed.
- Optional evidence, the die photographs and the analysis reports that
  were offered rather than required, does not block a shipment; a thin
  showing is reported so the receiving side knows what it is getting.

## Workflow

1. Validate the inspection event: named inspector, named organisation,
   qualification expiry on or after the inspection date, and the
   independence flag that says whether the witness built the lot.
2. Check the buy-off date against the completion of lot acceptance
   testing and keep the signed day gap; a negative gap is a finding, not
   a rounding.
3. Walk the mandatory evidence pack and list every item absent or marked
   not-seen. Report the completeness share alongside the list, never
   instead of it.
4. Group the nonconformances into open majors, open minors, waived and
   closed; refuse a waived item carrying no waiver reference, and refuse
   a repeated identifier that would let one finding be counted twice.
5. Authorise shipment only when the evidence pack is whole, the
   inspector is independent and current, the sequence holds and no
   grouping is blocking. Otherwise hold at source and name every reason.
6. Add the thin-optional-evidence advisory where it applies, keeping it
   separate from the reasons that actually blocked.

## Pitfalls

- Turning the mandatory pack into a percentage. A percentage lets a
  missing certificate of conformity average away against five items that
  were present; the missing item is the finding.
- Accepting the production organisation's own inspector because the
  paperwork is in order. The paperwork is what the independent witness
  is there to test, so the witness cannot come from the organisation
  that produced it.
- Treating a claimed waiver as a closure. Without the approved waiver
  reference on the record there is nothing to audit later, and the
  nonconformance is still open.
- Checking each date for plausibility but never against the other. Both
  dates can be valid and still be in the wrong order, which is the case
  that matters.
- Letting a thin optional-evidence showing block the shipment, or
  letting it disappear. It is an advisory: reported, listed separately,
  and not mixed into the blocking reasons.

## Behavior contract (gate 3)

The inspector validation, evidence-pack walk, date-sequence check,
nonconformance grouping, waiver-reference refusal and the overall
ship-or-hold disposition are exercised by the gate 3 contract test:
scripts/test_q6013_class_1_buy_off_inspection.py against
scripts/q6013_class_1_buy_off_inspection_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q6013_class_1_buy_off_inspection.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 →