# Tool Qualification

> Use when assessing software tool qualification per DO-330 and DO-178C: determine the tool qualification level (TQL-1 through TQL-5) from the applicable tool criteria, check that a qualification level meets the required rigor, select the governing criterion when several apply, and validate that tool operational requirements (TOR) and qualification artifacts are complete. DO-330 tool criteria 1-5 map to TQL-1..TQL-5 with lower numbers meaning stricter rigor; all logic is deterministic, offline stdlib. Trigger: tool qualification, DO-330, TQL, tool criteria, qualification level, tool operational requirements, TOR, tool credit, verification tool.

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

---


# DO-330 Tool Qualification (avionics/do178c/tool-qualification)

Use when the task is software tool qualification for a DO-178C
program: mapping tool criteria to tool qualification levels,
checking TQL rigor against requirements, and scoping the DO-330
qualification artifacts.

## Domain quick reference

- DO-330 (Software Tool Qualification Considerations) defines the
  tool qualification process referenced by DO-178C section 12.2 for
  tool credit.
- Tool criteria 1-5 map to TQL-1..TQL-5: criterion 1 (tool output
  part of the airborne software and not verified by another means)
  demands the highest rigor, TQL-1; criterion 5 (tool could fail to
  detect an error but its output is verified by another means)
  demands the lowest rigor, TQL-5.
- Lower TQL numbers are stricter: TQL-1 satisfies a TQL-4
  requirement; TQL-4 does not satisfy a TQL-1 requirement.
- When several criteria apply, the highest criterion number is the
  governing one.
- Key artifacts: tool operational requirements (TOR), qualification
  plan, and tool accomplishment summary.

## Workflow

1. Identify the applicable DO-330 tool criteria for the tool.
2. Map each criterion to its TQL and select the governing one.
3. Check the resulting TQL against the required rigor for the
   intended credit.
4. Confirm the TOR and qualification artifacts are complete.
5. Record the TQL and evidence in the tool qualification documents.

## Pitfalls

- Treating TQL-5 as more rigorous than TQL-1 (reversed ordering).
- Ignoring a higher criterion number when several apply (the
  governing criterion drives the TQL).
- Claiming tool credit without a TOR or accomplishment summary.
- Applying DO-330 criteria without the DO-178C context that
  12.2 references.

## Behavior contract (gate 3)

The logic is exercised by the gate 3 contract test:
scripts/test_tool_qualification.py against
scripts/tool_qualification_logic.py (stdlib unittest, offline).
Run: python3 scripts/test_tool_qualification.py

## Compliance

- Standards referenced, not reproduced: DO-330 / DO-178C text is
  proprietary (RTCA); summary-only per standards-map.yaml and brief 06.
- DO-330 is the tool-qualification companion to DO-178C / DO-254;
  tool credit is accepted via AC 20-115D.
- compliance: STANDARDS-REF, gated: false.

