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

Q6003 Configuration Item Data Lists

ASecurity

Verify that a device item data list and its as-built record together identify every delivered element under ECSS-Q-ST-60-03C clause 8.2.2. Use when a delivery is being cleared and each listed item still needs an identifier, part number, revision and source, with a serial number for every individually traceable unit. Reconciles the two lists in both directions and reports duplicate item identifiers, listed items never built, delivered elements never listed, revision drift between list and reco...

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

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 q6003-configuration-item-data-lists --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q6003 Configuration Item Data Lists?

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

Security grade badge for Q6003 Configuration Item Data Lists
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q6003-configuration-item-data-lists/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q6003-configuration-item-data-lists)

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

Download with Pro
Files
SKILL.md
---
name: q6003-configuration-item-data-lists
description: "Verify that a device item data list and its as-built record together identify every delivered element under ECSS-Q-ST-60-03C clause 8.2.2. Use when a delivery is being cleared and each listed item still needs an identifier, part number, revision and source, with a serial number for every individually traceable unit. Reconciles the two lists in both directions and reports duplicate item identifiers, listed items never built, delivered elements never listed, revision drift between list and record, serialised units shipped without a serial, and deviations cited against no approved waiver, then scores identification coverage against its floor. Trigger: ecss, q-st-60-03, configuration-item-data-list, as-built-configuration-record, delivered-element-identification, item-revision-drift, serialised-unit-serial-number, unbacked-deviation-reference."
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-60-device-assurance-scope, q6003-configuration-item-data-lists, configuration-item-data-list, as-built-configuration-record, delivered-element-identification, item-revision-drift, serialised-unit-serial-number]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Device Assurance — Item Data List and As-Built Record (space-systems/ecss/q6003-configuration-item-data-lists)

Use when the task is the identification step of ECSS-Q-ST-60-03C clause
8.2.2 — deciding whether the item data list and the as-built record of a
device delivery, taken together, actually identify every element that
leaves the supplier.

## Domain quick reference

- The two lists answer different questions. The item data list is the
  intended configuration: what the delivery is supposed to consist of,
  item by item, at a stated revision. The as-built record is the
  delivered configuration: what was physically built and shipped,
  including the individual units. A delivery is identified only when the
  two agree, so the assessment is a two-way reconciliation, never a
  single pass down one of them.
- Identification is field-level, and the fields depend on what the item
  is. Every item carries an identifier, a part number, a revision and a
  responsible source. A programmable device additionally carries the
  device technology it was built in, a software load its build
  identifier, a mechanical part its material reference, and a delivered
  document its issue reference. A missing kind-specific field is an
  incomplete item, not a formatting preference.
- Only some kinds are individually traceable. A hardware assembly and a
  programmable device ship as units whose serial numbers have to appear
  in the as-built record; a document or a material reference identifies
  a type, so demanding a serial there is a false finding. The same
  serial recorded twice against one item is a real one.
- Revision drift is the quiet failure. An item listed at one revision
  and built at another still appears in both lists, so a count-based
  check passes it. The comparison has to be on the revision value, and
  both revisions are reported so the review can tell a late approved
  change from an uncontrolled build.
- A deviation is identifiable only through the waiver that carries it.
  An item citing a deviation reference with no approved waiver behind it
  is an unresolved delivery item, whatever its revision agreement looks
  like.

## Workflow

1. Validate every data-list entry against the fields its item kind
   demands, normalising identifiers so that padding and letter case
   cannot disguise a match or a duplicate.
2. Index the data list by item identifier and refuse a duplicate
   outright; a repeated identifier makes the reconciliation ambiguous
   rather than merely untidy.
3. Normalise the as-built record, keeping repeated lines for one item
   because multiple delivered units are the normal case, not an error.
4. Reconcile in both directions: listed items with no as-built line,
   as-built elements in no data-list item, revision disagreements naming
   both values, and serial numbers repeated against one item.
5. Apply the delivery obligations: a serialised kind delivered without a
   serial number, and every deviation reference without an approved
   waiver behind it.
6. Score identification coverage as the fraction of listed items that
   are present, revision-agreeing and, where serialised, serialled; then
   compare it with the required floor, absorbing representation error at
   the equality with a named tolerance rather than lowering the floor.
7. Report the item and line counts, the reconciliation, the obligation
   gaps, the coverage and its verdict, and the findings that name each
   defect kind separately.

## Pitfalls

- Reconciling by count. Equal item counts on both sides say nothing
  about which items they are; a listed item missing and an unlisted
  element delivered cancel out perfectly in a count.
- Walking the data list only. An element that was delivered but never
  listed is invisible from that direction, and it is the direction that
  hides an undocumented part in a shipped assembly.
- Treating a revision difference as a documentation tidy-up. Until the
  change behind it is shown to be approved, an item built at a revision
  other than the listed one is an uncontrolled configuration.
- Demanding a serial number from every item. Documents and material
  references identify types; a blanket serial rule turns an acceptable
  record into a page of false findings and hides the real gaps.
- Accepting a deviation reference as its own evidence. The reference is
  a pointer; without the approved waiver it points at nothing, and the
  item remains unidentified for delivery purposes.
- Lowering the coverage floor to clear a delivery that lands exactly on
  it. The equality is a representation question, handled by the
  tolerance inside the comparison; the floor stays where the review set
  it.

## Behavior contract (gate 3)

The entry validation, kind-specific field rules, duplicate-identifier
refusal, two-way reconciliation, revision-drift detection, serial and
waiver obligations and the coverage comparison are exercised by the gate
3 contract test:
scripts/test_q6003_configuration_item_data_lists.py against
scripts/q6003_configuration_item_data_lists_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q6003_configuration_item_data_lists.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 →