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

Q7050 Monitoring Plan

ASecurity

Produce the particle contamination monitoring plan a project owes under ECSS-Q-ST-70-50C: size the sampling locations of each zone from its floor area, set the revisit interval of airborne counting, witness-plate fallout and tape-lift sampling from the criticality of the work done there, count the occurrences across the campaign and total the samples committed. Use when writing or reviewing a contamination control plan, defending a sampling frequency, or sizing the monitoring workload of an i...

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

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 q7050-monitoring-plan --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7050 Monitoring Plan?

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

Security grade badge for Q7050 Monitoring Plan
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7050-monitoring-plan/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7050-monitoring-plan)

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

Download with Pro
Files
SKILL.md
---
name: q7050-monitoring-plan
description: "Produce the particle contamination monitoring plan a project owes under ECSS-Q-ST-70-50C: size the sampling locations of each zone from its floor area, set the revisit interval of airborne counting, witness-plate fallout and tape-lift sampling from the criticality of the work done there, count the occurrences across the campaign and total the samples committed. Use when writing or reviewing a contamination control plan, defending a sampling frequency, or sizing the monitoring workload of an integration campaign. Trigger: ecss, q-st-70-50c, particle-monitoring-plan, monitoring-location-sizing, monitoring-frequency-selection, cleanroom-zone-sampling-schedule, contamination-monitoring-workload."
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-50c-particle-contamination-monitoring, q-st-70-50c, q7050-monitoring-plan, particle-monitoring-plan, monitoring-location-sizing, monitoring-frequency-selection, cleanroom-zone-sampling-schedule, contamination-monitoring-workload]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Particle Monitoring — Monitoring Plan (space-systems/ecss/q7050-monitoring-plan)

Use when the task is the programme clause of ECSS-Q-ST-70-50C: producing the
monitoring plan that states where particle monitoring happens, by which
method, and how often, for the zones a project works its hardware in.

## Domain quick reference

- A plan is three answers per zone and not one. Locations say where, method
  says what is measured, interval says how often; a plan that names a method
  without a location count and a period is a statement of intent.
- Location count scales with the square root of floor area, not with area
  itself. Doubling a bay does not double the sampling effort, which is why a
  large hall and a small airlock end up closer together than floor plans
  suggest, and why a minimum location count has to be stated separately.
- The minimum exists because a single point cannot show a gradient. Two
  locations in a small zone catch the difference between the supply diffuser
  and the return, which is the whole reason for sampling a zone rather than
  its air handler.
- Frequency follows the criticality of the work, not the size of the room. A
  bay where an optic is open shortens every interval it carries; the same
  bay used for boxed storage does not.
- An interval has a floor. Below about a day a routine sampling plan has
  become a continuous monitoring requirement, which is a different instrument
  and a different budget, so the plan should say so instead of quietly asking
  for it.
- A plan commits a workload, and the workload is locations times occurrences.
  Summing it before the campaign starts is what turns a plan into something a
  facility can actually resource.
- Two samples are the smallest number that can show a trend. A method that
  runs once across a campaign has produced a snapshot, and a snapshot cannot
  demonstrate that a zone held its condition.

## Workflow

1. Validate each zone: identifier, floor area, declared cleanroom class where
   it has one, the methods assigned to it, and the criticality band.
2. Size the sampling locations from the floor area, apply the minimum, and
   let an operator request raise the count but never lower it.
3. Set each method's interval from its base revisit period, shortened by the
   criticality factor of the zone and floored at one day.
4. Count the occurrences of each method across the campaign, counting both
   the opening sample and the one that lands on the closing day.
5. Multiply locations by occurrences for the committed sample count, and
   total the plan per method so the workload is visible.
6. Raise the plan-level findings: a zone declared twice, a zone with no
   method, a declared cleanroom class with no airborne counting behind it,
   and any method yielding a single occurrence across the campaign.

## Pitfalls

- Scaling locations linearly with floor area. The square-root rule is what
  keeps a large hall affordable, and a linear count buries the plan in
  samples it will quietly stop taking by the second month.
- Sampling a zone at one point. One location cannot separate a supply-side
  reading from a return-side one, so the minimum count is a structural part
  of the plan rather than a conservative extra.
- Setting frequency from room size. A small airlock where an optic is opened
  needs shorter intervals than a large hall handling boxed units, so the
  criticality of the work is what shortens the period.
- Letting an interval fall below a day without saying so. That is continuous
  monitoring, with a different instrument and a different cost, and it should
  be raised as a change rather than absorbed as a short period.
- Writing a plan without totalling it. Locations times occurrences is the
  commitment the facility has to staff, and a plan whose workload was never
  summed is the one that gets sampled at half its stated rate.
- Accepting a single occurrence as coverage. One sample records a moment; the
  plan exists to show a zone held its condition across the campaign, which
  takes at least two.

## Behavior contract (gate 3)

The zone validation, location sizing from floor area, interval derivation
from the criticality band, occurrence counting across the campaign, workload
totals and the plan-level findings are exercised by the gate 3 contract test:
scripts/test_q7050_monitoring_plan.py against
scripts/q7050_monitoring_plan_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_q7050_monitoring_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 →