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

Q1009 Ncr Formats

ASecurity

Validate a nonconformance report against the programme's format and content fields under ECSS-Q-ST-10-09C clause 5.5.1. Use when reports are being raised on inconsistent forms, when a status code or a disposition field has to be checked against the rest of the record, or when an audit needs the missing fields named: check every field against its kind, derive the conditional duties a departure disposition or a closed status creates, refuse a status code that moves backwards, and report complet...

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 q1009-ncr-formats --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q1009 Ncr Formats?

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

Security grade badge for Q1009 Ncr Formats
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q1009-ncr-formats/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q1009-ncr-formats)

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

Download with Pro
Files
SKILL.md
---
name: q1009-ncr-formats
description: "Validate a nonconformance report against the programme's format and content fields under ECSS-Q-ST-10-09C clause 5.5.1. Use when reports are being raised on inconsistent forms, when a status code or a disposition field has to be checked against the rest of the record, or when an audit needs the missing fields named: check every field against its kind, derive the conditional duties a departure disposition or a closed status creates, refuse a status code that moves backwards, and report completeness section by section. Trigger: ecss, q-st-10-09c, ncr-form-fields, ncr-status-codes, ncr-field-consistency, conditional-field-duty, ncr-completeness-audit, report-format-conformance."
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-10-09c-nonconformance-scope, q1009-ncr-formats, ncr-form-fields, ncr-status-codes, ncr-field-consistency, conditional-field-duty, ncr-completeness-audit, report-format-conformance]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Nonconformance Control — Report Format and Content Fields (space-systems/ecss/q1009-ncr-formats)

Use when the task is the report-format step of ECSS-Q-ST-10-09C clause
5.5.1 — making every nonconformance report carry the same fields, in
the same sections, with the same status vocabulary, so a reader who was
not there can still work out what happened.

## Domain quick reference

- The report is read by people who were not in the room: a review board
  months later, an audit years later, an investigation after a failure.
  A consistent form is what makes that possible; a free-form note is
  not a lesser version of it, it is a different artefact.
- Seven sections carry the content: identification, item data,
  description, categorization, disposition, actions and status. A field
  belongs to exactly one of them, and a section that is empty when it
  is owed is a gap the report has to show rather than hide.
- Fields have kinds, and the kind is what makes a field usable later.
  An identifier the register can hold, an ISO calendar date, a whole
  count of items, an explicit yes or no, a list with at least one entry,
  a value from a fixed set — each of them refuses a different kind of
  mush.
- Some duties are conditional. A departure disposition owes its
  concession reference, a major report owes an action reference, a
  report in a dispositioned or closed state owes its disposition, and a
  closed report owes a closure date. These are the duties a free-form
  form loses, because nothing prompts for them.
- Consistency between fields is a separate check from the fields
  themselves. A closure date on an open report, a concession against a
  rework, a safety impact on a report graded minor, a closure that
  predates the raising — each field passes alone and the record still
  contradicts itself.
- Status codes are a controlled vocabulary with a direction. A report
  holds its state or moves on; it does not move back without a recorded
  reopening, and it is not cancelled after it has been closed.

## Workflow

1. Take the record and separate the fields the format knows from
   anything else it carries; fields outside the format are reported
   rather than silently accepted.
2. Derive the required set for this particular report: the base fields
   every report owes, plus the conditional duties its severity,
   disposition and status create.
3. Check each required field for presence, then check every filled
   field — required or not — against its kind, so an optional field
   that is filled with rubbish is still caught.
4. Run the cross-field checks that no single field can see, and report
   each contradiction in the terms the reader will recognise.
5. Where a status change is being applied, check it against the
   vocabulary's direction before writing it.
6. Roll completeness up per section as well as overall, so the
   originator is told which part of the form to return to rather than a
   bare percentage.
7. Report a conformance verdict with the missing fields, the invalid
   values, the unknown fields and the contradictions listed separately;
   they are fixed by different people.

## Pitfalls

- Treating the form as paperwork around the real content. The fields
  are the content: the disposition, the effectivity and the requirement
  departed from are what every later decision is taken against.
- Filling the disposition section while the report is still open. It
  reads as a board decision that has not happened, and the record can
  no longer show when the decision was actually taken.
- Naming serial numbers in free text. A list of items is what makes the
  effectivity searchable; a sentence describing which units were
  affected cannot be matched against a later build record.
- Letting a project invent its own status words. Local vocabulary makes
  a report unreadable to the customer's system and silently breaks any
  roll-up across projects.
- Grading a report minor while its safety field says yes. One of the
  two fields is wrong, and the form is the only place that
  contradiction will ever surface.
- Reporting completeness as a single percentage. A report that is 90
  percent complete with an empty disposition section is not nearly
  done; it is missing the part everything downstream depends on.

## Behavior contract (gate 3)

The field-kind checks, conditional duty derivation, status-code
direction, cross-field consistency and the per-section completeness
roll-up are exercised by the gate 3 contract test:
scripts/test_q1009_ncr_formats.py against
scripts/q1009_ncr_formats_logic.py (stdlib unittest, offline).
Run: python3 scripts/test_q1009_ncr_formats.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 →