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

Envelope Expansion

ASecurity

Use when you must plan flight test envelope expansion: compute the corner speed (maneuvering speed VA) from the stall speed and the limit load factor, classify airspeeds into the flight test speed categories, and size the expansion steps against the load factor envelope. Produces the corner speed, the airspeed classification per test point, the per-step speed increment, and the load factor limit verdict that gate the expansion program. Trigger: envelope expansion, corner speed, airspeed class...

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 envelope-expansion --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Envelope Expansion?

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

Security grade badge for Envelope Expansion
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-envelope-expansion/badge)](https://www.skillsdirectory.com/skills/ashfordeou-envelope-expansion)

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

Download with Pro
Files
SKILL.md
---
name: envelope-expansion
description: "Use when you must plan flight test envelope expansion: compute the corner speed (maneuvering speed VA) from the stall speed and the limit load factor, classify airspeeds into the flight test speed categories, and size the expansion steps against the load factor envelope. Produces the corner speed, the airspeed classification per test point, the per-step speed increment, and the load factor limit verdict that gate the expansion program. Trigger: envelope expansion, corner speed, airspeed classification, load factor, flight test, expansion step, maneuver envelope."
license: Apache-2.0
compliance: STANDARDS-REF
standards:
  - id: far-25
    reference-only: true
  - id: cs-25
    reference-only: true
gated: false
domain: flight-test-operations
pack: flight-test-operations
compatibility: "agentskills.io SKILL.md; any SKILL.md host (Claude Code, Hermes, OpenClaw)"
metadata:
  domain: flight-test-operations
  subdomain: envelope
  tags: [envelope-expansion, corner-speed, airspeed-classification, load-factor, expansion-step, flight-test]
  version: 0.1.0
  author: Aero Agent Skills
---

# Envelope Expansion (flight-test-operations/envelope/envelope-expansion)

Use when the task is flight test envelope expansion: corner speed,
airspeed classification, and expansion step planning against the load
factor envelope.

## Domain quick reference

- Corner speed (maneuvering speed) VA = VS * sqrt(n_max), where VS is
  the reference stall speed and n_max the limit load factor.
- Units: speeds in m/s (convert knots or km/h before use); load factor
  n is dimensionless.
- Airspeed categories: VFE (flaps extended limit), VA (maneuvering),
  VNO (normal operating limit), VNE (never exceed).
- Expansion steps move the test speed from the current point toward a
  target in equal increments, with the load factor checked against the
  limit at every point.

## Workflow

1. Compute the corner speed with corner_speed(vs_ms, n_max).
2. Classify each test speed with classify_airspeed(v_ms, vfe, va, vno, vne).
3. Size the increments with expansion_step_size(target_v, current_v, n_steps).
4. Check every point with load_factor_within_limit(n, n_max).
5. Gate the expansion program on the classification and limit verdicts.

## Pitfalls

- Expanding past VA without stall checks: at VA the limit load factor
  can stall the wing, so test near VA only with stall protection active.
- Classification boundary handling: boundaries are half-open; a speed
  equal to VFE belongs to vfe-to-va, equal to VA to va-to-vno, and so
  on. Use the documented comparisons, not hand-adjusted bands.
- Steps <= 0: a non-positive step count or a target below the current
  speed raises ValueError instead of producing a nonsense increment.
- Mixed units: convert every speed to m/s before computing VA.

## Behavior contract (gate 3)

The corner speed, classification, step, and load factor logic is
exercised by the gate 3 contract test: scripts/test_envelope_expansion.py
against scripts/envelope_expansion_logic.py (stdlib unittest, offline).
Run: python3 scripts/test_envelope_expansion.py

## Compliance

- Standards referenced, not reproduced: FAR-25.335 and CS-25.335 design
  airspeeds set the maneuvering speed context; flight test envelope
  expansion methodology is common knowledge, summary-only 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 →