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

E10 Req Baseline

ASecurity

Use when establishing or controlling the requirements baseline for a configuration item (CI) under ECSS-E-ST-10C clause 5.2.3.9: classify each requirement's approval status ahead of an agreed baseline milestone, verify it carries requirement text and a verification method, identify duplicate requirement identifiers within the set, define the baseline record once every requirement in the set is ready, and validate every subsequent addition, modification, or deletion of a baselined requirement ...

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 e10-req-baseline --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E10 Req Baseline?

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

Security grade badge for E10 Req Baseline
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e10-req-baseline/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e10-req-baseline)

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

Download with Pro
Files
SKILL.md
---
name: e10-req-baseline
description: "Use when establishing or controlling the requirements baseline for a configuration item (CI) under ECSS-E-ST-10C clause 5.2.3.9: classify each requirement's approval status ahead of an agreed baseline milestone, verify it carries requirement text and a verification method, identify duplicate requirement identifiers within the set, define the baseline record once every requirement in the set is ready, and validate every subsequent addition, modification, or deletion of a baselined requirement against an approved change request. Trigger: ecss, e-st-10c, requirements baseline, baseline management, configuration item, milestone review, change control, requirement verification."
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, e-st-10c, requirements-baseline, baseline-management, configuration-item, change-control]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS System Engineering — Requirements Baseline Management (space-systems/ecss/e10-req-baseline)

Use when the task is to establish and control the requirements
baseline of a configuration item (CI) under ECSS-E-ST-10C clause
5.2.3.9 -- checking a CI's requirement set for baseline readiness at
an agreed project milestone, freezing it into a baseline record, and
tracking every later change to a baselined requirement through an
authorized change request.

## Domain quick reference

- A CI's requirement set is baselined at an agreed project milestone
  (e.g. SRR, PDR, CDR, QR), not on an arbitrary date -- the milestone
  is the trigger that closes the requirement definition activity for
  that phase and opens the change-control activity.
- A requirement is baseline-ready only when it is approved (not
  draft, in review, or withdrawn), carries requirement text, and
  carries a verification method; a requirement missing any one of
  these is a distinct, independently reported gap, because fixing one
  gap does not imply the others are fixed too.
- Two requirements sharing the same identifier within one CI's set is
  a baseline-blocking defect in its own right -- it breaks
  traceability between the requirement and its verification evidence
  even if both copies are individually approved.
- Once a baseline is established, the requirement set behind it is
  frozen: an addition, a modification, or a deletion against a
  baselined requirement is only authorized when it carries an approved
  change request. A baseline that has not yet been established has no
  change-control obligation -- there is nothing frozen to protect yet.

## Workflow

1. Assemble the CI's full requirement set for the target milestone.
   Reject an unrecognized requirement status or milestone name before
   the review proceeds -- an unrecognized value is a data problem to
   fix, not a baseline gap to report.
2. For each requirement, check approval status, requirement text, and
   verification method independently, and report every gap found (not
   just the first). Separately scan the set for duplicate requirement
   identifiers.
3. A CI with zero requirements at the milestone is itself a finding --
   an empty set is not vacuously ready.
4. Establish the baseline only when the full review comes back with no
   violations; an ineligible attempt is rejected, not recorded with a
   caveat, so an incomplete baseline can never be mistaken for a
   complete one.
5. After establishment, route every proposed change (add, modify,
   delete) against a baselined requirement through the change-control
   check: a change without an approved change request is flagged, and
   the baseline itself must be in "established" status before any
   change control can be applied against it.
6. Aggregate the change-control findings for the baseline; the
   baseline is not change-controlled until that list is empty.

## Pitfalls

- Baselining a requirement set that has an unset verification method
  because the requirement text itself looks complete -- text and
  verification method are separate readiness gates and both must be
  satisfied.
- Treating a duplicate requirement identifier as harmless when both
  copies happen to be approved -- the duplicate breaks the one-to-one
  link to verification evidence regardless of each copy's status.
- Recording an ineligible baseline attempt "with exceptions noted"
  instead of rejecting it -- clause 5.2.3.9 baseline control depends on
  the baseline record meaning the set was actually ready, not that it
  was reviewed and waved through anyway.
- Applying change control to a baseline that was never established --
  there is no frozen reference to change against, so the check must
  reject the attempt rather than silently approve or silently flag
  every change.

## Behavior contract (gate 3)

The requirement-readiness, duplicate-identifier, milestone-baseline,
and change-control logic is exercised by the gate 3 contract test:
scripts/test_e10_req_baseline.py against
scripts/e10_req_baseline_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e10_req_baseline.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 →