Babysitter do-178c-compliance

Skill for planning and executing DO-178C software certification activities

install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/aerospace-engineering/skills/do-178c-compliance" ~/.claude/skills/a5c-ai-babysitter-do-178c-compliance && rm -rf "$T"
manifest: library/specializations/domains/science/aerospace-engineering/skills/do-178c-compliance/SKILL.md
source content

DO-178C Compliance Skill

Purpose

Enable planning and execution of DO-178C software certification activities for airborne software development across all Design Assurance Levels.

Capabilities

  • Software level determination
  • Plan for Software Aspects of Certification (PSAC)
  • Software Development Plan (SDP) generation
  • Software requirements analysis
  • Traceability matrix management
  • Structural coverage analysis (MC/DC)
  • Tool qualification planning
  • Deviation and issue management

Usage Guidelines

  • Determine software level based on system safety assessment
  • Develop compliant plans before starting development
  • Maintain complete traceability from requirements to code and tests
  • Achieve required structural coverage for software level
  • Qualify tools that could insert errors or fail to detect errors
  • Document and resolve all deviations and issues

Dependencies

  • LDRA
  • VectorCAST
  • Coverage analysis tools
  • Requirements management tools

Process Integration

  • AE-023: DO-178C Compliance Planning