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

E2040 Data Sheet Detailed Design Update

ASecurity

Maintain a device data sheet through the detailed design refresh ECSS-E-ST-20-40C 5.5.4 asks for: fold every timing, power, area and frequency figure the implementation now yields onto the canonical unit of its kind, compare it with the preliminary estimate it replaces, redo the budget comparison against the refreshed value rather than the estimate, and report the parameters nobody refreshed instead of leaving measured and guessed figures mixed in one sheet. Use when detailed design has produ...

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

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 e2040-data-sheet-detailed-design-update --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2040 Data Sheet Detailed Design Update?

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

Security grade badge for E2040 Data Sheet Detailed Design Update
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2040-data-sheet-detailed-design-update/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2040-data-sheet-detailed-design-update)

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

Download with Pro
Files
SKILL.md
---
name: e2040-data-sheet-detailed-design-update
description: "Maintain a device data sheet through the detailed design refresh ECSS-E-ST-20-40C 5.5.4 asks for: fold every timing, power, area and frequency figure the implementation now yields onto the canonical unit of its kind, compare it with the preliminary estimate it replaces, redo the budget comparison against the refreshed value rather than the estimate, and report the parameters nobody refreshed instead of leaving measured and guessed figures mixed in one sheet. Use when detailed design has produced real figures and the preliminary data sheet has to be brought up to them. Trigger: ecss, e-st-20-electrical-scope, data-sheet-detailed-design-update, preliminary-figure-refresh, data-sheet-unit-folding, refreshed-figure-budget-check, unrefreshed-parameter-detection, data-sheet-refresh-coverage."
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-20-electrical-scope, e2040-data-sheet-detailed-design-update, data-sheet-detailed-design-update, preliminary-figure-refresh, data-sheet-unit-folding, refreshed-figure-budget-check, unrefreshed-parameter-detection, data-sheet-refresh-coverage]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Device Detailed Design — Data Sheet Update (space-systems/ecss/e2040-data-sheet-detailed-design-update)

Use when the task is the refresh duty of ECSS-E-ST-20-40C 5.5.4 -- saying
whether the preliminary data sheet has actually been brought up to the
figures detailed design produced, and whether the refreshed figures still
sit inside the budgets the requirement set fixed.

## Domain quick reference

- The preliminary sheet is written while the device is still an intent.
  Its figures are estimates carried from the architecture, and detailed
  design is the first point at which timing comes out of the synthesised
  paths, power out of the switching estimate and area out of the placed
  cells.
- Figures arrive in whatever unit the tool that produced them printed.
  Nanoseconds against seconds and milliwatts against watts compare fine
  numerically and wrongly physically, so both sides are folded onto the
  canonical unit of the parameter kind before anything is compared.
- The budget comparison has to be redone against the refreshed value. A
  newer figure looks authoritative and is assumed to be better, which is
  exactly how a refresh ships a device over its power ceiling.
- A figure landing exactly on its budget meets it. The comparison absorbs
  representation error rather than failing a device that is precisely on
  target, which a strict comparison against a converted figure does.
- A parameter nobody refreshed stays in the sheet and in the count. It is
  the defect the refresh fraction exists to surface, and dropping it
  produces a sheet reporting a complete refresh of the parameters it chose
  to count.
- Provenance is part of the refresh. A figure still sourced from an
  estimate, or still marked provisional, has not closed the parameter even
  though the number changed.

## Workflow

1. Resolve the preliminary sheet: unique parameter identifiers, a
   recognised kind, the estimate and its unit, and the budget with the
   direction it is written in. Refuse a repeated identifier, an unknown
   key, or a direction declared with no budget.
2. Resolve the detailed-design figures the same way, refusing two figures
   for one parameter and an unrecognised source.
3. Fold every estimate and every refreshed figure onto the canonical unit
   of its kind before comparing them.
4. Report each parameter that received no figure, and keep it in the
   parameter count so the refresh fraction tells the truth.
5. Group each refreshed figure as confirmed, increased or decreased
   against its estimate, treating a movement exactly on tolerance as
   confirmed.
6. Redo the budget comparison against the refreshed value in the direction
   the budget is written, and compute the fractional margin.
7. Report figures still marked provisional or still sourced from an
   estimate, then compare the refresh fraction with the goal.

## Pitfalls

- Comparing a refreshed figure with a budget in the unit the tool printed.
  A 4 ns path against a 5 s ceiling passes every time and the sheet reads
  clean while the device is four orders out.
- Assuming a newer figure is a safer figure. The budget check has to run
  again on the refreshed value; skipping it is how a power figure that
  grew during detailed design reaches layout unnoticed.
- Dropping unrefreshed parameters from the denominator. The refresh
  fraction then measures the sheet's own selection and reads best exactly
  when the refresh is worst.
- Failing a figure that lands exactly on its budget. A converted value can
  sit a unit in the last place either side of the bound, so an exact
  landing has to be absorbed rather than compared strictly.
- Treating a changed number as a closed parameter. A figure still marked
  provisional, or still carried from an estimate, leaves the parameter
  open however different it looks.

## Behavior contract (gate 3)

The unit folding, movement grouping, budget direction handling, exact
budget landings, unrefreshed-parameter detection and refresh-fraction
comparison are exercised by the gate 3 contract test:
scripts/test_e2040_data_sheet_detailed_design_update.py against
scripts/e2040_data_sheet_detailed_design_update_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e2040_data_sheet_detailed_design_update.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 →