spec-analyze

Analyze spec, plan, and task artifacts for inconsistencies and ambiguities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Perform cross-artifact consistency and quality analysis across specifications and implementation artifacts, helping teams catch gaps before code is written.

Core Features & Use Cases

  • Auto-detect pre- vs post-implementation context based on project state (spec.md, plan.md, tasks.md)
  • Architecture alignment checks when AD.md / ADRs exist
  • Read-only analysis that outputs actionable remediation guidance

Quick Start

Run the spec-analyze workflow to automatically detect pre- vs post-implementation context and generate a structured analysis report.

Frequently Asked Questions about spec-analyze

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

FAQPage Schema
How do I check specification consistency across project artifacts?

To check specification consistency, the skill analyzes spec.md, plan.md, and tasks.md to identify inconsistencies, duplications, and ambiguities. It outputs a structured, read-only analysis report with recommended follow-up actions without modifying any files.

What is cross-artifact quality analysis in software engineering?

Cross-artifact quality analysis is the process of detecting gaps, duplications, and ambiguities across specifications and implementation artifacts. This skill performs read-only validation across spec.md, plan.md, and tasks.md to catch specification gaps before code is written.

Can I validate feature specifications against architecture decision records?

Yes, you can validate feature specifications against architecture constraints. When architecture artifacts like AD.md or ADRs exist, the skill performs cross-architecture validation to ensure alignment with system and feature-level constraints.

How do I analyze project artifacts for post-implementation gaps?

To analyze project artifacts for gaps, the skill auto-detects whether the context is pre- or post-implementation based on project state. It then evaluates spec.md, plan.md, and tasks.md to output remediation guidance for any identified underspecified items.

Does the specification analysis report modify my project files?

No, the specification analysis report does not modify your project files. The skill performs a strictly read-only analysis of your artifacts and outputs a structured report with recommended follow-up actions and optional remediation guidance.