architect-analyze

Detect drift and quality gaps between ADRs and Architecture Description.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/chaimt/GarminShabbatMode --skill architect-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architect-analyze
Source: https://github.com/chaimt/GarminShabbatMode/tree/main/.cursor/skills/architect-analyze
Command: npx skills add https://github.com/chaimt/GarminShabbatMode --skill architect-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Architecture alignment between ADRs and AD, highlighting inconsistencies and quality gaps to improve governance.

Core Features & Use Cases

  • ADR completeness validation against MADR standards and cross-checks with AD
  • Drift detection between ADRs and AD across system and feature architectures
  • Actionable remediation guidance without modifying source artifacts
  • Staleness detection and constitution alignment checks for governance

Quick Start

Run the analyze command at the repository root to generate an integrity report and suggested fixes.

Frequently Asked Questions about architect-analyze

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

FAQPage Schema
How do I detect drift between Architecture Decision Records and Architecture Descriptions?

To detect architecture drift between ADRs and ADs, you can run a read-only analysis that identifies inconsistencies, missing rationale, and conflicting decisions across system-wide and feature-level artifacts.

What is ADR completeness validation against MADR standards?

ADR completeness validation against MADR standards is the process of checking Architecture Decision Records to ensure they contain required decision context, rationale, and consequences according to the MADR specification.

How do I check if my ADRs align with my system architecture documentation?

You can check ADR alignment with architecture documentation by running an analysis command at the repository root to generate an integrity report that identifies drift and conflicting decisions.

Can I audit architecture consistency at scale without modifying source files?

Yes, you can audit architecture consistency at scale in a read-only mode that analyzes artifacts and outputs actionable remediation guidance without modifying any files or source artifacts.

How do I fix conflicting architecture decisions across feature-level artifacts?

To fix conflicting architecture decisions, you generate an integrity report that provides actionable remediation guidance for resolving staleness, missing rationale, and alignment issues across feature-level artifacts.

When do I need to run an architecture consistency analysis for governance?

You need to run an architecture consistency analysis when you want to improve architectural governance by detecting staleness, validating constitution alignment, and identifying drift between system-wide ADRs and ADs.