speckit-analyze

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill detects inconsistencies, duplications, ambiguities, and underspecified items across spec.md, plan.md, and tasks.md before implementation to prevent missed requirements and rework.

Core Features & Use Cases

  • Read-only analysis: Performs a non-destructive audit without modifying repository files.
  • Semantic modeling: Builds requirement, user-story, and task-coverage maps and extracts constitution rules for validation.
  • Detection & prioritization: Identifies duplication, ambiguity, underspecification, constitution violations, coverage gaps, and assigns severity labels for remediation planning.
  • Use Case: After task generation, run this analysis to ensure tasks.md provides adequate coverage for FRs and SCs and to surface any conflicts with the project constitution.

Quick Start

Run the speckit-analyze command to generate a compact Markdown analysis report comparing spec.md, plan.md, and tasks.md.

Frequently Asked Questions about speckit-analyze

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

FAQPage Schema
How do I check cross-artifact consistency between spec.md, plan.md, and tasks.md?

Cross-artifact consistency is checked by performing a read-only audit that parses spec.md, plan.md, and tasks.md to map requirements to tasks and detect coverage gaps, duplications, and ambiguities without modifying your files.

What is constitution validation in spec-kit projects?

Constitution validation in spec-kit projects is the process of extracting constitution rules and checking tasks.md and plan.md against them to surface conflicts before implementation begins.

When should I run a spec, plan, and tasks consistency analysis?

You should run a consistency analysis after task generation to ensure tasks.md provides adequate coverage for functional requirements and surfacing conflicts with the project constitution before coding.

Does cross-artifact consistency analysis modify my repository files?

Cross-artifact consistency analysis does not modify your repository files, as it performs a non-destructive, read-only parsing of artifacts to generate a compact Markdown report with severity-labeled findings.

How do I detect duplication and ambiguity across generated tasks?

Duplication and ambiguity detection across generated tasks is performed by building semantic requirement and user-story coverage maps that identify underspecified items and assign severity labels for remediation planning.