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 Evaluation General Requirements

ASecurity

Determine whether a Class 3 part has to be taken through an evaluation, and how much of one, when nothing qualifies it against a specification the project accepts, under ECSS-Q-ST-60C clause 6.2.3.1: declare each unknown as a trigger condition, refuse a waiver raised against a hard trigger and one carrying no written justification, weigh the unknowns still open into a necessity index, open that index out by how severe the application is, then return the full or reduced decision with the progr...

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

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-evaluation-general-requirements --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q60 Class 3 Evaluation General Requirements?

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

Security grade badge for Q60 Class 3 Evaluation General Requirements
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q60-class-3-evaluation-general-requirements/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q60-class-3-evaluation-general-requirements)

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

Download with Pro
Files
SKILL.md
---
name: q60-class-3-evaluation-general-requirements
description: "Determine whether a Class 3 part has to be taken through an evaluation, and how much of one, when nothing qualifies it against a specification the project accepts, under ECSS-Q-ST-60C clause 6.2.3.1: declare each unknown as a trigger condition, refuse a waiver raised against a hard trigger and one carrying no written justification, weigh the unknowns still open into a necessity index, open that index out by how severe the application is, then return the full or reduced decision with the programme elements still owed. Use when a Class 3 procurement has no prior qualification behind it. Trigger: ecss, q-st-60c, q60-class-3-evaluation-general-requirements, q60-c3-evaluation-trigger-ledger, q60-c3-evaluation-necessity-index, q60-c3-hard-trigger-override, q60-c3-outstanding-evaluation-elements."
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-selection-scope, q-st-60c, q60-class-3-evaluation-general-requirements, q60-c3-evaluation-trigger-ledger, q60-c3-evaluation-necessity-index, q60-c3-hard-trigger-override, q60-c3-evaluation-waiver-refusal, q60-c3-outstanding-evaluation-elements]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS EEE Components — Class 3 Evaluation, General Requirements (space-systems/ecss/q60-class-3-evaluation-general-requirements)

Use when the task is clause 6.2.3.1 of ECSS-Q-ST-60C: deciding that a Class 3
candidate part has to be evaluated before it is used, because nothing already
in hand qualifies it against a specification the project accepts — and
deciding how much of a programme that evaluation is.

## Domain quick reference

- The clause is not a judgement on the part. It is an inventory of what this
  particular procurement does not know, so the unknowns are declared first and
  the arithmetic comes afterwards.
- Each unknown is a trigger condition carrying a weight. The weights differ
  because the unknowns are not equally expensive to be wrong about: a part
  bought outside its rated envelope is a different order of exposure from a
  missing date code.
- A few triggers are hard. A hard trigger forces the full programme on its
  own, whatever the index reads and whatever anybody signs, because the thing
  being waived is the reason the clause was reached at all.
- A waiver is admissible against a soft trigger and only with a written
  justification. An unjustified waiver leaves the unknown open; recording it
  as granted is how an unevaluated part reaches a build.
- The necessity index is the weighted share of the unknowns still open, opened
  out by how severe the application is. The same part in a non-critical
  position and in a mission-critical one is genuinely two different decisions.
- The output is the programme elements still owed, not a template. Two of them
  are always owed once an evaluation is run at all, because they are about the
  line the part is built on rather than the part type.
- A decision landing exactly on a threshold is taken as meeting it. The index
  is a quotient of sums, so the boundary is absorbed by a named tolerance
  rather than by nudging the threshold.

## Workflow

1. Identify the candidate: manufacturer, part number and how severe the
   application is. An unrecognised severity is an input error, not a default.
2. Declare every unknown as a trigger condition from the published set.
   Reject an invented one and reject the same one declared twice.
3. Read the waivers. Refuse one raised against a hard trigger, refuse one with
   no written justification, and record both refusals as findings rather than
   dropping them.
4. Weigh the unknowns still open into the necessity index and scale it by the
   application severity, capping it at one.
5. Apply the hard-trigger override before reading the index, so a signature
   cannot buy its way past an unidentified line.
6. Decide: the full programme at or above the upper threshold, a reduced one
   at or above the lower threshold, no evaluation below it.
7. Return the elements still owed, so the evaluation plan starts from what
   this procurement is missing rather than from a standard campaign.

## Pitfalls

- Reading the index first. The hard triggers are the reason the clause exists,
  so they are applied before any arithmetic and cannot be averaged away by a
  short list of otherwise clean answers.
- Accepting a waiver because someone senior signed it. The test is whether a
  written justification exists and whether the trigger is soft, not who signed.
- Treating a mild application as a reason to skip the inventory. Severity
  scales the index; it never removes an unknown from the list.
- Reporting only the first refused waiver. Each refusal names a different
  unknown that is still open and a plan needs all of them.
- Issuing a reduced programme as an empty one. The line elements stay owed
  whatever the index reads, because no outside record describes this line.
- Declaring an unknown that is not in the published set. A free-text trigger
  cannot be weighed, so it silently drops out of the index.
- Comparing the index with a threshold by bare arithmetic. It is a quotient of
  a sum by a sum and then a product, so a case built to land exactly on a
  threshold can fall a few units in the last place short of it.

## Behavior contract (gate 3)

The trigger catalogue, hard-trigger flags, severity multipliers, waiver
admission and refusal, necessity index, threshold decision, hard-trigger
override and outstanding programme elements are exercised by the gate 3
contract test:
scripts/test_q60_class_3_evaluation_general_requirements.py against
scripts/q60_class_3_evaluation_general_requirements_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_q60_class_3_evaluation_general_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 →