# Verification

> Use when verifying DO-254 airborne electronic hardware: determine the verification methods that apply to a simple or complex AEH item, check whether independent verification is expected at the hardware design assurance level, validate requirements-based test coverage against the A/B and C/D ratios, review hardware/software integration evidence, and confirm the verification effort is complete against the required method set. Methods scale from reduced verification for simple AEH to test, analysis, and review for complex AEH. Trigger: do-254, verification, airborne electronic hardware, aehl, hardware design assurance, requirements-based test, hardware/software integration, review, analysis.

- Skill: `ashfordeou/verification` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add ashfordeou/verification`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ashfordeou/verification/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- License: Apache-2.0
- Author: ashfordeOU (https://skillmd.com/u/ashfordeou)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ashfordeou/verification

---


# DO-254 Verification (avionics/do254/verification)

Use when the task is verification of DO-254 airborne electronic
hardware: method selection, independence, coverage, and completeness
for the hardware item.

## Domain quick reference

- Verification is the DO-254 process that shows the hardware item
  satisfies its requirements; the methods are test, analysis, and
  review, selected per item and design assurance level.
- Complex AEH (programmable logic, processors, significant internal
  state) is verified by test, analysis, and review; simple AEH uses
  reduced verification (review-based).
- Independent verification is expected at the higher hardware design
  assurance levels (A/B); independence is separate from the methods
  themselves.
- Requirements-based testing measures coverage against the item's
  requirements: use a 0.98 ratio at levels A/B and 0.95 at C/D.
- Hardware/software integration evidence ties the hardware item to
  the airborne software it hosts.

## Workflow

1. Classify the item as simple or complex AEH and note its hardware
   design assurance level (A-D).
2. Determine the verification methods for the item (full set for
   complex AEH, reduced for simple AEH).
3. Check whether independent verification is expected at the level.
4. Validate requirements-based test coverage against the level's
   ratio (0.98 for A/B, 0.95 for C/D).
5. Review the hardware/software integration evidence, then confirm
   the verification effort is complete against the required method
   set.

## Pitfalls

- Applying the full test/analysis/review set to simple AEH (or
  dropping test from complex AEH).
- Treating independence as optional at levels A/B.
- Passing coverage below the level's ratio (0.97 at A/B is not
  sufficient).
- Declaring verification complete while a required method is
  missing from the evidence.

## Behavior contract (gate 3)

The method-selection, independence, coverage, and completeness logic
is exercised by the gate 3 contract test:
scripts/test_do254_verification.py against scripts/do254_verification_logic.py
(stdlib unittest, offline). Run:
python3 scripts/test_do254_verification.py

## Compliance

- Standards referenced, not reproduced: DO-254 text is proprietary
  (RTCA/EUROCAE); summary-only per standards-map.yaml and brief 06.
- compliance: STANDARDS-REF, gated: false.

