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

Q6012 Maximum Ratings And Robustness

ASecurity

Verify that the absolute maximum ratings declared for a MMIC die sit below the measured degradation onset by the required factor, that every rating is backed by a robustness demonstration driven at or above its own boundary on a large enough sample, and that worst-case application stress stays inside the derated envelope, per ECSS-Q-ST-60-12C clause 7.2.9. Use when a die specification proposes maximum ratings and the evidence file has to accept or hold them. Refuses a non-positive boundary, a...

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 q6012-maximum-ratings-and-robustness --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q6012 Maximum Ratings And Robustness?

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

Security grade badge for Q6012 Maximum Ratings And Robustness
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q6012-maximum-ratings-and-robustness/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q6012-maximum-ratings-and-robustness)

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

Download with Pro
Files
SKILL.md
---
name: q6012-maximum-ratings-and-robustness
description: "Verify that the absolute maximum ratings declared for a MMIC die sit below the measured degradation onset by the required factor, that every rating is backed by a robustness demonstration driven at or above its own boundary on a large enough sample, and that worst-case application stress stays inside the derated envelope, per ECSS-Q-ST-60-12C clause 7.2.9. Use when a die specification proposes maximum ratings and the evidence file has to accept or hold them. Refuses a non-positive boundary, a safety factor below one and a derating factor above one. Trigger: ecss, q-st-60-12c, mmic-absolute-maximum-rating, mmic-die-robustness-demonstration, degradation-onset-margin, mmic-derating-envelope, worst-case-applied-stress, step-stress-evidence, mmic-die-boundary-condition."
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, q-st-60-12-mmic-die-scope, q6012-maximum-ratings-and-robustness, mmic-absolute-maximum-rating, mmic-die-robustness-demonstration, degradation-onset-margin, mmic-derating-envelope, worst-case-applied-stress]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS MMIC Die -- Absolute Maximum Ratings and Robustness (space-systems/ecss/q6012-maximum-ratings-and-robustness)

Use when the task is the maximum-rating step of ECSS-Q-ST-60-12C clause 7.2.9:
a MMIC die has a proposed set of absolute limits -- drain-source voltage, gate
current, channel temperature, RF drive -- and the question is whether those
limits were drawn correctly from stress data and whether the die has been shown
to survive at them.

## Domain quick reference

- A maximum rating is a boundary condition, not a target. It is drawn from a
  measured degradation onset and placed below that onset by a safety factor, so
  a rating quoted level with the onset is not a rating at all, it is the point
  at which the part stops working.
- The rating and the application limit are two different numbers. The rating is
  the die boundary; the application is held below it by a derating factor, and
  the stress that is compared against the derated envelope is the worst case --
  nominal inflated by its tolerance and by any transient factor -- not the
  nominal itself.
- Robustness is a demonstration, not an assertion. Each rating owes evidence
  driven at or above its own boundary, on a sample large enough to be a sample,
  for long enough to expose a wear-out mechanism, with no device lost and no
  parameter drift beyond the allowed fraction.
- Evidence driven below the boundary demonstrates the stress applied, not the
  rating. A soak at ninety per cent of a limit supports a rating at ninety per
  cent of that limit and nothing higher.
- Ratings are magnitudes here. A boundary that is physically negative, such as
  a gate-source floor, is entered as its absolute value together with the
  applied stress, so a single comparison direction covers every rating.

## Workflow

1. Validate each rating: a name, a positive boundary, the onset it was drawn
   from, a safety factor of at least one, and a derating factor in the interval
   above zero up to one. A duplicate rating name is an input error.
2. Form the onset headroom as the ratio of onset to boundary and compare it
   with the required safety factor, absorbing floating-point representation
   error at the boundary with a named tolerance rather than by relaxing the
   required factor.
3. Gather the robustness demonstrations that name this rating and review the
   strongest one -- highest stress, then largest sample, then longest soak --
   against the boundary, the minimum sample size, the minimum duration, the
   device losses and the drift allowance, in that order.
4. Build the worst-case applied stress from the nominal, its tolerance fraction
   and its transient factor, form the derated envelope from the boundary and
   the derating factor, and take the usage ratio between them.
5. Record every broken rule for the rating, not just the first, so one report
   closes the whole gap instead of exposing it one run at a time.
6. Group the ratings by outcome with findings ordered ahead of acceptance, and
   accept the file only when every rating is accepted.

## Pitfalls

- Quoting the degradation onset as the maximum rating. The onset is where the
  die changes; the rating has to sit below it by the declared factor, and a
  specification that publishes the onset has published a failure point.
- Comparing the nominal application condition against the rating. The
  comparison is worst case against the derated envelope; a supply tolerance and
  a switching transient both sit between the two, and either can turn a
  comfortable nominal into an over-stress.
- Accepting a robustness soak run below the boundary because it passed. A pass
  at a lower stress is evidence for the lower stress only, and reading it as
  coverage of the boundary is how a rating ships unproven.
- Counting a demonstration that lost a device as a pass because the sample
  still met its accept number. At a boundary condition a loss is the result:
  the boundary is above where this population survives.
- Widening the derating factor to clear an over-stress finding. The derating
  factor comes from the design rules, and moving it to fit the application
  converts a documented over-stress into an undocumented one.

## Behavior contract (gate 3)

The rating validation, onset-headroom comparison, robustness-evidence review,
worst-case stress and derated-envelope check and the grouped verdict are
exercised by the gate 3 contract test:
scripts/test_q6012_maximum_ratings_and_robustness.py against
scripts/q6012_maximum_ratings_and_robustness_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q6012_maximum_ratings_and_robustness.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 →