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 Template

ASecurity

Evaluate a candidate nonconformance report form against the informative template of ECSS-Q-ST-10-09 Annex C, whose headings and fields follow the normative Annex A data item. Use when a project is adopting or reviewing its default NCR form: refuse a form carrying no section for a content group the data item fixes, weigh field coverage as the mean over the groups rather than a count of fields found, measure a re-sequenced form as an inversion share against the annex order, record local additio...

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

Installs into .claude/skills of the current project.

Are you the author of Q1009 Template?

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

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

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

Download with Pro
Files
SKILL.md
---
name: q1009-template
description: "Evaluate a candidate nonconformance report form against the informative template of ECSS-Q-ST-10-09 Annex C, whose headings and fields follow the normative Annex A data item. Use when a project is adopting or reviewing its default NCR form: refuse a form carrying no section for a content group the data item fixes, weigh field coverage as the mean over the groups rather than a count of fields found, measure a re-sequenced form as an inversion share against the annex order, record local additions as deviations rather than errors, and keep what the informative form permits apart from what the normative content still owes. Trigger: ecss, q-st-10-09-annex-c, ncr-report-form-heading-coverage, ncr-report-form-field-coverage, ncr-report-form-order-inversion-share, ncr-report-form-local-deviation."
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-09-nonconformance-control-scope, q1009-template, q-st-10-09-annex-c, ncr-report-form-heading-coverage, ncr-report-form-field-coverage, ncr-report-form-order-inversion-share, ncr-report-form-local-deviation, ncr-report-form-default-pattern]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Nonconformance Control — NCR Report Template (space-systems/ecss/q1009-template)

Use when the task is Annex C of ECSS-Q-ST-10-09: a project is adopting
the report form the annex offers, or grading the form it already uses
against it. The annex is informative and the content it lays out is not,
which is what the grading has to keep apart.

## Domain quick reference

- A heading is a container for content. A form adopting the pattern
  carries a section for every content group the Annex A data item fixes,
  and a form dropping the requirement-not-met heading has dropped the
  content rather than simplified the layout.
- Fields are weighed by what the group holds. A group asking for four
  fields and a group asking for two are not equally covered by one field
  each, so the figure is the weighted mean across the groups and not a
  tally of fields found anywhere on the form.
- A content group belongs in one section. Laying the same group out
  twice leaves two places to fill it in and two answers on file, so it
  is refused rather than counted twice.
- Order is a deviation, not a defect. Re-sequencing an informative form
  changes nothing the data item demands, so the difference is measured
  as an inversion share against the annex sequence and recorded; a
  heavily re-sequenced form is still accepted, with the share reported.
- Local sections are additions. A project form carrying its own routing
  block still follows the pattern, and the addition belongs on the
  deviation list so the record of what was adopted is complete — unless
  a project has decided its form carries nothing extra.
- Accepted and accepted-as-is are different answers. A form matching the
  pattern exactly is the default; a form with tolerated gaps, additions
  or a changed order is adopted with its deviations named.

## Workflow

1. Validate the grading policy first: the heading coverage demanded, the
   field coverage demanded, the inversion share expected to be recorded,
   and whether local sections are permitted. A policy asking for more
   field coverage than heading coverage is refused, because it demands
   fields inside sections the form need not carry.
2. Validate the candidate form: a reference, a heading on every section,
   a recognised content group where one is mapped, no field named twice,
   no heading twice, and no content group laid out twice.
3. Take the mapped groups in form order, the groups with no heading at
   all, and the heading coverage.
4. Take the field gaps group by group and the weighted field coverage
   across the whole pattern, counting a dropped group as carrying none
   of its fields.
5. Take the inversions against the annex sequence and the share of the
   pairs that could have been inverted.
6. Collect the deviations: tolerated field gaps, local additions and a
   changed order.
7. Close on one verdict in order: template not supplied, required
   heading missing, field coverage short, template accepted with
   deviations, or template accepted as the default pattern. Report the
   coverages, the gaps, the additions and the inversion share alongside
   it.

## Pitfalls

- Grading an informative annex as though it were normative. The form may
  be adapted; the content it carries may not, and conflating the two
  either blocks a sound project form or waves through a missing field.
- Counting fields across the form. Ten fields in the identification
  block do not cover a disposition section with none, which is why the
  coverage is weighted by group.
- Reading a re-sequenced form as non-compliant. The inversion share is
  the measurement, and its purpose is to be recorded rather than to
  fail the form.
- Leaving local additions off the deviation list. They are permitted and
  they are still deviations, and a later audit reads the list, not the
  intent.
- Letting one content group appear under two headings. Two places to
  fill it in becomes two different answers on the same report.

## Behavior contract (gate 3)

The policy validation, section validation, the mapped and missing
content groups, heading coverage, per-group field gaps, the weighted
field coverage, the order inversions and their share, the local-section
handling, the deviation list and the template verdict are exercised by
the gate 3 contract test: scripts/test_q1009_template.py against
scripts/q1009_template_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q1009_template.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 →