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 Consistency

ASecurity

Use when identify and resolve internal inconsistencies inside a requirement baseline under ECSS-E-ST-10C clause 5.2.3.6: reduce each requirement that bounds a shared parameter to the feasible interval its constraint implies, intersect the intervals of a group to find a parameter no value can satisfy, and compare every requirement binding on a shared interface attribute to find the same attribute given two different values. Trigger: ecss, e-st-10-system-scope, requirement-consistency, conflict...

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

Installs into .claude/skills of the current project.

Are you the author of E10 Req Consistency?

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

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

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

Download with Pro
Files
SKILL.md
---
name: e10-req-consistency
description: "Use when identify and resolve internal inconsistencies inside a requirement baseline under ECSS-E-ST-10C clause 5.2.3.6: reduce each requirement that bounds a shared parameter to the feasible interval its constraint implies, intersect the intervals of a group to find a parameter no value can satisfy, and compare every requirement binding on a shared interface attribute to find the same attribute given two different values. Trigger: ecss, e-st-10-system-scope, requirement-consistency, conflicting-requirements, constraint-interval, feasible-range, interface-attribute, requirement-baseline."
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-consistency, conflicting-requirements, constraint-interval, interface-attribute, requirement-baseline]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS System Engineering — Requirement Consistency (space-systems/ecss/e10-req-consistency)

Use when the task is to find and resolve contradictions *within* a
requirement baseline under ECSS-E-ST-10C clause 5.2.3.6 -- the same
parameter carrying irreconcilable value constraints, and a shared
interface described differently by the requirements that reference it.

## Domain quick reference

- Consistency is checked between requirements, not against a design.
  The question is whether any value at all could satisfy the set, so
  the check needs no implementation and no verification data.
- Each constraint reduces to a feasible interval: an exact constraint
  pins a single point, a maximum bounds the interval above, a minimum
  bounds it below. Reducing every kind to the same shape is what lets
  them be compared at all.
- A group of constraints on one parameter is inconsistent when the
  intersection of their intervals is empty -- the highest lower bound
  has risen above the lowest upper bound. That single test catches a
  minimum above a maximum, two conflicting exact values, and an exact
  value outside a bound, with no separate rule for each.
- The check is per group, and a group is defined by the parameter its
  requirements constrain. A group of zero or one requirement has
  nothing to conflict with and is consistent by construction.
- Units are a precondition, not a conversion step. A requirement in a
  multi-requirement group with no unit recorded is rejected, because
  comparing bare numbers across unrecorded units produces confident
  and wrong answers.
- Interface consistency is a separate check on a separate structure:
  requirement bindings grouped by the interface they describe. Two
  bindings naming the same attribute with different values conflict.
- An interface conflict is reported once per attribute, listing every
  requirement that bound it -- not once per pair. Three requirements
  disagreeing on one attribute is one thing to fix, not three.
- The requirement set is consistent only when both the value and the
  interface conflict lists are empty.

## Workflow

1. Group the requirements that constrain the same parameter, and the
   requirement bindings that describe the same interface.
2. For each value group with more than one requirement, confirm every
   requirement records a unit.
3. Reduce each constraint to its feasible interval by kind, then
   intersect the group's intervals.
4. Report an inconsistency for each group whose intersection is empty,
   naming the requirements involved.
5. For each interface, compare the bindings attribute by attribute and
   report one conflict per attribute given more than one value.
6. The requirement set is consistent only when both lists are empty.

## Pitfalls

- Writing a separate rule for each pairing of constraint kinds.
  Reducing every kind to an interval and intersecting covers them all,
  and hand-written pairings reliably miss a combination.
- Comparing constraint values whose units were never recorded. The
  arithmetic succeeds and the verdict is meaningless, which is why the
  missing unit is rejected rather than assumed.
- Reporting one conflict per conflicting pair on a shared interface
  attribute. Three requirements disagreeing generate three pairs but
  describe a single contradiction to resolve.
- Treating a single requirement bounding a parameter as a conflict
  risk. There is nothing to intersect it with, and flagging it buries
  the real conflicts in noise.
- Confusing an infeasible requirement set with an unmet one. Clause
  5.2.3.6 is about requirements that cannot all hold at once, whatever
  the design; a design failing to meet a consistent set is a
  verification finding instead.
- Silently widening an exact constraint to a tolerance band so the
  intersection becomes non-empty. That resolves the conflict on paper
  and leaves it in the baseline.

## Behavior contract (gate 3)

The constraint-interval, interval-intersection, value-conflict,
interface-attribute conflict and requirement-set aggregation logic is
exercised by the gate 3 contract test:
scripts/test_e10_req_consistency.py against
scripts/e10_req_consistency_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e10_req_consistency.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 →