speckit-analyze

Analyze spec.md, plan.md, and tasks.md for inconsistencies and coverage gaps.

Updated May 20, 2026
One-click install
npx skills add https://github.com/igmo71/Myrmex --skill speckit-analyze-igmo71
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/igmo71/Myrmex/tree/main/.agents/skills/speckit-analyze
Command: npx skills add https://github.com/igmo71/Myrmex --skill speckit-analyze-igmo71

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This analysis identifies inconsistencies, duplications, ambiguities, and underspecified items across spec.md, plan.md, and tasks.md after task generation.

Core Features & Use Cases

  • Detect cross-artifact conflicts and misalignments among the three core artifacts.
  • Flag missing coverage where tasks do not map to any requirement or story.
  • Produce a structured report with actionable remediation guidance and a clear coverage summary.

Quick Start

Run the speckit-analyze skill after generating tasks to review the initial artifacts and obtain the structured analysis report.

Frequently Asked Questions about speckit-analyze

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

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

To check for inconsistencies across spec.md, plan.md, and tasks.md, run a cross-artifact analysis to detect conflicts, misalignments, and ambiguities. This process outputs a structured report detailing coverage gaps and actionable remediation guidance without altering your files.

What is cross-artifact quality analysis in spec-kit?

Cross-artifact quality analysis in spec-kit is the process of validating alignment with the constitution and identifying duplications or underspecified items among your core planning documents. It produces deterministic results suitable for re-runs with unchanged inputs to ensure project consistency.

How do I validate task coverage against project requirements?

You validate task coverage against project requirements by analyzing the generated tasks document to flag missing mappings to any requirement or story. This generates a clear coverage summary highlighting gaps where tasks fail to address defined specifications.

Does the spec-kit analysis modify my markdown files during validation?

No, the spec-kit analysis does not modify your markdown files during validation. It strictly performs a read-only review to identify ambiguities and coverage gaps, returning a structured report with actionable remediation guidance while keeping your original artifacts unaltered.

When should I run cross-artifact analysis after task generation?

You should run cross-artifact analysis immediately after task generation to review the initial artifacts. This ensures early detection of misalignments, duplications, and underspecified items across your spec, plan, and tasks before proceeding with implementation.