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 Inspection Documentation

ASecurity

Use when the inspection evidence for a class 1 parts programme is compiled or reviewed. Audit the inspection and control records a class 1 parts programme has produced under ECSS-Q-ST-60C clause 4.7: name every performed activity carrying no record at all, test each record for a traceable lot identity, a stated outcome, an authorised signatory, an evidence reference and a disposition behind every failed outcome, measure the retention shortfall against the programme retention period, and retur...

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

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-inspection-documentation --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q60 Class 1 Inspection Documentation?

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

Security grade badge for Q60 Class 1 Inspection Documentation
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q60-class-1-inspection-documentation/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q60-class-1-inspection-documentation)

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

Download with Pro
Files
SKILL.md
---
name: q60-class-1-inspection-documentation
description: "Use when the inspection evidence for a class 1 parts programme is compiled or reviewed. Audit the inspection and control records a class 1 parts programme has produced under ECSS-Q-ST-60C clause 4.7: name every performed activity carrying no record at all, test each record for a traceable lot identity, a stated outcome, an authorised signatory, an evidence reference and a disposition behind every failed outcome, measure the retention shortfall against the programme retention period, and return one documentation-complete, documentation-incomplete or documentation-not-auditable disposition with the completeness fraction. Trigger: ecss, q-st-60c, class-1-inspection-record-defects, class-1-record-retention-shortfall, class-1-documentation-completeness, class-1-documentation-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-inspection-documentation, class-1-inspection-record-defects, class-1-record-retention-shortfall, class-1-documentation-completeness, class-1-documentation-disposition]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS EEE Class 1 — Inspection and Control Documentation (space-systems/ecss/q60-class-1-inspection-documentation)

Use when the task is clause 4.7 of ECSS-Q-ST-60C: the documentation of the
outcomes of the inspection and control activities carried out across the class
1 parts programme. This leaf grades the record set the programme has actually
produced against the activities it actually performed.

## Domain quick reference

- The record set is graded against the work performed, not against a template.
  An activity carried out and never written down is invisible to the audit,
  and the programme reads complete because nobody counted what was missing.
- A record exists or it is auditable; those are two different tests. A record
  naming an activity nobody recognises, carrying no lot identity, no stated
  outcome, no authorised signatory or no evidence reference occupies the slot
  without closing it.
- The signatory list is a closed set. A name on the record is not the same as
  an authorised name, and a record signed by someone outside the list proves
  the activity happened and not that it was accepted.
- A failed outcome without a disposition is an open loop, not a record. The
  interesting records are the ones that failed, and a failure written down and
  never dispositioned is the defect the audit is looking for.
- A pending outcome is not a closed one. It is real evidence of work in
  progress and it still leaves the activity open.
- Retention is part of the record, not a filing detail. Evidence that will not
  survive to the audit cannot be called complete however sound it reads today,
  and the shortfall overrides every other state.
- Completeness counts activities covered by a defect-free record, not records
  filed. Three defective records for one activity cover nothing, and one sound
  record among them covers it.

## Workflow

1. Order the performed activities into audit order and reject any name the
   programme does not recognise.
2. Group the submitted records under the activity each one covers, keeping the
   records that name nothing recognisable visible rather than dropping them.
3. Name every performed activity carrying no record at all.
4. Test each record for lot identity, a stated outcome, a named and authorised
   signatory, an evidence reference, a disposition behind a failed outcome and
   an outcome that is not still open. Report every defect a record carries.
5. Measure the retention shortfall between the required retention period and
   the period the records are actually kept for.
6. Measure completeness as the fraction of performed activities covered by at
   least one defect-free record, and return one disposition:
   documentation-complete, documentation-incomplete or
   documentation-not-auditable, with the shortfall overriding.

## Pitfalls

- Grading the record set against the standing activity list instead of the
  work performed. A programme that skipped an activity and filed no record
  scores the same as one that did the work and wrote it up.
- Counting records rather than covered activities. A thick folder against one
  activity and nothing against the next reads as progress and closes neither.
- Accepting any signature as an acceptance. The signatory list is what makes a
  record an acceptance; a name outside it records only that somebody was
  standing there.
- Filing a failed outcome and moving on. The failure is the record that
  matters, and without a disposition behind it the lot has no decision
  attached to the only evidence that questioned it.
- Reading a pending record as a closed one. Work in progress is honest
  evidence and it still leaves the activity open at the review.
- Treating retention as a records-office problem. The evidence is part of the
  deliverable, and a set kept for less than the required period fails the
  audit years after everyone signed it off.

## Behavior contract (gate 3)

The audit ordering, record-to-activity grouping, unrecorded-activity listing,
per-record defect tests, authorised-signatory check, retention shortfall,
completeness fraction and the documentation disposition are exercised by the
gate 3 contract test:
scripts/test_q60_class_1_inspection_documentation.py against
scripts/q60_class_1_inspection_documentation_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q60_class_1_inspection_documentation.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 →