speckit-analyze

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

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/programmingworld1/AISpecKit --skill speckit-analyze-programmingworld1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/programmingworld1/AISpecKit/tree/main/.claude/skills/speckit-analyze
Command: npx skills add https://github.com/programmingworld1/AISpecKit --skill speckit-analyze-programmingworld1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool performs a non-destructive cross-artifact consistency and quality check across spec.md, plan.md, and tasks.md after task generation to surface inconsistencies and gaps.

Core Features & Use Cases

  • Cross-artifact validation: compares spec, plan, and tasks for alignment, completeness, and potential ambiguities.
  • Quality assessment: identifies inconsistencies, duplications, underspecified items, and unmet prerequisites.
  • Use Case: when speckit tasks are generated, run this analysis to ensure artifacts are coherent before implementation.

Quick Start

Run the speckit analyze workflow to generate a report comparing spec.md, plan.md, and tasks.md after task generation.

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 before implementation?

You can check for inconsistencies by running a cross-artifact analysis that compares spec.md, plan.md, and tasks.md to identify duplications, ambiguities, and underspecified items before implementation begins.

What is cross-artifact quality analysis for software specifications?

Cross-artifact quality analysis is a non-destructive validation process that compares spec, plan, and tasks artifacts to surface alignment gaps, unmet prerequisites, and completeness issues after task generation.

When do I need to run cross-artifact validation on my project tasks?

You need to run cross-artifact validation after speckit.tasks has produced a complete tasks.md, ensuring your spec, plan, and tasks artifacts are fully generated and aligned before starting the implementation phase.

Does speckit analyze map tasks to requirements and user stories?

Yes, the analysis maps tasks to requirements or user stories for remediation, explores alignment with the project constitution, and produces a structured report containing IDs, severities, and actionable recommendations.

What is included in the structured report for cross-artifact consistency checks?

The structured report includes identified inconsistencies, item IDs, severities, and actionable recommendations designed to guide remediation and future improvements across your project artifacts.

Can I validate alignment with the project constitution using spec analysis?

Yes, you can validate alignment by exploring the .specify/memory/constitution.md file during analysis to surface gaps and ensure your tasks and artifacts match the defined constitutional requirements.