speckit-analyze

Analyze spec.md, plan.md, and tasks.md for consistency and ambiguities.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/Elmarbouhe/chez-yema --skill speckit-analyze-elmarbouhe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/Elmarbouhe/chez-yema/tree/main/.agents/skills/speckit-analyze
Command: npx skills add https://github.com/Elmarbouhe/chez-yema --skill speckit-analyze-elmarbouhe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spec-kit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies inconsistencies, duplications, ambiguities, and underspecified items in spec, plan, and tasks documents, ensuring quality before implementation.

Core Features & Use Cases

  • Cross-Artifact Analysis: Consistency and quality checks across spec.md, plan.md, and tasks.md.
  • Compatibility Check: Ensures the skill is compatible with spec-kit project structures.
  • Remediation Suggestion: Provides suggestions for improvement without modifying files directly.

Quick Start

Use /speckit-analyze to analyze consistency in your project's documentation.

Frequently Asked Questions about speckit-analyze

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

FAQPage Schema
How do I check consistency across spec.md, plan.md, and tasks.md files?

You can check consistency across spec.md, plan.md, and tasks.md by running a non-destructive cross-artifact analysis that identifies underspecified items and flags potential issues without modifying your documents.

What is cross-artifact analysis in spec-driven development?

Cross-artifact analysis in spec-driven development is the process of scanning project documentation to identify inconsistencies, duplications, and ambiguities across generated artifacts to ensure quality before code implementation begins.

How do I find ambiguities and underspecified items in my project documentation?

You can find ambiguities and underspecified items in your project documentation by running an automated consistency check that scans specification files and provides remediation suggestions for targeted improvements.

Does the spec-kit analyze workflow modify my original markdown files?

No, the spec-kit analyze workflow is a non-destructive process that performs read-only checks on your markdown files and outputs remediation suggestions, ensuring your original project documents remain unmodified.

Do I need a specific project structure to use consistency analysis for spec-kit?

Yes, you need a spec-kit project structure containing the standard spec.md, plan.md, and tasks.md files, as the compatibility check validates your environment against these required artifacts before analysis.