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

Q7080 Parameter Development

ASecurity

Develop powder-bed build parameters for one material from a density-optimisation campaign. Use when a trial matrix of coupons has been run and the parameter set to release has to be chosen and defended: form the volumetric energy density of every trial, convert coupon density into relative density and porosity, group each trial as lack-of-fusion, stable or keyhole against the declared energy band, keep the densest stable trial meeting the target and break ties towards the lower energy, then r...

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 q7080-parameter-development --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7080 Parameter Development?

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

Security grade badge for Q7080 Parameter Development
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7080-parameter-development/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7080-parameter-development)

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

Download with Pro
Files
SKILL.md
---
name: q7080-parameter-development
description: "Develop powder-bed build parameters for one material from a density-optimisation campaign. Use when a trial matrix of coupons has been run and the parameter set to release has to be chosen and defended: form the volumetric energy density of every trial, convert coupon density into relative density and porosity, group each trial as lack-of-fusion, stable or keyhole against the declared energy band, keep the densest stable trial meeting the target and break ties towards the lower energy, then raise a finding when the campaign is too small, explored too few energy points, or landed its optimum on the edge of the span it explored. Trigger: ecss, q-st-70-80-additive-manufacturing, am-parameter-development, am-volumetric-energy-density, am-density-optimisation, am-trial-matrix-bracketing, am-keyhole-lack-of-fusion-regimes."
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-80-additive-manufacturing, q7080-parameter-development, am-parameter-development, am-volumetric-energy-density, am-density-optimisation, am-trial-matrix-bracketing, am-keyhole-lack-of-fusion-regimes]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Additive Manufacturing — Parameter Development (space-systems/ecss/q7080-parameter-development)

Use when the task is the process clause of ECSS-Q-ST-70-80 that develops
build parameters for a material: deciding which beam power, scan speed,
hatch spacing and layer thickness are released for that feedstock, and
whether the campaign that produced them actually justifies the choice.

## Domain quick reference

- Parameters belong to a material, not to a machine or a part. A set
  developed on one alloy says nothing about the next one, so a trial run
  on a different feedstock is foreign evidence and is refused rather
  than averaged into the matrix.
- The four primary parameters act through one quantity. Volumetric
  energy density E = P / (v * h * t) collapses beam power, scan speed,
  hatch spacing and layer thickness into the energy delivered per unit
  of consolidated material, which is why two different-looking sets can
  behave identically and a single-parameter sweep can miss the optimum.
- Density is the objective, and it has two failure directions. Below the
  stable band the melt pool does not overlap and lack-of-fusion voids
  appear; above it the pool goes into a keyhole and traps gas porosity.
  Both show up as lost density, so a density number alone does not say
  which way the process failed.
- The densest trial is not automatically the one to release. Where two
  sets reach the same density, the lower energy one runs cooler, builds
  faster in most geometries and leaves more room before the keyhole
  boundary, so it is the defensible choice.
- An optimum on the edge of the explored span is not an optimum. It is
  the best point of a matrix that stopped too early, and the true peak
  may lie outside where nothing was measured.
- Relative density is a quotient of measured masses. A coupon exactly on
  the target can land a few units in the last place below it, which the
  comparison absorbs; the target itself is never relaxed.

## Workflow

1. Validate the campaign material, the fully dense reference and the
   declared stable energy band. An inverted or degenerate band cannot
   group anything, and is an input error rather than a wide window.
2. Validate all four primary parameters of every trial. A missing or
   non-positive parameter is refused, because an energy density formed
   from an assumed value evidences a process nobody ran.
3. Form the volumetric and linear energy densities per trial, and reject
   any trial declaring a feedstock other than the campaign material.
4. Convert each coupon density into a relative density and porosity, and
   refuse a measurement above the reference beyond measurement scatter:
   the units or the reference are wrong, not the coupon.
5. Group each trial as lack-of-fusion, stable or keyhole, treating an
   exact band edge as inside the band.
6. Keep the densest stable trial that meets the target, breaking ties
   towards the lower energy density and returning nothing at all when no
   stable trial reaches it.
7. Raise campaign findings independently of the selection: too few
   trials, too few distinct energy points, and a selected optimum
   sitting on an edge of the explored span. Release only when a set was
   selected and no finding stands.

## Pitfalls

- Reading a high density as a qualified parameter set. The coupon says
  the material consolidated at that energy once; the campaign findings
  say whether the matrix around it was ever explored.
- Selecting on density alone across regimes. A keyhole trial can post a
  respectable density while trapping gas porosity that the section plane
  happened to miss, so the regime filter comes before the ranking.
- Sweeping one parameter and calling it a matrix. Energy density moves
  with all four, and a speed-only sweep at fixed power explores a line
  through a space that has to be bracketed in at least two directions.
- Carrying a parameter set to a new feedstock lot or alloy because the
  machine is the same. The melt behaviour follows the powder, which is
  why development is per material.
- Widening the stable band to take in a trial that performed well. That
  redefines the regime boundary from the single point that was supposed
  to be graded against it.

## Behavior contract (gate 3)

The parameter validation, energy-density formation, regime grouping,
relative-density conversion, optimum selection with its tie-break and
the campaign bracketing findings are exercised by the gate 3 contract
test: scripts/test_q7080_parameter_development.py against
scripts/q7080_parameter_development_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_q7080_parameter_development.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 →