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

Q7026 Acceptance Rejection Criteria

ASecurity

Evaluate a crimped termination against the acceptance and rejection criteria that belong to each defect category under ECSS-Q-ST-70-26C. Use when inspection findings from a crimping bench have to become a disposition rather than a list: grade measured pull-off force against the minimum tabulated for that conductor size, count damaged strands against an allowance that scales with the strand count, apply the per-category severity so one major finding governs the whole termination, and escalate ...

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

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 q7026-acceptance-rejection-criteria --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7026 Acceptance Rejection Criteria?

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

Security grade badge for Q7026 Acceptance Rejection Criteria
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7026-acceptance-rejection-criteria/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7026-acceptance-rejection-criteria)

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

Download with Pro
Files
SKILL.md
---
name: q7026-acceptance-rejection-criteria
description: "Evaluate a crimped termination against the acceptance and rejection criteria that belong to each defect category under ECSS-Q-ST-70-26C. Use when inspection findings from a crimping bench have to become a disposition rather than a list: grade measured pull-off force against the minimum tabulated for that conductor size, count damaged strands against an allowance that scales with the strand count, apply the per-category severity so one major finding governs the whole termination, and escalate a sampled lot to full inspection when a sample is rejected. Trigger: ecss, q-st-70-26, crimp-acceptance-rejection-criteria, crimp-defect-category-severity, crimp-pull-off-force-minimum, crimp-strand-damage-allowance, crimp-lot-sampling-escalation."
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-26-crimping-scope, q7026-acceptance-rejection-criteria, crimp-defect-category-severity, crimp-pull-off-force-minimum, crimp-strand-damage-allowance, crimp-lot-sampling-escalation]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Crimping — Acceptance and Rejection Criteria (space-systems/ecss/q7026-acceptance-rejection-criteria)

Use when the task is the acceptance step of ECSS-Q-ST-70-26C — turning
what an inspector wrote against a crimped termination into a
disposition, one defect category at a time, and saying what that does
to the lot the termination came out of.

## Domain quick reference

- Findings are graded per defect category, not as a heap. Each
  category carries its own declared severity, and the severity is what
  picks the route: scrap, back to the bench, accept with the finding
  on the record, or accept outright. Two terminations with the same
  number of findings can therefore have opposite dispositions.
- The worst finding governs. Severities do not average and they do not
  cancel, so a single major finding takes a termination out however
  clean the rest of it was, and a handful of cosmetic marks never adds
  up to a rejection.
- A defect code nobody declared a severity for is unknown, not
  harmless. Guessing at it accepts a termination against a category
  that was never agreed with the customer, which is the quiet version
  of relaxing the criteria.
- Pull-off force is graded against the minimum tabulated for that
  conductor size. The table is a stepped requirement rather than a
  curve, so an untabulated size is refused and the criterion obtained,
  not interpolated between the two neighbouring rows.
- The strand-damage allowance scales with the conductor. A tenth of a
  fat conductor's strands is a real allowance; the same tenth of a thin
  one rounds to nothing, and below a stated strand count no damage is
  allowed at all because every strand carries a meaningful share.
- A rejected sample says something about the lot, not only about the
  sample. Sampled inspection escalates to full inspection on a
  rejection, rather than discarding the one bad unit and shipping the
  rest of a population that was never looked at.
- A force landing exactly on its tabulated minimum has met it. The
  comparison absorbs the representation error of the load cell
  conversion; the minimum itself is never lowered to let one through.

## Workflow

1. Validate the declared criteria first: a severity for every defect
   category in use, a pull-off table with no size tabulated twice, a
   strand-damage fraction inside zero to one, and a sample size.
2. Validate the inspected termination: identifier, conductor size,
   strand count, damaged-strand count not exceeding it, defect codes
   as a list, and a pull-off force when one was measured.
3. Look up the tabulated minimum for the conductor size and refuse an
   untabulated size rather than interpolating a criterion.
4. Grade the measured force against that minimum, treating an exact
   equality as met through a named tolerance.
5. Compute the strand-damage allowance from the strand count and the
   declared fraction, flooring it, and zero it below the minimum
   strand count for any damage at all.
6. Categorize each declared defect code into its severity, raising on
   a code with no declared severity, and take the worst severity as
   governing the termination.
7. Map the governing severity onto the disposition, then roll the
   graded terminations up into a lot verdict, escalating rather than
   rejecting when the inspection was a sample.

## Pitfalls

- Averaging findings. Three cosmetic marks are not a minor, and a
  major beside two cosmetics is still a rejection; the worst finding
  is the one that decides.
- Silently accepting an undeclared defect code because it sounds
  cosmetic. The severity list is the agreement, and a code outside it
  has to be added to the list before it can be dispositioned.
- Interpolating the pull-off table for a conductor size that is not on
  it. That invents a criterion, and it invents it at exactly the sizes
  nobody agreed a number for.
- Applying a flat strand-damage allowance across conductor sizes. On a
  seven-strand conductor one cut strand is a large fraction of the
  section; on a thick one it is noise.
- Discarding a rejected sample and shipping the remainder. The sample
  was taken to speak for the lot, so a rejection in it escalates the
  inspection instead of ending with that unit.
- Rejecting a pull-off force that landed on the minimum because a
  strict comparison fell the wrong side of a unit conversion.

## Behavior contract (gate 3)

Criteria and termination validation, tabulated pull-off lookup with
refusal to interpolate, the exact-minimum boundary, the scaled
strand-damage allowance, per-category severity with the worst finding
governing, and the sampled-versus-full lot roll-up are exercised by the
gate 3 contract test:
scripts/test_q7026_acceptance_rejection_criteria.py against
scripts/q7026_acceptance_rejection_criteria_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q7026_acceptance_rejection_criteria.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 →