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

Q20 Logbook Drd

ASecurity

Maintain and assess the unit logbook of ECSS-Q-ST-20C Annex C against its document requirements description: validate each history, inspection, modification and environmental entry against the fields its type owes, check the numbering for a gap or a repeat, refuse a date that runs backwards down the sequence, trace the configuration through the modification chain so each one starts where the last left off, flag an environmental excursion or a failed inspection carrying no nonconformance refer...

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 q20-logbook-drd --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q20 Logbook Drd?

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

Security grade badge for Q20 Logbook Drd
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q20-logbook-drd/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q20-logbook-drd)

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

Download with Pro
Files
SKILL.md
---
name: q20-logbook-drd
description: "Maintain and assess the unit logbook of ECSS-Q-ST-20C Annex C against its document requirements description: validate each history, inspection, modification and environmental entry against the fields its type owes, check the numbering for a gap or a repeat, refuse a date that runs backwards down the sequence, trace the configuration through the modification chain so each one starts where the last left off, flag an environmental excursion or a failed inspection carrying no nonconformance reference, and accumulate the exposure hours recorded. Use when a logbook is opened, written up or reviewed at acceptance. Trigger: ecss, q-st-20c-annex-c, unit-logbook-drd, logbook-history-entries, logbook-inspection-entries, logbook-modification-chain, logbook-environmental-exposure."
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-20c-quality-assurance-scope, q20-logbook-drd, unit-logbook-drd, logbook-history-entry-fields, logbook-inspection-entry-fields, logbook-modification-configuration-chain, logbook-environmental-exposure-record, logbook-entry-chronology-check]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Unit Logbook DRD (space-systems/ecss/q20-logbook-drd)

Use when the task is the Annex C document requirements description of
ECSS-Q-ST-20C: a logbook travels with a unit, and the question is whether
the record it carries can still reconstruct what happened to that unit
when it is opened years later.

## Domain quick reference

- The logbook carries four kinds of line and each owes different fields. A
  history entry needs the activity, where it happened and the work
  reference; an inspection needs its type, its result and its reference; a
  modification needs the change reference and the configuration either
  side of it; an environmental entry needs the parameter, the value, the
  unit and the duration. A line missing its own fields is not a short
  entry, it is an unusable one.
- The numbering is evidence. A gap means a page was removed or never
  written; a repeat means two hands wrote the same line. Both are found by
  reading the numbers, not the prose.
- Dates never run backwards down the sequence. Two entries on the same day
  are ordinary; an entry dated before the one above it means the book was
  written up from memory afterwards.
- The modification entries form a chain. Each starts from the state the
  previous one left, so the configuration can be walked from the initial
  build standard to whatever the unit stands at now. A modification whose
  before-state does not match the running state means an undocumented
  change happened in between; one whose after-state equals its
  before-state records nothing at all.
- An environmental value past its stated limit is not a defect on its own
  -- it becomes one when nothing ties it to a nonconformance. The same
  holds for a failed or conditional inspection.
- The exposure accumulates. Hours per parameter and in total are what a
  limited-life or a fatigue argument is later built from, so they are
  summed rather than left in the individual lines.

## Workflow

1. Validate each entry against the common fields and the fields its type
   owes, refusing an unknown type, a non-positive number or a date that is
   not an ISO day.
2. Check the numbering for a gap and for a repeat.
3. Walk the entries in sequence order and raise any date earlier than the
   one before it.
4. Trace the configuration from the stated initial build standard through
   every modification entry, raising a broken join and a modification that
   moves nothing.
5. Compare each environmental value with its stated limit, returning the
   excursion and its margin.
6. Require a nonconformance reference on every excursion and on every
   inspection that did not pass.
7. Accumulate the exposure per parameter and in total, then return the
   entry counts, the final configuration and the verdict.

## Pitfalls

- Reading the entries in submitted order. The sequence number is the
  order, and a book handed over out of order hides both the gaps and the
  backdating.
- Comparing an environmental value with a strict inequality against its
  own limit. A value sitting exactly on the limit is inside it, and the
  margin is reported rather than re-derived by the caller.
- Treating an excursion as the finding. The finding is an excursion nobody
  raised; an excursion with a nonconformance reference is a record working
  as intended.
- Trusting the final configuration on the last modification line. It is
  only trustworthy once the whole chain has been walked from the initial
  build standard.
- Leaving the exposure in the individual lines. The number anyone later
  asks for is the total, and summing it at the point of reading is how two
  reviewers get two answers.

## Behavior contract (gate 3)

The per-type field validation, the sequence and chronology checks, the
configuration chain trace, the environmental excursion and margin
computation, the nonconformance reference rules on excursions and failed
inspections, and the cumulative exposure per parameter and in total are
exercised by the gate 3 contract test: scripts/test_q20_logbook_drd.py
against scripts/q20_logbook_drd_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q20_logbook_drd.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 →