compliance-check

Evaluate ADRs, HLDs, and LLDs against architecture principles with scoring and remediation.

49|12|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill compliance-check-davidroliverba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compliance-check
Source: https://github.com/DavidROliverBA/ArchitectKB/tree/main/.claude/skills/compliance-check
Command: npx skills add https://github.com/DavidROliverBA/ArchitectKB --skill compliance-check-davidroliverba

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the evaluation of architecture artifacts against your organization's established principles, ensuring consistency and adherence to standards.

Core Features & Use Cases

  • Principle Compliance Assessment: Analyzes ADRs, HLDs, and LLDs against a defined set of architecture principles.
  • Evidence Mapping: Identifies specific sections within artifacts that support or contradict principles.
  • Actionable Remediation: Generates clear steps to address non-compliance or partial adherence.
  • Use Case: A Solutions Architect can use this skill to quickly assess a new High-Level Design document against the company's security and scalability principles, receiving a report that highlights any deviations and suggests improvements before formal review.

Quick Start

Evaluate the architecture artifact titled "ADR - SAP Data Product" against established principles.

Frequently Asked Questions about compliance-check

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

FAQPage Schema
How do I evaluate architecture artifacts against established principles?

To evaluate architecture artifacts, you can analyze ADRs, HLDs, and LLDs against your vault's principles to generate a structured compliance assessment with per-principle scoring and evidence mapping.

Can I check ADR compliance with specific architecture governance principles?

Yes, you can check ADR compliance by parsing the artifact content and using Grep to discover established principle notes, mapping specific evidence within the document to your governance standards.

What is the best way to assess High-Level Design documents for principle adherence?

Assessing High-Level Design documents involves evaluating the HLD against established principles to identify supporting or contradicting sections, producing actionable remediation steps for any deviations found.

How do I generate actionable remediation steps for non-compliant architecture designs?

Generating actionable remediation steps requires evaluating your architecture artifacts against defined principles, highlighting partial adherence or non-compliance, and outputting clear steps to address each deviation.

Does architecture compliance evaluation work without predefined principles in the vault?

No, architecture compliance evaluation requires established principle notes to be present in your vault, as it uses Grep to discover these principles and map them against your ADR, HLD, and LLD artifacts.

What limitations exist when scoring Low-Level Design documents against architecture standards?

The main limitation when scoring Low-Level Design documents is that the evaluation depends entirely on the parsing of artifact content and the accurate discovery of established principles via Grep within your vault.