adlc-spec-analyze

Analyze spec, plan, tasks, and implementation artifacts for cross-artifact inconsistencies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Perform cross-artifact consistency and quality analysis across spec and implementation artifacts, automatically detecting pre- vs post-implementation context and surfacing inconsistencies for remediation.

Core Features & Use Cases

  • Cross-artifact analysis: spec.md, plan.md, tasks.md, and code or architecture artifacts are scanned to identify duplications, ambiguities, and underspecifications.
  • Auto-detection: Determines whether the project is in pre-implementation or post-implementation state and adjusts analysis depth accordingly.
  • Architecture cross-validation: Validates alignment with system and feature-level architecture when AD.md or ADRs are present, highlighting conflicts or gaps.
  • Read-only analysis: Outputs a structured report with optional remediation guidance without modifying source files.

Quick Start

Run the adlc-spec-analyze command from the repository root to generate a cross-artifact analysis report.

Frequently Asked Questions about adlc-spec-analyze

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

FAQPage Schema
How do I check for inconsistencies between spec.md, plan.md, and tasks.md?

Cross-artifact consistency analysis automatically detects pre- versus post-implementation states by scanning spec.md, plan.md, and tasks.md, adjusting the analysis depth to identify duplications, ambiguities, and underspecifications across artifacts.

What is cross-artifact analysis in software engineering?

Cross-artifact analysis is the process of scanning specification, planning, and code artifacts to identify duplications, ambiguities, and underspecifications across project files to ensure alignment and quality without modifying source files.

How do I validate architecture alignment with AD.md and ADRs?

To validate architecture alignment with AD.md and ADRs, you perform architecture cross-validation that checks system and feature-level artifacts, highlighting conflicts or gaps between the planned architecture and implementation.

Can I analyze requirements quality without modifying my source files?

Yes, you can perform read-only requirements quality analysis that outputs a structured report with optional remediation guidance without modifying any source files or artifacts in your repository.

Does cross-artifact analysis work for pre-implementation project states?

Yes, cross-artifact analysis auto-detects whether the project is in a pre-implementation or post-implementation state and adjusts the analysis depth accordingly to surface relevant inconsistencies.