speckit-analyze

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

Updated Jun 14, 2026
One-click install
npx skills add https://github.com/basmawebinfo-hub/lover-diet-center --skill speckit-analyze-basmawebinfo-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/basmawebinfo-hub/lover-diet-center/tree/main/.agents/skills/speckit-analyze
Command: npx skills add https://github.com/basmawebinfo-hub/lover-diet-center --skill speckit-analyze-basmawebinfo-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams detect inconsistencies, missing coverage, vague requirements, and constitution conflicts across planning artifacts before implementation begins.

Core Features & Use Cases

  • Cross-artifact consistency analysis: Reviews spec.md, plan.md, and tasks.md together to find duplication, ambiguity, underspecification, and terminology drift.
  • Coverage validation: Maps requirements and success criteria to tasks so uncovered work, unmapped tasks, and execution-order issues are visible early.
  • Governance checks: Validates artifacts against the project constitution and highlights critical violations that must be fixed before implementation.
  • Use Case: After generating tasks for a feature in a spec-kit project, run this Skill to produce a structured report showing which requirements lack task coverage and which plan elements conflict with project rules.

Quick Start

Ask the AI to analyze the current spec-kit feature artifacts and report requirement coverage gaps, ambiguities, and constitution violations before implementation.

Frequently Asked Questions about speckit-analyze

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

FAQPage Schema
How do I check spec-kit artifacts for missing task coverage before implementation?

To validate spec-kit requirements coverage, analyze spec.md, plan.md, and tasks.md together to map requirements to tasks. This process reveals uncovered work, unmapped tasks, and execution-order issues early.

What is cross-artifact consistency analysis for spec-kit planning documents?

Cross-artifact consistency analysis reviews spec.md, plan.md, and tasks.md together to find duplication, ambiguity, underspecification, and terminology drift across planning artifacts before implementation begins.

Do I need a .specify project structure to run spec-kit quality reviews?

Yes, you need a .specify project structure to run spec-kit quality reviews. The analysis requires this specific directory layout to perform prerequisite checks and progressively load planning artifacts.

How do I validate project constitution alignment in a spec-kit workflow?

You validate project constitution alignment by running governance checks that validate planning artifacts against the project constitution. This highlights critical violations that must be fixed before implementation proceeds.

What is the best way to find vague requirements and ambiguities in spec.md?

The best way to find vague requirements and ambiguities in spec.md is to perform a read-only validation across spec.md, plan.md, and tasks.md. This generates a severity-based report highlighting inconsistencies and underspecification.