audit-alignment

Audit DomainSpec obligations against implementation code and classify compliance gaps.

20|3|Updated May 14, 2026
One-click install
npx skills add https://github.com/cyberAlchemyAI/Arcanum --skill audit-alignment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-alignment
Source: https://github.com/cyberAlchemyAI/Arcanum/tree/main/arcana/audit-alignment
Command: npx skills add https://github.com/cyberAlchemyAI/Arcanum --skill audit-alignment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This audit identifies fidelity gaps between DomainSpec obligations and implementation code, surfacing compliant, partial, missing, and extra behaviors to enable targeted remediation.

Core Features & Use Cases

  • Aligns feature specs with code implementations by comparing obligations, outputs, and state transitions.
  • Produces a categorized verdict per obligation (compliant, partial, missing, extra) with severity and remediation guidance.
  • Generates an evidence-backed alignment report suitable for governance reviews and ticket routing.

Quick Start

Run the alignment audit against the DomainSpec and codebase to generate a remediation-priority report.

Frequently Asked Questions about audit-alignment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my code implementation matches my specification document?

A spec-to-code alignment audit compares your DomainSpec obligations against your codebase to classify each obligation as compliant, partial, missing, or extra. It produces an evidence-backed report with a prioritized remediation plan to close fidelity gaps.

What is the best way to find missing or partial features in a codebase compared to specs?

Running a code-analysis alignment audit categorizes implementation behaviors against specification obligations, revealing partial and missing features. It generates a structured alignment report with evidence references and severity classifications for targeted remediation.

Does an alignment audit modify my source code or spec files during analysis?

No, an alignment audit is a read-only process that surfaces spec-to-code fidelity gaps without mutating code or spec files. It strictly analyzes obligations and outputs a structured remediation-priority report for governance reviews.

How do I generate a remediation plan from a DomainSpec and codebase?

Apply an alignment audit to features with a SPEC.md and code to classify obligations by compliance status. The audit returns a structured report containing evidence references and a prioritized remediation plan for ticket routing.

When do I need to run a spec-to-code fidelity gap analysis?

You need a fidelity gap analysis when preparing for governance reviews or verifying that implementation code fulfills DomainSpec obligations. It categorizes compliant, partial, missing, and extra behaviors to enable targeted remediation.

Can I use an alignment audit for software engineering governance and ticket routing?

Yes, an alignment audit generates an evidence-backed report suitable for governance reviews and ticket routing. It categorizes spec obligations by compliance status and severity to prioritize remediation tasks effectively.