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

E2007 Power Lead Transient Procedure

ASecurity

Verify a power-lead transient application run against ECSS-E-ST-20-07C clause 5.4.9.4: sequence the mandatory steps, confirm the instrument stabilisation check brackets the pulses rather than trailing them, grade the differential-mode and common-mode applications for both polarities, pulse count, pulse width and the recovery interval between pulses, compute the elapsed application time and the read-back drift the bracketing checks leave, and separate a genuine susceptibility from an instrumen...

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

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 e2007-power-lead-transient-procedure --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2007 Power Lead Transient Procedure?

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

Security grade badge for E2007 Power Lead Transient Procedure
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2007-power-lead-transient-procedure/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2007-power-lead-transient-procedure)

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

Download with Pro
Files
SKILL.md
---
name: e2007-power-lead-transient-procedure
description: "Verify a power-lead transient application run against ECSS-E-ST-20-07C clause 5.4.9.4: sequence the mandatory steps, confirm the instrument stabilisation check brackets the pulses rather than trailing them, grade the differential-mode and common-mode applications for both polarities, pulse count, pulse width and the recovery interval between pulses, compute the elapsed application time and the read-back drift the bracketing checks leave, and separate a genuine susceptibility from an instrument that simply moved, carrying a polarity driven short of its required count as a limitation rather than as a finding. Use when running or auditing a power-lead transient susceptibility run. Trigger: ecss, e-st-20-07c, power-lead-transient-procedure, differential-mode-pulse-application, common-mode-pulse-application, transient-instrument-stabilisation-check, transient-pulse-recovery-interval, transient-polarity-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, e2007-power-lead-transient-procedure, differential-mode-pulse-application, common-mode-pulse-application, transient-instrument-stabilisation-check, transient-pulse-recovery-interval, transient-polarity-coverage]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS EMC — Power-Lead Transient Procedure (space-systems/ecss/e2007-power-lead-transient-procedure)

Use when the task is the application procedure of ECSS-E-ST-20-07C clause
5.4.9.4 -- the order the pulses are driven in, the differential and common
mode applications the clause requires of each other, and the instrument
stabilisation checks that decide whether the run's observation can be
attributed to the unit at all.

## Domain quick reference

- Both modes are required and they are not interchangeable. The
  differential application drives the pulse between a supply lead and its
  own return; the common application drives every lead together against
  the structure. A unit can ride out one and fall over on the other,
  because the two excite different parts of the input filter, so a run
  that applied only the differential pulses has not covered the clause.
- Both polarities are required of each mode. Input protection is rarely
  symmetric -- a clamp diode that swallows one polarity conducts the other
  into the regulator -- so a single-polarity run reports the easy half.
- Pulse count is part of the stimulus, not a convenience. A transient
  susceptibility that only appears once the unit has been hit repeatedly
  is a real susceptibility, and a run of two pulses cannot see it.
- The recovery interval between pulses exists so the unit and the bench
  both settle. Pulsing faster than the interval stacks the responses, and
  the level at which the unit finally trips belongs to the stacking rather
  than to the specified pulse.
- Pulse width is a window. A narrow pulse carries less energy into the
  unit for the same amplitude, so a run at half the width is not a more
  conservative run, it is a different test.
- The stabilisation check has to bracket the application: once before the
  first pulse and once after the last. Taken only afterwards it cannot
  tell whether the instrument read differently all along.
- Instrument drift outranks the observation. When the bracketing checks
  disagree by more than the allowed decibels, neither an upset nor a clean
  run can be attributed, and the result is inconclusive rather than a pass
  or a fail.
- Too few pulses at a polarity that was nevertheless driven is a
  limitation to carry; a polarity never driven at all is a finding. The
  two look alike in a log and mean different things in a report.

## Workflow

1. Sequence the run's steps: name the missing ones and detect an order
   that puts a pulse application before its bracketing check.
2. Compute the warm-up headroom against the required soak, keeping the
   sign so a short soak is visible as a shortfall.
3. Compute the read-back drift between the bracketing stabilisation checks
   and decide whether the instrument stayed trustworthy.
4. Grade each mode application: normalize the polarities, reject a
   polarity recorded twice, name the polarities never driven, and separate
   them from the polarities driven short of the required count.
5. Grade the pulse width against its window and the recovery interval
   against its floor, then compute the elapsed application time.
6. Group the run's observation once the instrument's own behaviour is
   known: susceptible, tolerant, or inconclusive because the instrument
   moved.
7. Aggregate: findings reject the procedure, limitations are carried, and
   a run is valid only when no finding stands.

## Pitfalls

- Applying the differential pulses, finding nothing, and stopping. The
  common-mode path through the chassis is the one that usually bites.
- Driving a single polarity because the generator was already set that
  way, and reporting a symmetric result.
- Firing the pulses back to back to save bench time, so the unit is graded
  against stacked responses rather than the specified transient.
- Narrowing the pulse to protect the unit and treating the result as
  conservative. The energy delivered fell with the width.
- Taking the stabilisation check only at the end of the run, which cannot
  distinguish an instrument that drifted from one that always read that
  way.
- Reporting an upset as a susceptibility when the bracketing checks
  disagree. The observation belongs to the instrument until proven
  otherwise.
- Logging a polarity driven three times and a polarity never driven as the
  same shortfall.

## Behavior contract (gate 3)

The step sequencing, warm-up headroom, stabilisation-drift and instrument
stability decision, per-mode polarity, count, width and interval grading,
elapsed-time computation, outcome grouping and run aggregation logic is
exercised by the gate 3 contract test:
scripts/test_e2007_power_lead_transient_procedure.py against
scripts/e2007_power_lead_transient_procedure_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e2007_power_lead_transient_procedure.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 →