Audio-model onboarding

Invoke the canonical audio-model-onboarding skill explicitly with one workflow mode and one checkpoint target. The workflow separates evidence collection from operations that execute code or acquire assets.

  1. Use analyze for static, evidence-grounded inspection.

  2. Use resolve-environment for controlled compatibility resolution in isolated runtime state.

  3. Use integrate only after the required evidence and user decisions exist.

  4. Use verify for controlled checkpoint loading and runtime behavior.

  5. Use card to author the checkpoint-specific model card from validated artifacts.

Start from the repository’s agent request template. Each invocation remains scoped to its selected mode. Unresolved scientific or technical questions stay explicit rather than being guessed.

See Skill overview for the mode-by-mode contract.

The machine contracts behind evidence, claims, candidates, decisions, and reports are documented in Onboarding contracts. Static calls such as torch_dae.onboarding.inspect_repository() and torch_dae.onboarding.inspect_scenario_repository() are documented in Static onboarding inspection; they never execute inspected code. Environment and checkpoint side effects begin only at the explicit manager calls in Environment lifecycle and Checkpoint management.