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

Ndt Of Pfci

ASecurity

Use when determine the appropriate NDT category for each potentially fracture critical item (PFCI) under ECSS-E-ST-32C: select the NDT method whose minimum detectable crack size is at or below the initial assumed crack size for the item, verify that each inspection record carries full traceability to the PFCI identification, lot, and procedure reference, and handle any detected defect through the disposition protocol linked to ECSS-Q-ST-70-15. Trigger: ecss, e-st-32-structures-scope, ndt, fra...

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 ndt-of-pfci --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Ndt Of Pfci?

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

Security grade badge for Ndt Of Pfci
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-ndt-of-pfci/badge)](https://www.skillsdirectory.com/skills/ashfordeou-ndt-of-pfci)

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

Download with Pro
Files
SKILL.md
---
name: ndt-of-pfci
description: "Use when determine the appropriate NDT category for each potentially fracture critical item (PFCI) under ECSS-E-ST-32C: select the NDT method whose minimum detectable crack size is at or below the initial assumed crack size for the item, verify that each inspection record carries full traceability to the PFCI identification, lot, and procedure reference, and handle any detected defect through the disposition protocol linked to ECSS-Q-ST-70-15. Trigger: ecss, e-st-32-structures-scope, ndt, fracture-critical, pfci, initial-crack-size, q-st-70-15, defect-disposition, traceability."
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, e-st-32-structures-scope, ndt, fracture-critical, pfci, initial-crack-size, q-st-70-15, defect-disposition, traceability]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Structures — NDT of Potentially Fracture Critical Items (space-systems/ecss/ndt-of-pfci)

Use when the task is selecting and applying non-destructive testing (NDT)
to potentially fracture critical items (PFCIs) per ECSS-E-ST-32C fracture
control requirements — confirming that the chosen NDT method can resolve
cracks at or below the assumed initial crack size, verifying inspection
traceability, and applying the defect-disposition protocol that interfaces
with ECSS-Q-ST-70-15.

## Domain quick reference

- An NDT method is adequate for a PFCI when its minimum detectable crack
  size is at or below the assumed initial crack size (a_i) set for that
  item. If the detection threshold exceeds a_i, the inspection provides
  no assurance and must not be accepted. NDT methods are categorized by
  the defect locations they cover (surface/near-surface or volumetric)
  and the materials they are compatible with.
- Commonly applied NDT methods and their scope: fluorescent penetrant
  inspection (FPI) and magnetic particle inspection (MPI) cover surface
  and near-surface cracks; eddy current (EC) offers finer resolution for
  conductive materials at surface and near-surface locations; ultrasonic
  testing (UT) and radiographic testing (RT) resolve volumetric defects.
  Visual testing (VT) alone is insufficient for fracture control except
  as a preliminary screen because its detection threshold is too coarse
  for typical PFCI crack sizes.
- Each PFCI inspection record must carry full traceability: item
  identifier, lot reference, inspection date, NDT method used, procedure
  document reference, operator identity, operator qualification level
  (L1/L2/L3), and inspection result. A record missing any mandatory field
  is incomplete and must not be accepted as evidence of conformance.
- The Q-ST-70-15 interface governs what happens when a defect is found.
  Defect size below the critical crack size triggers rework and mandatory
  re-inspection before the item returns to service. Defect size at or
  above the critical crack size triggers rejection and quarantine, with a
  non-conformance report raised under the Q-ST-70-15 process.

## Workflow

1. For each PFCI, confirm the material type and the location of the
   assumed crack (surface, near-surface, or volumetric), then select an
   NDT method that is both compatible with that material and covers that
   location. Reject any method that does not satisfy both conditions before
   the inspection begins.
2. Confirm that the selected method's minimum detectable crack size is at
   or below the assumed initial crack size a_i for the item. If the
   method's threshold exceeds a_i, it cannot bound the assumed crack and
   a more sensitive method must be selected; document the rejection and the
   reason before proceeding.
3. Conduct the inspection and immediately record results with full
   traceability (item ID, lot, procedure reference, operator ID, operator
   qualification level, date, and result). Verify all mandatory fields are
   populated and that the qualification level and result values are from
   the permitted sets before the record is accepted.
4. If no defect is detected: confirm the record is complete and accept the
   item for fracture control purposes, with the initial crack size formally
   set to the NDT detection threshold of the method applied.
5. If a defect is detected: measure or bound the defect size and compare
   it to the critical crack size for the item. If below critical, quarantine
   the item, perform rework, and re-inspect under the same or more sensitive
   NDT method before return to service. If at or above critical, reject and
   quarantine the item and raise a non-conformance report per the Q-ST-70-15
   interface.
6. Aggregate findings across all PFCIs; a PFCI is conformant only when
   its NDT adequacy check passes, its traceability record is complete, and
   no unresolved defect remains open.

## Pitfalls

- Selecting an NDT method without checking material compatibility: MPI
  applied to a composite or non-ferromagnetic item yields no indication
  of defects and cannot be accepted as evidence of conformance.
- Accepting an inspection whose detection threshold exceeds the assumed
  initial crack size: if the method cannot resolve cracks as small as a_i,
  the inspection is silent on the very cracks the fracture control programme
  assumes exist, making the record misleading rather than assuring.
- Treating an incomplete traceability record as a minor administrative
  gap: each mandatory field is a verifiable link in the chain of evidence;
  a missing field means the inspection cannot be traced and the record is
  void for fracture control purposes.
- Reading defect-not-found as automatically passing when the NDT adequacy
  check was never done: a clean inspection result from an inadequate method
  is not a clean result — the method never had the resolving power to find
  the assumed crack.
- Applying defect disposition without reference to the critical crack size:
  all detected defects must be sized and compared; disposition is determined
  by that comparison, not by engineering judgement alone.

## Behavior contract (gate 3)

The NDT adequacy, traceability verification, defect disposition, and full
PFCI assessment logic is exercised by the gate 3 contract test:
scripts/test_ndt_of_pfci.py against scripts/ndt_of_pfci_logic.py
(stdlib unittest, offline). Run:
python3 scripts/test_ndt_of_pfci.py

## Compliance

- ECSS-E-ST-32C and ECSS-Q-ST-70-15 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 →