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 Surface Preparation

ASecurity

Derive and audit the substrate preparation a paint system owes under ECSS-Q-ST-70-31C: build the ordered degrease, abrade, rinse, chemical conversion, dry and mask sequence the substrate and the item's keep-out areas demand, compare the as-performed sequence against it for missing, unrecognised, repeated or out-of-order steps, apply the prepared-to-first-coat time window, confirm every declared bare area is actually masked, and close on ready-to-coat, rework-required or re-prepare. Use when a...

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

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-surface-preparation --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7031 Surface Preparation?

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

Security grade badge for Q7031 Surface Preparation
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7031-surface-preparation/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7031-surface-preparation)

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

Download with Pro
Files
SKILL.md
---
name: q7031-surface-preparation
description: "Derive and audit the substrate preparation a paint system owes under ECSS-Q-ST-70-31C: build the ordered degrease, abrade, rinse, chemical conversion, dry and mask sequence the substrate and the item's keep-out areas demand, compare the as-performed sequence against it for missing, unrecognised, repeated or out-of-order steps, apply the prepared-to-first-coat time window, confirm every declared bare area is actually masked, and close on ready-to-coat, rework-required or re-prepare. Use when a surface is about to be painted or a preparation traveller is being reviewed. Trigger: ecss, q-st-70-31c, paint-surface-preparation-sequence, paint-conversion-treatment-step, prepared-to-coat-window, paint-keep-out-masking, paint-preparation-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-surface-preparation, paint-surface-preparation-sequence, paint-conversion-treatment-step, prepared-to-coat-window, paint-keep-out-masking, paint-preparation-disposition]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Paints — Surface Preparation (space-systems/ecss/q7031-surface-preparation)

Use when the task is the surface-preparation clause of ECSS-Q-ST-70-31C: the
ordered work that turns a delivered substrate into a surface a paint system
will actually bond to, and the audit of a traveller that claims it was done.

## Domain quick reference

- Preparation is a sequence, not a checklist. Degreasing after abrading drives
  the contaminant the degreasing was meant to remove into the fresh profile the
  abrasion just opened, so the same set of steps in the wrong order leaves a
  worse surface than the one it started from.
- The substrate decides whether a chemical conversion treatment is owed. A
  light alloy gets one because bare metal oxide is neither stable nor a good
  adhesion base; a laminate gets none, and inserting one is not a conservative
  extra but a process nobody qualified on that material.
- Rinsing is the one step that legitimately repeats. Every other repetition in
  a traveller means either the step failed and was redone without a record, or
  two travellers were merged.
- A prepared surface has a shelf life measured in hours. Oxide regrows,
  airborne contamination lands, and absorbed moisture returns, so the window
  from final preparation to first coat is part of the process and a surface
  that missed it is prepared again rather than coated late.
- Masking is a two-sided record. A declared keep-out area that was not masked
  is paint where there must be none; a masked area nobody declared is bare
  substrate where paint was expected, and both are findings.
- The difference between rework and re-preparation matters. A masking gap can
  be corrected locally; a broken or stale sequence cannot, because the surface
  state the rest of the process assumed no longer exists.

## Workflow

1. Derive the required sequence from the substrate and the declared keep-out
   areas, adding the conversion treatment only where the substrate owes one and
   masking only where something has to stay bare.
2. Normalise the as-performed steps and reject a step that is not a string or
   an empty sequence outright.
3. Compare performed against required: missing steps, unrecognised steps,
   repetition of a non-repeatable step, and order violations among the steps
   that carry the sequence.
4. Apply the prepared-to-first-coat window for the substrate, or the per-item
   override, treating an elapsed time exactly at the window as inside it.
5. Compare declared keep-out areas against the masking record in both
   directions.
6. Close with one disposition: re-prepare for a broken sequence or a missed
   window, rework-required for a masking gap alone, ready-to-coat otherwise.

## Pitfalls

- Auditing the set of steps rather than their order. All the right steps in the
  wrong order is a failure mode this check exists to catch, and a set
  comparison cannot see it.
- Adding a conversion treatment to a laminate because a metallic traveller was
  used as the template. That is an unqualified process on that substrate, not a
  cautious extra.
- Recording a long wait before the first coat and coating anyway. The window is
  a process parameter; missing it invalidates the preparation rather than the
  paperwork.
- Treating an undeclared masked area as harmless. Something was protected that
  the drawing expected to be painted, and the reason needs to be known before
  the mask comes off.
- Collapsing a repeated abrasion into one step. The second pass changed the
  surface profile, and the record needs to say so.

## Behavior contract (gate 3)

The required-sequence derivation, sequence comparison, repeatable-step rule,
order check, prepared-to-coat window, two-way masking comparison and the
readiness disposition are exercised by the gate 3 contract test:
scripts/test_q7031_surface_preparation.py against
scripts/q7031_surface_preparation_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q7031_surface_preparation.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 →