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 Final Support Maintenance Plan

ASecurity

Evaluate whether the definitive device Support and Maintenance Plan can be agreed at delivery. Use when an ECSS-E-ST-20-40C clause 5.8.3 plan is being settled: resolve which commitments the device type actually owes, measure each against the contracted post-delivery support period, report the shortfall in months, find the shortest commitment that caps the whole plan, weigh the technology obsolescence horizon and treat a declared mitigation as what lifts that cap, check the agreed anomaly resp...

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

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-final-support-maintenance-plan --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2040 Final Support Maintenance Plan?

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

Security grade badge for E2040 Final Support Maintenance Plan
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2040-final-support-maintenance-plan/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2040-final-support-maintenance-plan)

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

Download with Pro
Files
SKILL.md
---
name: e2040-final-support-maintenance-plan
description: "Evaluate whether the definitive device Support and Maintenance Plan can be agreed at delivery. Use when an ECSS-E-ST-20-40C clause 5.8.3 plan is being settled: resolve which commitments the device type actually owes, measure each against the contracted post-delivery support period, report the shortfall in months, find the shortest commitment that caps the whole plan, weigh the technology obsolescence horizon and treat a declared mitigation as what lifts that cap, check the agreed anomaly response time, and return agreed, agreed-with-shortfall or not-agreeable. Refuses an unknown commitment, an unrecognised mitigation and a negative coverage. Trigger: ecss, e-st-20-40c, device-support-maintenance-plan, post-delivery-support-period, support-commitment-shortfall, device-obsolescence-horizon, obsolescence-mitigation-declaration, anomaly-response-time-commitment."
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-final-support-maintenance-plan, device-support-maintenance-plan, post-delivery-support-period, support-commitment-shortfall, device-obsolescence-horizon, obsolescence-mitigation-declaration, anomaly-response-time-commitment]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Device Engineering — Final Support and Maintenance Plan (space-systems/ecss/e2040-final-support-maintenance-plan)

Use when the task is the support and maintenance agreement of
ECSS-E-ST-20-40C clause 5.8.3 — settling the definitive plan for keeping an
ASIC, FPGA or IP core supportable after it has been delivered, and deciding
whether what the supplier has offered can actually be agreed.

## Domain quick reference

- The owed commitment set follows the device type. An IP core is
  delivered as design data, so there is no test equipment to retain and
  no spares to hold; demanding either of a soft deliverable produces a
  finding that will be struck out, and accepting the soft set for a
  packaged part hides a real gap.
- A plan is only as long as its shortest commitment. Ten years of
  database retention is worth nothing if the tool licence that can read
  that database expires in six, so the binding constraint is found and
  named rather than averaging the commitments together.
- A commitment that was never made is not a short commitment. An absent
  item leaves nothing to rely on at all, so it collapses the effective
  support period rather than reducing it proportionally.
- The obsolescence horizon and the commitment lengths are different
  quantities. A horizon inside the support period always needs a
  mitigation, but a declared mitigation — a last-time buy, an
  alternative source, a retarget, extended storage — is what stops that
  horizon from capping the plan. The exposure stays visible either way.
- Response time is a rate, not a duration, and is checked against its
  own contracted maximum. A slow agreed response is a shortfall in the
  service level, not a reason the plan cannot be agreed at all.

## Workflow

1. Normalise the device type and derive the owed commitment set from it.
2. Validate each commitment: an unrecognised name, a negative coverage,
   a non-boolean agreement flag, a duplicate declaration, or an
   anomaly-response commitment stating no response time is refused.
3. Compare each owed commitment with the contracted support period and
   record the shortfall in months; treat coverage exactly equal to the
   period as covered, absorbing representation error with a named
   tolerance.
4. Separately collect the owed commitments that are absent and the
   declared commitments the device type does not owe.
5. Find the binding constraint — the shortest live commitment — and the
   months it caps the plan to.
6. Compare the obsolescence horizon with the support period; if the
   horizon falls inside it, record the exposure, and let a declared
   mitigation lift the cap while leaving the exposure reported.
7. Compare the agreed anomaly response time with the contracted maximum
   and return the gap in days.
8. Return the effective support period, the coverage ratio against what
   was asked, and a disposition: not-agreeable when coverage falls
   short, a commitment is absent or one is unagreed; agreed-with-
   shortfall when only service-level items miss; agreed otherwise.

## Pitfalls

- Averaging the commitment lengths into a single support figure. The
  plan is governed by its minimum, and an average hides exactly the item
  that will fail first.
- Treating an absent commitment as a zero-length one and carrying on.
  Nothing downstream can be relied on, which is a different answer from
  a short but real commitment.
- Demanding spares or test equipment of an IP core. The applicability
  step exists to stop that, and skipping it inverts the finding.
- Reading a declared obsolescence mitigation as making the exposure go
  away. It removes the cap on the plan; the horizon is still inside the
  support period and still has to be visible to the customer.
- Refusing the whole plan over a slow anomaly response. That is a
  service-level shortfall and belongs in the middle disposition, not the
  refusal.
- Widening the support period so an exactly-equal commitment passes. An
  equality at the limit is a representation question, handled by the
  named tolerance inside the comparison.

## Behavior contract (gate 3)

Device-type applicability, commitment validation, per-commitment shortfall
in months, binding-constraint selection, obsolescence horizon and mitigation
handling, anomaly response-time comparison, the effective support period and
the three-way disposition are exercised by the gate 3 contract test:
scripts/test_e2040_final_support_maintenance_plan.py against
scripts/e2040_final_support_maintenance_plan_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e2040_final_support_maintenance_plan.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 →