speckit-analyze

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates inconsistencies, ambiguities, and coverage gaps across project artifacts by performing a rigorous, non-destructive cross-analysis of your specification, planning, and task documentation.

Core Features & Use Cases

  • Cross-Artifact Validation: Automatically detects terminology drift, conflicting requirements, and missing task coverage between spec.md, plan.md, and tasks.md.
  • Constitution Enforcement: Validates all project artifacts against the project constitution to ensure compliance with non-negotiable principles.
  • Use Case: After generating a complex task list for a new feature, run this analysis to identify if any success criteria were missed or if the technical plan contradicts the functional requirements.

Quick Start

Run the speckit-analyze skill to perform a comprehensive consistency check on your current project artifacts.

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 between spec.md, plan.md, and tasks.md?

To validate requirements and user stories against a project constitution, run a cross-artifact quality analysis that evaluates technical and functional alignment to identify coverage gaps and ambiguities in your documentation.

Can I validate task coverage without modifying my specification files?

A spec-kit project requires a .specify directory structure to validate technical and functional alignment, ensuring your constitution, requirements, and tasks are properly organized before running the analysis.

What is the best way to enforce constitution compliance across project artifacts?

To identify coverage gaps after generating a feature task list, perform a consistency analysis that evaluates task coverage against your functional requirements and technical plan to ensure all success criteria are met.

Why does my technical plan contradict the functional requirements in my documentation?

Cross-artifact validation differs from standard quality assurance by analyzing the relationships between specification, planning, and task documents, rather than testing code, to ensure documentation alignment and coverage.