speckit.analyze

Analyze spec.md, plan.md, and tasks.md for inconsistencies and compliance.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill speckit-analyze-antigravityos187-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.analyze
Source: https://github.com/antigravityos187-sketch/universal-or-strategy/tree/main/.bob/skills/speckit.analyze
Command: npx skills add https://github.com/antigravityos187-sketch/universal-or-strategy --skill speckit-analyze-antigravityos187-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires specify, and includes scripts (resource) components.

What problem does it solve?

The process of converting ideas and features into well-documented plans often introduces inconsistencies or underspecified parts across different project artifacts. This Skill aims to catch such inconsistencies early in the workflow.

Core Features & Use Cases

  • Cross-Document Consistency: Identifies discrepancies across spec.md, plan.md, and tasks.md.
  • Non-Destructive Analysis: Performs read-only analysis, preventing modifications to files.
  • User-Friendly Report: Outputs a concise Markdown report detailing inconsistencies, suggesting fixes without modifying content directly.
  • Remediation Plan: Optionally provides concrete remediation suggestions to resolve critical issues.

Quick Start

Use /speckit.analyze to conduct a quality check after generating tasks with /speckit.tasks.

Frequently Asked Questions about speckit.analyze

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

FAQPage Schema
How do I check cross-document consistency between spec, plan, and tasks files?

Cross-document consistency checking compares spec.md, plan.md, and tasks.md to identify duplicates, ambiguities, and specification compliance issues. It performs read-only analysis across project artifacts and outputs a concise Markdown report detailing discrepancies without modifying your files.

What is non-destructive specification compliance analysis?

Non-destructive specification compliance analysis is a read-only process that scans project documentation to catch inconsistencies and underspecified parts early. It prevents modifications to your files while providing a user-friendly report that suggests fixes for critical issues.

Does the consistency check modify my project documentation files?

No, the consistency check performs non-destructive analysis, meaning it is strictly read-only and prevents modifications to your files. It safely identifies discrepancies across spec.md, plan.md, and tasks.md and outputs findings in a separate Markdown report.

When do I need to run a specification compliance check?

You need to run a specification compliance check after generating project tasks and plans, as converting ideas into documented artifacts often introduces inconsistencies. Running it early in the workflow catches discrepancies across spec.md, plan.md, and tasks.md before development.

Can I get automated remediation suggestions for spec ambiguities?

Yes, you can invoke automated remediation suggestions after the consistency report is completed. This optional feature provides concrete recommendations to resolve critical inconsistencies and ambiguities found within your project documentation.

Do I need a specify dependency to perform cross-document quality checks?

Yes, the specify dependency is required to perform cross-document quality checks using pre-configured scripts. It provides the foundational environment needed to compare your spec.md, plan.md, and tasks.md files for constitution compliance.