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

Q7046 Applicability And Scope

ASecurity

Determine whether a procured item falls under the threaded-fastener requirements of ECSS-Q-ST-70-46, and which clause groups it then owes. Use when a procurement or parts-control question turns on whether the standard bites: take the verdict from the item kind first, so a bolt, screw, stud or threaded insert is in and a rivet or plain pin never is while a nut rides in only inside a procured set, then from the application, parse the metric thread designation, and derive the clause groups from ...

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

Works with

claude codecli

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill q7046-applicability-and-scope --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7046 Applicability And Scope?

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

Security grade badge for Q7046 Applicability And Scope
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7046-applicability-and-scope/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7046-applicability-and-scope)

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

Download with Pro
Files
SKILL.md
---
name: q7046-applicability-and-scope
description: "Determine whether a procured item falls under the threaded-fastener requirements of ECSS-Q-ST-70-46, and which clause groups it then owes. Use when a procurement or parts-control question turns on whether the standard bites: take the verdict from the item kind first, so a bolt, screw, stud or threaded insert is in and a rivet or plain pin never is while a nut rides in only inside a procured set, then from the application, parse the metric thread designation, and derive the clause groups from the criticality and the size rather than handing every item a full programme. Trigger: ecss, q-st-70-46-threaded-fasteners, fastener-standard-applicability, fastener-scope-decision, metric-thread-designation-parsing, small-size-fastener-reduced-set, fastener-clause-group-derivation."
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-70-46-threaded-fasteners, q7046-applicability-and-scope, fastener-standard-applicability, fastener-scope-decision, metric-thread-designation-parsing, small-size-fastener-reduced-set, fastener-clause-group-derivation]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Threaded Fasteners — Applicability and Scope (space-systems/ecss/q7046-applicability-and-scope)

Use when the task is the applicability clause of ECSS-Q-ST-70-46:
deciding whether a particular procured item is a threaded fastener the
standard controls, and if it is, which of its clause groups that item
actually owes.

## Domain quick reference

- The item kind decides first. Bolts, screws, studs and threaded inserts
  are what the standard is written about. Rivets, plain pins, clamps,
  clips and bonded or welded studs carry no thread the standard can
  control, and no amount of criticality brings them in.
- Nuts, washers and locking elements are the awkward middle. They are in
  scope as members of a procured fastener set and out of scope bought
  loose, because the requirements are written against the set the joint
  is made from rather than against the part in isolation.
- The application decides second. Flight hardware is in. Ground support
  equipment and test rigs are out unless the item sits in a load path
  flight hardware depends on, which is the case people miss: a lifting
  fitting bolt is ground equipment and it can drop a spacecraft.
- Both gates have to pass. An in-scope kind on out-of-scope hardware is
  out, and the record says which gate closed it, because the two are
  appealed in completely different ways.
- Size decides what an in-scope item owes, not whether it is in. Below
  the small-size threshold the destructive part of a test programme
  consumes the part, so acceptance rests on process control and
  inspection instead, and that is a reduced set rather than a waiver.
- Criticality trims the same list from the other end. A minor item does
  not owe a qualification test programme; it still owes specifications,
  materials, manufacturing, procurement, inspection, acceptance,
  application, storage and records.
- A missing thread designation is a finding, not a refusal. The scope
  verdict does not depend on it; only the reduced-set question does, and
  saying so is more useful than declining to answer.

## Workflow

1. Take the item kind and produce its verdict, with the set-membership
   flag deciding the nut, washer and locking-element case.
2. Take the application and produce its verdict, with the flight-load
   flag deciding the ground-support case.
3. Combine: out at either gate is out, and record both reasons whichever
   way the verdict fell.
4. Parse the thread designation where one is given, taking the coarse
   pitch from the table when no pitch is stated and refusing a diameter
   the table does not carry unless the pitch is stated explicitly.
5. Derive the clause groups from the verdict, the criticality and the
   small-size flag, in the order the standard works through them.
6. Report the verdict, both gate verdicts, the reasons, the parsed
   thread, the clause groups and the findings.

## Pitfalls

- Letting the application gate pass because the part is a flight-grade
  bolt. Grade is a property of the part; scope follows the hardware it
  is installed on and the load path it sits in.
- Excluding ground support equipment as a category. The flight-load
  exception is the whole reason the gate is not a single lookup.
- Treating a small fastener as exempt. The size reduces what can be
  tested, not what the item is; procurement, records and inspection
  survive intact, and calling it a waiver removes them.
- Handing a minor item a full qualification programme because it is in
  scope. Scope and requirement depth are two decisions, and collapsing
  them costs a supplier a test campaign nobody asked for.
- Assuming the coarse pitch for a diameter the table does not carry. An
  invented pitch propagates into stress area and preload downstream, so
  an untabulated size has to state its pitch.
- Reporting one reason. A reader who sees only the kind reason will
  appeal the kind, and the application gate will close the item again.

## Behavior contract (gate 3)

The kind gate with its set-membership case, the application gate with
its flight-load exception, the combined verdict, the metric designation
parser with its coarse-pitch table and its refusals, the small-size
threshold and the criticality-and-size clause-group derivation are
exercised by the gate 3 contract test:
scripts/test_q7046_applicability_and_scope.py against
scripts/q7046_applicability_and_scope_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q7046_applicability_and_scope.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 →