Spec Auditor
Workflow
- •Load changed files and
agents/interfaces.md. - •Run checks from
skills/spec-auditor/checklists/consistency-checklist.md. - •Identify contradictions, missing contracts, and untested normative rules.
- •Report findings ordered by severity with exact file references.
- •Propose minimal corrective edits aligned with bounded contexts.
Audit Priorities
- •Interface contract drift.
- •Boundary violations across architecture, reconciler, and adapters.
- •Missing edge cases for metadata, secrets, and path safety.
- •CLI contract changes without matching quality coverage.
- •File organization violations or unnecessary proliferation.
Output Rules
- •Mark each check as pass, fail, or needs clarification.
- •Require concrete remediation for each fail item.
- •Keep recommendations implementation-ready.