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 Device Configuration Control Process

ASecurity

Determine how a proposed change to an established device baseline must be categorised, routed and evidenced under ECSS-Q-ST-60-03C clause 8.3, aligned with ECSS project-management change practice. Use when a change request is open against a functional, design or product baseline and the supplier needs to know which board dispositions it, what the package must carry, and whether it may be worked yet. Sorts the change on its declared impacts, names the approval authority, lists absent evidence,...

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

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-device-configuration-control-process --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q6003 Device Configuration Control Process?

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

Security grade badge for Q6003 Device Configuration Control Process
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q6003-device-configuration-control-process/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q6003-device-configuration-control-process)

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

Download with Pro
Files
SKILL.md
---
name: q6003-device-configuration-control-process
description: "Determine how a proposed change to an established device baseline must be categorised, routed and evidenced under ECSS-Q-ST-60-03C clause 8.3, aligned with ECSS project-management change practice. Use when a change request is open against a functional, design or product baseline and the supplier needs to know which board dispositions it, what the package must carry, and whether it may be worked yet. Sorts the change on its declared impacts, names the approval authority, lists absent evidence, reports work done before disposition, and returns the baseline version an approved change yields. Trigger: ecss, q-st-60-03, device-baseline-change-control, change-category-first-or-second, customer-change-board-routing, change-impact-assessment, device-baseline-version-increment, disposition-before-implementation."
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-device-configuration-control-process, device-baseline-change-control, change-category-first-or-second, customer-change-board-routing, device-baseline-version-increment, change-impact-assessment]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Device Assurance — Baseline Change Control (space-systems/ecss/q6003-device-configuration-control-process)

Use when the task is the change-control step of ECSS-Q-ST-60-03C clause
8.3 — taking a proposed change to a device baseline and deciding what
category it is, who dispositions it, what has to be in the package and
whether it may be implemented yet.

## Domain quick reference

- Change control starts at a baseline, not at a design. A proposal
  raised before any baseline was established is a design decision being
  made for the first time; treating it as a change invents an approval
  record that has nothing under it, so an unestablished baseline is
  refused as an input error.
- The category follows the reach of the impact, not the size of the
  edit. An impact that leaves the supplier — form, fit or function, an
  external interface, qualification evidence, the delivered
  documentation baseline, the criticality category, or a committed cost
  or schedule — makes the change first category however small the edit
  is. A change whose whole effect stays inside the supplier's own
  implementation and process stays second category however large it is.
- The category decides the route. A first-category change is
  dispositioned by the customer change board because the customer owns
  what it touches; a second-category change stays with the supplier
  configuration board. The route is derived, never chosen.
- The package scales with the category and with the baseline stage.
  Both categories need an impact assessment and an updated item data
  list; a first-category change adds a re-verification plan, the list of
  affected deliverables and the customer notification record. Once the
  baseline is a product baseline, hardware exists against it, so any
  category also needs the assessment of what happens to the units
  already built.
- Order is part of control. Implementation follows disposition, and
  disposition follows raising. Work done before the disposition date, or
  with no disposition at all, is an uncontrolled change even when the
  board later approves the same content.
- The baseline moves only when the change is actually implementable. A
  first-category change opens a new major baseline; a second-category
  change advances the minor. A rejected, deferred or still-open change
  leaves the version exactly where it was.

## Workflow

1. Validate the baseline: stage, version in major-minor form, and the
   established flag. Refuse a change against a baseline that was never
   established.
2. Normalise the declared impact set against the closed impact
   vocabulary; an unrecognised impact is an input error, not a silent
   internal one.
3. Categorise the change and keep the impacts that triggered the first
   category, so the review can see exactly why it routed outward.
4. Derive the approval authority from the category.
5. Build the demanded evidence set from the category and the baseline
   stage, and list what the package does not carry.
6. Check the date order of raising, disposition and implementation, and
   report each ordering defect separately.
7. Allow implementation only on an approved disposition with a complete
   package and a clean order; then compute the resulting baseline
   version, leaving it unchanged when implementation is not allowed.

## Pitfalls

- Categorising on effort. A one-line edit that changes an external
  interface is first category; a substantial internal rework that
  changes nothing outside the supplier is second. Sizing the change
  tells you nothing about its route.
- Choosing the board. The authority is a consequence of the category;
  routing a first-category change to the supplier board because it is
  quicker removes the customer from a decision they own.
- Treating a product-stage change like a design-stage one. Units already
  exist, so the package needs a statement about them; without it an
  approved change leaves built hardware in an undefined state.
- Accepting an approval that arrived after the work. The content may be
  identical, but the period between implementation and disposition was
  uncontrolled and belongs in the findings.
- Advancing the baseline version on approval alone. Approval with an
  incomplete package or an out-of-order record does not make the change
  implementable, and a version bump then claims a baseline that nothing
  supports.
- Folding a deferred change into the rejected ones. Deferred keeps the
  proposal alive against the same baseline; rejected closes it, and the
  two lead to different next actions.

## Behavior contract (gate 3)

The baseline validation, impact normalisation, category decision,
authority routing, stage-dependent evidence set, date-order checks, the
implementation gate and the baseline increment are exercised by the gate
3 contract test:
scripts/test_q6003_device_configuration_control_process.py against
scripts/q6003_device_configuration_control_process_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_q6003_device_configuration_control_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 →