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 Performance

ASecurity

Use when verify each requirement in a system specification for performance content under ECSS-E-ST-10C §8.2.1: confirm each performance requirement carries quantified parameters — numeric value, engineering unit, and comparison operator — flag requirements with missing or unquantified performance data, and confirm that performance requirement types are recognized before assessment. Trigger: ecss, e-st-10-system-scope, performance-requirements, quantification, parameter-values, requirements-re...

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

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

Installs into .claude/skills of the current project.

Are you the author of E1006 Char Performance?

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

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

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

Download with Pro
Files
SKILL.md
---
name: e1006-char-performance
description: "Use when verify each requirement in a system specification for performance content under ECSS-E-ST-10C §8.2.1: confirm each performance requirement carries quantified parameters — numeric value, engineering unit, and comparison operator — flag requirements with missing or unquantified performance data, and confirm that performance requirement types are recognized before assessment. Trigger: ecss, e-st-10-system-scope, performance-requirements, quantification, parameter-values, requirements-review, verification, system-specification."
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, performance-requirements, quantification, parameter-values, requirements-review, verification]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS System Engineering — Requirement Performance Content Check (space-systems/ecss/e1006-char-performance)

Use when the task is to verify that each requirement in a system
specification carries adequate performance content under
ECSS-E-ST-10C §8.2.1 — checking that every performance requirement
contains at least one quantified parameter (numeric value, engineering
unit, and comparison operator), and flagging requirements where the
performance data is absent or incomplete.

## Domain quick reference

- Section 8.2.1 of the standard specifies that each requirement with
  performance content must express that content as a quantified
  parameter: a numeric threshold (or range), the engineering unit in
  which it is measured, and the comparison operator that defines the
  direction of compliance (at most, at least, equal to, or within a
  range). A requirement that names a performance attribute without a
  numeric value is treated as unquantified and is a finding.
- Requirement types are categorized into two groups before the
  content check: performance types (performance, timing, accuracy,
  capacity, throughput, efficiency, data_rate) require at least one
  quantified parameter; non-performance types (functional, interface,
  design_constraint, operational, safety) are not subject to the
  §8.2.1 quantification check. An unrecognized requirement type is
  rejected before it enters the assessment.
- A parameter is fully quantified when all three components are
  present: a numeric value (integer or floating-point), a non-empty
  engineering unit string, and a recognized comparison operator
  (leq, geq, eq, lt, gt, or range). Any missing component generates
  a separate finding so that the review pinpoints the gap precisely.

## Workflow

1. For each requirement in the specification, determine its category
   (performance or non_performance) from its type field. Reject any
   requirement with an unrecognized type before proceeding.
2. Skip non-performance requirements; they carry no §8.2.1
   quantification obligation.
3. For each performance requirement, confirm that at least one
   performance parameter is present in the record. A performance
   requirement with no parameters at all is flagged immediately
   without inspecting any individual parameter.
4. For each parameter in a performance requirement, verify all three
   components: numeric value, engineering unit, and comparison
   operator. Each missing component generates its own finding against
   that parameter and requirement identifier.
5. Collect all findings per requirement identifier. A requirement
   with an empty findings list satisfies §8.2.1 for this check; a
   requirement with any finding does not.
6. The aggregate review is compliant when every requirement in the
   set has an empty findings list.

## Pitfalls

- Passing a requirement that names a performance attribute (e.g.,
  "the system shall have high accuracy") without a numeric value —
  the §8.2.1 check requires a quantity, not a label; the missing
  value must be flagged, not treated as an implicit threshold.
- Treating a missing unit as acceptable when a numeric value is
  present — a dimensionless number is valid only for unitless
  quantities; any physically measured parameter requires an explicit
  unit string to be verifiable.
- Skipping the type categorization step and running the quantification
  check against functional or interface requirements — non-performance
  requirements are not subject to §8.2.1 and mixing them into the
  performance check inflates findings.
- Reading "no findings" as "no performance requirements exist" — an
  empty findings list means each performance requirement in the set
  is fully quantified, which is the correct result; it does not mean
  the set contains no performance requirements.

## Behavior contract (gate 3)

The requirement type categorization, parameter quantification, and
aggregate review logic is exercised by the gate 3 contract test:
scripts/test_e1006_char_performance.py against
scripts/e1006_char_performance_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_e1006_char_performance.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 →