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

Q7031 Applicability And Paint Systems

ASecurity

Scope a declared finish against the paint rules of ECSS-Q-ST-70-31C: decide whether a drawing note's coating is a paint system or a surface treatment outside these rules, assemble the declared layers into an ordered primer, intermediate and topcoat stack, report an inverted or repeated stack and a topcoat on unprimed metal, total the dry-film build with its tolerance band, and close on one in-scope, out-of-scope or incomplete-declaration disposition. Use when a finish schedule or coating draw...

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 q7031-applicability-and-paint-systems --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7031 Applicability And Paint Systems?

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

Security grade badge for Q7031 Applicability And Paint Systems
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7031-applicability-and-paint-systems/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7031-applicability-and-paint-systems)

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

Download with Pro
Files
SKILL.md
---
name: q7031-applicability-and-paint-systems
description: "Scope a declared finish against the paint rules of ECSS-Q-ST-70-31C: decide whether a drawing note's coating is a paint system or a surface treatment outside these rules, assemble the declared layers into an ordered primer, intermediate and topcoat stack, report an inverted or repeated stack and a topcoat on unprimed metal, total the dry-film build with its tolerance band, and close on one in-scope, out-of-scope or incomplete-declaration disposition. Use when a finish schedule or coating drawing note has to be settled before a material is chosen. Trigger: ecss, q-st-70-31c, paint-system-applicability, paint-layer-stack-order, paint-dry-film-build, coating-versus-surface-treatment, paint-scope-disposition."
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-70-31c-paint-application, q-st-70-31c, q7031-applicability-and-paint-systems, paint-system-applicability, paint-layer-stack-order, paint-dry-film-build, coating-versus-surface-treatment, paint-scope-disposition]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Paints — Applicability and Paint Systems (space-systems/ecss/q7031-applicability-and-paint-systems)

Use when the task is the framework clause of ECSS-Q-ST-70-31C: which finishes
on space hardware the paint rules govern, and what a declared paint system has
to look like before a single material or process decision is taken. This leaf
reads one finish declaration and says whether it is inside these rules, what
the stack actually is, and what the declaration is still missing.

## Domain quick reference

- A paint system is an organic-binder film applied wet and cured in place. An
  anodised, conversion-coated, plated or vacuum-deposited surface is a surface
  treatment: it may sit under a paint system, but on its own it is governed by
  a different set of rules, and calling it a coating on a drawing does not move
  it into these ones.
- A system is a stack, not a product. The primer answers adhesion and corrosion
  protection at the substrate, the topcoat answers the external environment and
  the thermo-optical role, and an intermediate layer answers whatever the two
  cannot. Naming only the topcoat leaves the adhesion question unanswered.
- Stack order is physical, not clerical. A primer applied over a topcoat is a
  different item from the one the drawing intends, and a second primer in the
  middle of a stack usually means two declarations were merged rather than one
  system being built up twice.
- Bare metal under a topcoat is the classic escape. Metallic substrates need a
  primer or a qualified pretreatment beneath the topcoat; a laminate may not,
  which is why the finding is substrate-dependent rather than universal.
- The build the hardware carries is the sum of the layers at their tolerance
  extremes, not the nominal figure of the thickest one. Mass, thermo-optical
  behaviour and edge coverage all follow the total, so the total is what is
  compared against any declared build limit.
- A declaration that cannot be read is not a scope decision. An unrecognised
  substrate or a stack with no organic layer in it returns incomplete, so the
  gap is closed rather than papered over with an in-scope call.

## Workflow

1. Categorize the declared finish family: paint system, surface treatment, or
   unrecognised. A surface treatment closes out of scope immediately; an
   unrecognised family closes as an incomplete declaration.
2. Normalise every declared layer — role, binder, nominal dry-film thickness
   and tolerance — and refuse a layer whose minus tolerance removes the layer
   entirely or whose role is not a stack role.
3. Order the layers and collect the structural findings: out-of-order stack,
   repeated role, topcoat on unprimed metallic substrate, no organic layer.
4. Total the dry-film build across the stack and return the minimum, nominal
   and maximum of the band.
5. Compare the worst-case build against any declared build limit, absorbing
   representation error at the boundary with a named tolerance instead of
   loosening the limit.
6. Close with one disposition and every finding that produced it, so a reviewer
   can see which declaration gap drove an incomplete call.

## Pitfalls

- Treating anodising or a conversion coating as a paint because the drawing
  note calls it a coating. It is a surface treatment, and pulling it into these
  rules means it is graded against requirements that were never written for it.
- Declaring the topcoat alone. The primer carries adhesion and corrosion
  protection; a single-product declaration on a metallic substrate is a finding
  even when the topcoat itself is perfectly qualified.
- Summing nominal thicknesses only. A stack whose nominal build sits inside a
  limit can exceed it at the tolerance extremes, which is the build the flight
  item actually carries.
- Reading a repeated role as a thicker layer. Two primer entries in a stack are
  a declaration defect until someone confirms otherwise; silently collapsing
  them hides a merged drawing.
- Widening a build limit so an exactly-at-limit stack passes. Equality at the
  limit is a representation question handled by the tolerance inside the
  comparison; the declared limit stays where it was set.

## Behavior contract (gate 3)

The finish categorization, layer normalisation, stack-order and substrate
findings, dry-film band summation, build-limit comparison and the scope
disposition are exercised by the gate 3 contract test:
scripts/test_q7031_applicability_and_paint_systems.py against
scripts/q7031_applicability_and_paint_systems_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q7031_applicability_and_paint_systems.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 →