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

Q20 Acceptance Process

ASecurity

Execute the acceptance and delivery decision of ECSS-Q-ST-20C clause 5.7.1 from the evidence rather than from the delivery date: grade the verification register so a requirement called verified carries evidence and anything short of verified rests on an approved, attributed deviation or waiver, block on an open critical nonconformance and on lesser ones whose disposition is unapproved, check every mandatory acceptance hold point is signed by the party that owns it, and return accept, conditio...

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 q20-acceptance-process --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q20 Acceptance Process?

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

Security grade badge for Q20 Acceptance Process
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q20-acceptance-process/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q20-acceptance-process)

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

Download with Pro
Files
SKILL.md
---
name: q20-acceptance-process
description: "Execute the acceptance and delivery decision of ECSS-Q-ST-20C clause 5.7.1 from the evidence rather than from the delivery date: grade the verification register so a requirement called verified carries evidence and anything short of verified rests on an approved, attributed deviation or waiver, block on an open critical nonconformance and on lesser ones whose disposition is unapproved, check every mandatory acceptance hold point is signed by the party that owns it, and return accept, conditional accept against named concessions, or reject. Use when a product is presented for acceptance or a delivery is being contested. Trigger: ecss, q-st-20c-clause-5-7-1, product-acceptance-criteria, acceptance-hold-point-signature, requirement-verification-register, deviation-waiver-concession, delivery-compliance-fraction."
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-20-quality-assurance-scope, q20-acceptance-process, product-acceptance-criteria, acceptance-hold-point-signature, requirement-verification-register, deviation-waiver-concession, delivery-compliance-fraction]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Quality Assurance -- Acceptance and Delivery (space-systems/ecss/q20-acceptance-process)

Use when the task is the acceptance and delivery process of
ECSS-Q-ST-20C clause 5.7.1: a product is offered for acceptance and the
question is whether the evidence in front of the acceptance authority
actually supports handing it over, holding it, or handing it over
against named concessions.

## Domain quick reference

- Acceptance rests on the verification register, not on the schedule.
  Each requirement carries the method it was verified by, the state that
  verification reached, and the reference to the evidence. A requirement
  marked verified with no evidence reference is the most common defect
  in an acceptance package, because it reads as green in every summary.
- Anything short of full verification needs a concession, and a
  concession is three things: it exists, it is approved, and the
  approver is named. Any one of the three missing turns the shortfall
  back into an open requirement. A concession cited by a requirement but
  absent from the concession register is a bookkeeping failure that
  usually means two documents were maintained separately.
- Severity decides what an open nonconformance does to the delivery. An
  open critical nonconformance blocks whatever paperwork accompanies it;
  a lesser one is survivable only with a disposition that has actually
  been approved. An open nonconformance with no disposition at all is
  the same as no answer.
- Acceptance hold points have owners. The physical configuration audit
  and the pre-delivery review belong to product assurance; the
  acceptance review belongs to the customer. A signature by the wrong
  party is not a signature, because the point of the gate is who agreed,
  not that somebody did.
- The outcome has three values, not two. Conditional acceptance exists
  precisely so that a product delivered against approved concessions is
  distinguishable from one delivered clean, and the carried concessions
  are named in the decision so they follow the product.

## Workflow

1. Normalise the verification register, rejecting a duplicate
   requirement, an unrecognised verification method or an unrecognised
   verification state before anything is graded.
2. Normalise the concession register and refuse a duplicate reference.
3. Grade each requirement: evidence behind a verified state; an
   approved, attributed concession behind anything else. Collect the
   concessions the delivery would carry.
4. Grade the open nonconformances by severity, blocking outright on an
   open critical one and on any lesser one whose disposition is absent
   or unapproved.
5. Grade the mandatory acceptance hold points for signature and for
   signature by the owning party.
6. Compute the compliance fraction over the register and decide:
   rejected when anything blocks, conditionally accepted when nothing
   blocks but concessions are carried, accepted otherwise.

## Pitfalls

- Reading a full compliance fraction as an acceptance. The fraction says
  how much of the register reached verification; an unsigned hold point
  or an open critical nonconformance rejects a delivery whose register
  is complete.
- Accepting a waiver because it is in the file. Approved and attributed
  are separate checks, and an unattributed approval cannot be traced to
  anybody who could have given it.
- Treating conditional acceptance as acceptance with a note. The carried
  concessions travel with the product and constrain how it may be used,
  so they belong in the decision record itself.
- Letting a delivery signature stand in for the hold point it did not
  cover. The owning party is part of the gate; a supplier signature on a
  customer acceptance review records that nobody from the customer
  agreed.
- Closing an open minor nonconformance by writing a disposition. The
  disposition also has to be approved, otherwise it is a proposal.

## Behavior contract (gate 3)

The register normalisation, the evidence rule on verified requirements,
the three-part concession rule, the severity-driven nonconformance
blocking, the hold-point ownership check, the compliance fraction and
the three-valued acceptance decision are exercised by the gate 3
contract test: scripts/test_q20_acceptance_process.py against
scripts/q20_acceptance_process_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q20_acceptance_process.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 →