What problem does it solve? Safety-critical aviation software under DO-178C (airborne) and DO-278A (ground-based CNS/ATM) demands bidirectional traceability, phase-gate discipline, cumulative structural coverage, and independent verification — requirements that are expensive to retrofit and easy to get wrong. This Skill encodes that discipline so AI-assisted work on requirements, design, code, and tests produces standards-aligned draft artifacts instead of unverifiable output. ## Core Features & Use Cases - Three operating modes: CONSULT mode answers standards questions directly (assurance levels, MC/DC, independence, tool qualification); SETUP mode runs an interview wizard that generates a project AGENTS.md constitution from a template; DEVELOPMENT mode produces lifecycle artifacts within the project's assurance level and phase. - Machine-checkable traceability: Defines @req/@design/@test/@derived annotations and ships a trace_check.py script that finds orphan code, untested requirements, and dangling references. - Reference library: Covers assurance levels and objective counts, the 22 lifecycle data items, DO-330 tool qualification (including AI agents as Criterion 1 tools), DO-278A Section 12 COTS gap analysis, safety-critical C patterns, and phase-gate exit checklists. - Use Case: A team asks whether AL3 requires robustness testing in addition to statement coverage, then asks for an HLR and requirements-based test cases for a new ADS-B system requirement — the Skill answers the coverage question directly, then generates DRAFT-marked artifacts following the project's naming and traceability conventions. ## Quick Start Ask the agent to set up a new DO-278A AL3 project constitution, or ask a direct question such as whether DAL B requires statement coverage in addition to decision coverage.