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

E1006 Char Justification

ASecurity

"Use when verify that every system requirement in the requirements

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 e1006-char-justification --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1006 Char Justification?

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

Security grade badge for E1006 Char Justification
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1006-char-justification/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1006-char-justification)

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

Download with Pro
Files
SKILL.md
---
name: e1006-char-justification
description: "Use when verify that every system requirement in the requirements
  database carries a recorded justification explaining why the requirement exists,
  per ECSS-E-ST-10C §8.2.2. For each requirement, determine whether the
  justification field is populated and whether the justification cites a traceable
  source — such as a stakeholder need, mission objective, standard clause, derived
  rationale, or safety argument. Flag any requirement whose justification text is
  absent or empty, and any requirement whose justification source reference is not
  recorded or belongs to an unrecognised source category. Produce a per-requirement
  verdict and a summary count of non-compliant items across the set.
  Trigger: ecss, e-st-10-system-scope, requirement-justification, rationale,
  char-justification, traceability, requirements-management, §8.2.2."
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-10-system-scope, requirement-justification, rationale, char-justification, traceability, requirements-management]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Requirement Characteristic — Justification (space-systems/ecss/e1006-char-justification)

Use when the task is verifying that each system requirement carries a recorded
justification (rationale) per ECSS-E-ST-10C §8.2.2: confirm the justification
field is populated, confirm it references a traceable source, and flag any
requirement where either record is missing.

## Domain quick reference

- §8.2.2 of ECSS-E-ST-10C stipulates that each requirement shall have its
  rationale documented — stating the reason the requirement exists. The
  justification is not the requirement itself; it is the answer to "why does
  this requirement exist at all?"
- A valid justification must be traceable to one of the recognised source
  categories: a stakeholder need, a mission objective, a parent standard
  clause, a derived engineering rationale, a safety argument, an interface
  requirement, or an operational concept. A justification that exists but
  cites an unrecognised category is still a finding.
- A requirement may be technically correct and internally consistent yet still
  be non-compliant if no one has recorded the reason it was imposed. Both the
  justification text and its source reference must be on record.
- Duplicate requirement IDs in the assessment set are themselves a finding
  because they prevent unambiguous traceability of justification records.

## Workflow

1. Collect the full list of requirements to be assessed. Reject the assessment
   if the list is empty — an empty set produces no meaningful verdict.
2. For each requirement, check the requirement ID field first. An absent or
   whitespace-only ID is non-compliant immediately; record it with the
   placeholder `<missing-id>` and continue to the next requirement.
3. Check the justification text field. If it is absent or contains only
   whitespace, record a non-compliant finding for that requirement with the
   reason "justification field is absent or empty".
4. Check the justification source reference field. If it is absent or
   whitespace-only, record "justification source reference is absent or empty".
   If the field is populated but the source category does not match any
   recognised source kind (stakeholder_need, mission_objective, standard_clause,
   derived, safety_argument, interface_requirement, operational_concept), record
   the unrecognised category name in the finding.
5. If duplicate requirement IDs are encountered, record the second and
   subsequent occurrences as non-compliant with the reason "duplicate
   requirement id" and skip their detailed justification check — a duplicated
   ID makes the justification record ambiguous.
6. Aggregate per-requirement findings into a report. Count compliant and
   non-compliant items. The set is fully compliant only when no non-compliant
   findings remain.

## Pitfalls

- Treating a justification field that contains the requirement text itself as
  a valid justification — the rationale must explain *why*, not repeat *what*.
  The logic module checks presence and source traceability, not semantic
  adequacy; a separate review step is needed to catch self-referential entries.
- Accepting a populated justification_source field without checking that the
  source category is one of the recognised kinds — an ad-hoc or invented
  category does not satisfy the traceability requirement.
- Skipping the duplicate-ID check and allowing two requirements with the same
  ID to each carry a different justification — the traceability of which
  justification belongs to which instance becomes undefined.
- Reading "no non-compliant count" as "fully compliant" on an empty input —
  the assess function raises on empty input precisely to prevent a vacuous pass.

## Behavior contract (gate 3)

The requirement-ID check, justification-text check, source-reference check,
source-category check, duplicate-ID check, and set-level compliance logic are
exercised by the gate 3 contract test:
scripts/test_e1006_char_justification.py against
scripts/e1006_char_justification_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1006_char_justification.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 →