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 Database

ASecurity

Maintain the nonconformance database ECSS-Q-ST-10-09 clause 5.5.2 makes a project keep, and decide whether it is doing its job. Use when nonconformances are being raised on a programme and the register behind them has to be graded before a progress review or an audit: refuse a database never opened, check each row carries its identifier, raising day, affected item, category and status, take registration coverage against the count raised rather than the rows held, catch a status that moved bac...

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

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-database --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q1009 Database?

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

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

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

Download with Pro
Files
SKILL.md
---
name: q1009-database
description: "Maintain the nonconformance database ECSS-Q-ST-10-09 clause 5.5.2 makes a project keep, and decide whether it is doing its job. Use when nonconformances are being raised on a programme and the register behind them has to be graded before a progress review or an audit: refuse a database never opened, check each row carries its identifier, raising day, affected item, category and status, take registration coverage against the count raised rather than the rows held, catch a status that moved backwards or a closure with no disposition or evidence behind it, name the open rows past their review age, test the retrieval keys a report is built on, and say whether periodic reporting is current. Trigger: ecss, q-st-10-09-clause-5-5-2, nonconformance-database-registration-coverage, nonconformance-status-tracking-regression, nonconformance-record-retrieval-keys, nonconformance-periodic-reporting-currency."
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-database, q-st-10-09-clause-5-5-2, nonconformance-database-registration-coverage, nonconformance-status-tracking-regression, nonconformance-record-retrieval-keys, nonconformance-periodic-reporting-currency, nonconformance-open-record-review-age]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Nonconformance Control — Nonconformance Database (space-systems/ecss/q1009-database)

Use when the task is clause 5.5.2 of ECSS-Q-ST-10-09: the project keeps
one database of the nonconformances raised against it, and the question
is whether that database registers everything, tracks status honestly,
and can still be retrieved from and reported out of.

## Domain quick reference

- A nonconformance the database does not hold did not happen as far as
  the programme can show. Coverage is therefore taken against the count
  of nonconformances raised, not against the count of rows present: a
  register can only be complete relative to something outside itself,
  and a register graded against its own contents is always complete.
- A row is registered when it is actionable. An identifier, a raising
  day, the affected item, the category and the current status are what a
  later reader needs, and a row missing any of them is carried as a gap
  rather than counted as a registration.
- Status is tracked, not stamped. A status behind the one the row
  already reached means two readers disagree about the same
  nonconformance, which is a tracking defect and not a content gap.
- A closure has to be auditable. A row marked closed with no
  disposition, no closure evidence, no closure day, or a closure day
  before the raising day, is a row nobody can check after the fact.
- Ageing is advisory, not disqualifying. An open row past the review age
  its category carries is a management flag on a database that is
  otherwise being maintained; a major nonconformance owes that review
  sooner than a minor one.
- Retrieval and reporting are functions of the database. The keys a
  report is built on — identifier, affected item, category, status,
  raising day, disposition — have to be retrievable, and a periodic
  report older than the reporting interval means the database stopped
  feeding the product assurance reporting it exists to feed.

## Workflow

1. Validate the maintenance policy first: the coverage the database
   owes, the reporting interval, the review ages for major and minor
   rows, and whether closure evidence is demanded. A policy that would
   review a major row later than a minor one is refused rather than
   used.
2. Validate the register: every row a mapping, recognised category and
   status values, whole non-negative day numbers, and no identifier
   registered twice. A blank field is a gap to be counted, not an error.
3. Take registration coverage as the complete rows over the count of
   nonconformances raised, and name the rows that are not complete. A
   raised count below the rows held is refused as a wrong count.
4. Take the status regressions and the closure defects across the
   register.
5. Take the retrieval gaps against the report keys, and test whether a
   periodic report was issued inside the interval.
6. Take the ages of the open rows and name the ones past the review age
   their category carries; carry them as advisories.
7. Close on one verdict in order: database absent, registration
   incomplete, status tracking broken, retrieval not supported,
   periodic reporting stale, or database maintained. Report the
   coverage, the incomplete rows, the regressions, the closure defects
   and the retrieval gaps alongside it.

## Pitfalls

- Grading coverage against the rows the database already holds. That
  number is one by construction and says nothing about the
  nonconformances raised and never entered.
- Counting a row with a blank affected item as registered. It is in the
  database and still cannot be acted on, which is the case the required
  fields exist to catch.
- Reading a closed status as a closed nonconformance. Closure without a
  disposition or evidence behind it is a status word, not a closure.
- Treating an overdue open row as a database defect. The database is
  recording the row correctly; the ageing is a finding against the
  project, and mixing the two hides a real registration gap.
- Reporting a bare verdict. The coverage, the named rows and the missing
  retrieval keys are what the corrective action turns on.

## Behavior contract (gate 3)

The policy validation, record and register validation, the required
field gaps, registration coverage against the count raised, the status
regressions, the closure defects, the open-row ageing, the retrieval
gaps, the reporting currency and the maintenance verdict are exercised
by the gate 3 contract test: scripts/test_q1009_database.py against
scripts/q1009_database_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q1009_database.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 →