speckit-adlc-architect-validate

Compare planned architecture against ADRs and report severity findings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify misalignments between planned architecture and ADRs to prevent design drift and ensure consistent decisions across the project.

Core Features & Use Cases

  • Load ADRs from memory, drafts, and team directives and compare them with the generated plan.
  • Validate architecture against AD.md and the plan to surface blocking issues and inconsistencies.
  • Return actionable findings with severity and optional JSON output for integration with other tooling.

Quick Start

Run the architect.validate command against your active plan to get a read-only assessment.

Frequently Asked Questions about speckit-adlc-architect-validate

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

FAQPage Schema
How do I validate my planned architecture against existing ADRs to prevent design drift?

To validate planned architecture against ADRs, load decisions from memory, drafts, and team directives, then compare them with your generated plan to identify misalignments and return actionable findings with severity levels for remediation.

What is the best way to check architecture decisions for consistency across memory, drafts, and team directives?

Checking architecture decisions for consistency involves loading ADRs from memory, drafts, and team directives, reading the AD.md file, and performing seven pillar checks against the generated plan to surface blocking issues.

How do I run a read-only assessment of my active plan for architecture misalignments?

Run a read-only assessment of your active plan by executing the architect.validate command, which compares the plan against ADRs and AD.md to return findings with severity levels and optional JSON output.

Can I get JSON output from architecture validation to integrate with other engineering tooling?

Yes, you can get JSON output from architecture validation by enabling the optional JSON output feature, which returns the findings of the seven pillar checks in a structured format for integration with other engineering tooling.

Does architecture validation require an AD.md file to surface blocking issues and inconsistencies?

Architecture validation requires an AD.md file to compare against the generated plan, loading ADRs from memory, drafts, and team directives to surface blocking issues and inconsistencies during the seven pillar checks.