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

Q6005 Circuit Type Approval Routes

ASecurity

Determine which ECSS-Q-ST-60-05C clause 7.3 approval route a hybrid circuit type has to travel: a full new-design approval, an extension of an already approved type, a bounded delta approval, or an administrative change record. Use when a candidate hybrid design is set against a predecessor and the question is how much of that predecessor's approval still carries. Weigh each declared departure by category, force the new-design sequence on any envelope-critical departure or a predecessor appro...

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 q6005-circuit-type-approval-routes --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q6005 Circuit Type Approval Routes?

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

Security grade badge for Q6005 Circuit Type Approval Routes
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q6005-circuit-type-approval-routes/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q6005-circuit-type-approval-routes)

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

Download with Pro
Files
SKILL.md
---
name: q6005-circuit-type-approval-routes
description: "Determine which ECSS-Q-ST-60-05C clause 7.3 approval route a hybrid circuit type has to travel: a full new-design approval, an extension of an already approved type, a bounded delta approval, or an administrative change record. Use when a candidate hybrid design is set against a predecessor and the question is how much of that predecessor's approval still carries. Weigh each declared departure by category, force the new-design sequence on any envelope-critical departure or a predecessor approval that is lapsed or superseded, name the departure that escalated the route, and attach the evidence that route owes. Trigger: ecss, q-st-60-hybrid-scope, hybrid-circuit-type-approval-route, approved-type-extension, hybrid-delta-approval, envelope-critical-departure, predecessor-approval-currency, hybrid-departure-score."
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-hybrid-scope, q6005-circuit-type-approval-routes, hybrid-circuit-type-approval-route, approved-type-extension, hybrid-delta-approval, envelope-critical-departure, predecessor-approval-currency, hybrid-departure-score]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Hybrids — Circuit Type Approval Routes (space-systems/ecss/q6005-circuit-type-approval-routes)

Use when the task is the routing decision of ECSS-Q-ST-60-05C clause 7.3
-- choosing, before any approval work is scheduled, which of the
alternative paths to formal approval a hybrid circuit design is actually
entitled to, given what an already approved predecessor still covers.

## Domain quick reference

- Clause 7.3 does not offer one way in. It offers several, and the route
  is not a preference: it falls out of the relationship between the
  candidate design and an approved predecessor. Picking the light route
  first and arguing the relationship afterwards is the failure this
  clause exists to prevent.
- The routes, lightest to heaviest: an administrative change record when
  nothing technical moved; a delta approval when the departure is small
  and bounded and can be evaluated against the predecessor evidence; an
  extension of the approved type when the departure is real but the
  predecessor still carries most of the case, paid for with added
  qualification; and the full new-design sequence when nothing carries
  over at all.
- The predecessor has to be current. An approval that has lapsed, or
  that was superseded by a later configuration, carries nothing forward,
  so a candidate leaning on it is a new design however small its
  departure looks on paper.
- Every declared departure carries a weight by category -- die
  technology and substrate technology at the top, a passive trim value
  at the bottom -- and the weights of the uncovered departures add up to
  a departure score that the route thresholds read.
- Some categories are envelope-critical: they leave what the predecessor
  qualification actually demonstrated. Die technology, substrate
  technology and the interconnection method are of that kind, and one of
  them alone forces the new-design sequence no matter how low the score
  lands.
- A departure can be held inside the predecessor envelope, but only
  against cited evidence. A coverage claim with no reference is not a
  coverage claim, and the score has to carry the departure in full.
- The score also names the business case: the heaviest uncovered
  departure is the one to challenge first, because withdrawing it is
  usually what drops the route a whole tier.

## Workflow

1. Declare the predecessor state -- none, current, superseded or lapsed
   -- and reject an uncategorized value rather than assuming the
   approval is live, because every downstream tier depends on it.
2. Declare each departure from the predecessor by category. A departure
   claimed as already covered needs the reference to the evidence that
   covers it; reject the claim otherwise.
3. Add the weights of the uncovered departures into a departure score,
   and list separately any uncovered departure in an envelope-critical
   category.
4. Select the route: the new-design sequence when the predecessor is not
   current, when an envelope-critical departure stands, or when the
   score passes the extension ceiling; otherwise the tier the score
   falls in.
5. Attach the evidence the selected route owes, and state the driver
   that put it there so the decision can be re-argued on the facts
   rather than re-litigated on preference.
6. Name the heaviest uncovered departure and the route that would apply
   without it, so the project can see what a design change would buy
   before it commits to the heavier path.

## Pitfalls

- Choosing the route first and fitting the departure list to it. The
  route is an output of the relationship to the predecessor, and one
  chosen ahead of the categorization has no traceable justification.
- Leaning on a lapsed or superseded predecessor approval. It reads like
  an approval in the file and carries nothing at all, so a delta
  argument built on it is a new design that has not been costed.
- Reading a low departure score as permission. An envelope-critical
  departure outranks the score entirely: a die technology change scores
  once but leaves everything the predecessor qualification demonstrated.
- Accepting a coverage claim without the evidence reference. A departure
  waved off as already qualified, with nothing cited, silently removes
  its whole weight from the score and can drop the route two tiers.
- Counting the new-design route as the top of the delta ladder. It is a
  different set of obligations, not a longer one -- there is no
  predecessor evidence to add to -- so an obligation count is not the
  way to compare the two.

## Behavior contract (gate 3)

The change validation, departure scoring, envelope-critical detection,
route selection, evidence obligations and withdrawal analysis are
exercised by the gate 3 contract test:
scripts/test_q6005_circuit_type_approval_routes.py against
scripts/q6005_circuit_type_approval_routes_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q6005_circuit_type_approval_routes.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 →