speckit-analyze

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It finds inconsistencies, duplications, ambiguities, and underspecified items across spec.md, plan.md, and tasks.md, ensuring alignment with the project's constitution before development proceeds.

Core Features & Use Cases

  • Cross‑artifact analysis: Reads spec.md, plan.md, and tasks.md to build semantic models and detect issues.
  • Constitution compliance: Flags violations of MUST principles defined in the project constitution.
  • Coverage mapping: Shows which requirements lack task coverage and highlights unmapped tasks.
  • Prioritized findings: Generates a concise report limited to 50 high‑signal issues with severity levels.

Use case: A product manager runs this skill after task generation to verify that all requirements are covered and no conflicts exist before moving to implementation.

Quick Start

Ask the skill to analyze your project by saying “run speckit‑analyze on my repository”.

Frequently Asked Questions about speckit-analyze

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

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

To find inconsistencies across spec.md, plan.md, and tasks.md, you can run a cross-artifact analysis that builds semantic models to detect duplications, ambiguities, and underspecified items before development proceeds.

How do I check if my project tasks cover all requirements in a spec?

Checking task coverage involves mapping requirements to tasks to identify gaps. This coverage mapping highlights which requirements lack task coverage and flags unmapped tasks for immediate attention.

Does the spec-kit analysis modify my project files during inspection?

No, the spec-kit analysis is strictly read-only. It performs a post-task-generation review to report findings and constitution alignment without modifying any of your specification or planning files.

When do I need to run a constitution compliance check on my project?

You need to run a constitution compliance check after task generation to verify alignment. It flags violations of MUST principles defined in the project constitution before moving to implementation.

What is the best way to spot gaps between specifications and development plans?

The best way to spot gaps between specifications and plans is to generate a prioritized report of high-signal issues. This analysis limits output to 50 findings with severity levels for focused conflict resolution.