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 Experience Summary Report Task

ASecurity

Determine whether the device Experience Summary Report is owed at all and, when it is, whether it actually captures the development. Use when an ECSS-E-ST-20-40C clause 5.8.4 lessons record is being settled: decide applicability from the customer request before grading anything, check every mandated topic is written, trace each development event into the topic that owns its kind, separate events carried nowhere from events misfiled and events sent to an unwritten topic, weight significant eve...

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-experience-summary-report-task --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E2040 Experience Summary Report Task?

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

Security grade badge for E2040 Experience Summary Report Task
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e2040-experience-summary-report-task/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e2040-experience-summary-report-task)

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

Download with Pro
Files
SKILL.md
---
name: e2040-experience-summary-report-task
description: "Determine whether the device Experience Summary Report is owed at all and, when it is, whether it actually captures the development. Use when an ECSS-E-ST-20-40C clause 5.8.4 lessons record is being settled: decide applicability from the customer request before grading anything, check every mandated topic is written, trace each development event into the topic that owns its kind, separate events carried nowhere from events misfiled and events sent to an unwritten topic, weight significant events above trivial ones, and return not-required, complete or incomplete. Refuses a request reference with no request and an unknown event kind. Trigger: ecss, e-st-20-40c, experience-summary-report, device-lessons-capture, customer-requested-deliverable, development-event-traceability, report-topic-coverage, event-significance-weighting."
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-experience-summary-report-task, experience-summary-report, device-lessons-capture, customer-requested-deliverable, development-event-traceability, report-topic-coverage, event-significance-weighting]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Device Engineering — Experience Summary Report (space-systems/ecss/e2040-experience-summary-report-task)

Use when the task is the experience summary record of ECSS-E-ST-20-40C
clause 5.8.4 — capturing what was learned developing an ASIC, FPGA or IP
core, in the case where the customer has asked for such a record, and
judging whether the record that exists actually carries the development.

## Domain quick reference

- Applicability comes first and is binary. This output is owed only on a
  customer request, so a development with no request owes nothing;
  grading an absent report as a shortfall invents a finding, and the
  request itself has to be cited rather than assumed.
- A report offered where none was asked for is still read, but its gaps
  are informational. Nothing was owed, so nothing can be short — the
  useful output is the mismatch between the delivery list and the
  request.
- Topic coverage and event capture are different measures. A report can
  write every mandated topic and still have lost the anomalies, and it
  can carry every anomaly into a topic it never actually wrote. Both are
  reported, and they are combined rather than substituted.
- An event lands in exactly one topic, determined by its kind. A waiver
  and a design change both belong to the design-issues topic; an anomaly
  belongs to the anomalies topic. Filing an anomaly under tool issues is
  a different defect from not filing it at all, and both differ again
  from filing it into a topic the report never wrote.
- Events are not equal. A record that captured every trivial item and
  lost the significant ones is not a lessons record, so significance
  weights the capture measure instead of a flat count.

## Workflow

1. Decide applicability from the customer request. A request with no
   cited reference, or a reference with no request, is an input error
   that has to be settled before anything is graded.
2. If nothing was requested and nothing exists, return not-required and
   stop. If nothing was requested but a report exists, read it and
   report the mismatch without turning its gaps into shortfalls.
3. If a report was requested and none exists, that is the whole finding;
   return it rather than scoring an empty record.
4. Validate the report: a topic outside the mandated set, a repeated
   topic or an unknown issue state is refused.
5. Compute topic coverage over the mandated set.
6. Validate each development event and resolve the topic that owns its
   kind. Group the failures into carried nowhere, carried into the wrong
   owner, and carried into a topic the report never wrote.
7. Compute the capture measure on significance weights, not on a count.
8. Combine coverage and capture into the completeness index, absorb
   representation error at unity with a named tolerance, and return the
   disposition — a report still in draft is incomplete however good its
   content.

## Pitfalls

- Grading the report before deciding whether it was owed. Clause 5.8.4
  is conditional, and an unrequested report cannot be short of anything.
- Treating an absent report and an empty report the same way. One is a
  contractual gap with a cited request behind it; the other is a content
  gap in something that exists.
- Counting events rather than weighting them. Losing one major anomaly
  and losing one minor tool niggle are not the same loss, and a flat
  count says they are.
- Collapsing the three event failure modes into "not captured". Filed
  under the wrong topic is a reorganisation; carried into an unwritten
  topic means the topic still has to be authored; carried nowhere means
  the lesson was never written down at all.
- Accepting a draft as complete because its content is complete. The
  record has to be issued to be a record.
- Letting a near-unity index pass by loosening the comparison. The
  named tolerance absorbs the representation error; the completeness
  condition is not widened.

## Behavior contract (gate 3)

Applicability resolution from the customer request, report validation,
mandated-topic coverage, event-kind ownership, the three event failure
modes, significance-weighted capture and the combined completeness index
are exercised by the gate 3 contract test:
scripts/test_e2040_experience_summary_report_task.py against
scripts/e2040_experience_summary_report_task_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_e2040_experience_summary_report_task.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 →