speckit-analyze

Analyze spec, plan, and task documents for consistency and quality.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill analyzes spec consistency and quality after task generation, preventing errors in implementation by identifying inconsistencies, duplications, ambiguities, and underspecified items.

Core Features & Use Cases

  • Consistency and Quality Analysis: Inspects spec, plan, and tasks documents for errors and conflicts.
  • Compatibility Check: Validates against spec-kit project structure and .specify/ directory.
  • Non-Destructive: Produces a structured analysis report without modifying files.
  • User-Friendly: Optional focus areas for analysis allow targeted review.

Quick Start

Run /speckit-analyze for a cross-artifact consistency and quality analysis.

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 consistency and quality after task generation?

To check spec consistency post-task generation, analyze your project specifications and tasks to identify inconsistencies, duplications, and ambiguities. This process inspects spec, plan, and tasks documents to ensure proper implementation without modifying files.

What is spec-kit project structure and when do I need it for specification analysis?

Spec-kit project structure requires a .specify/ directory to validate project specifications. You need it when running project-specific hooks and checking constitution compliance to ensure proper specification analysis.

Does specification analysis modify my project files during consistency checks?

No, specification analysis does not modify your project files during consistency checks. It produces a structured analysis report that identifies errors, conflicts, and underspecified items while keeping your spec, plan, and tasks documents intact.

Can I target specific focus areas when analyzing project specifications?

Yes, you can target specific focus areas when analyzing project specifications. Optional focus areas allow targeted review of your spec, plan, and tasks documents, enabling you to concentrate the consistency and quality analysis on particular sections.

What's the best way to prevent implementation errors from inconsistent project specifications?

The best way to prevent implementation errors from inconsistent project specifications is to perform a post-task generation consistency and quality analysis. This identifies duplications, ambiguities, and conflicts across your spec, plan, and tasks documents before coding begins.

Why does my specification analysis fail when checking constitution compliance?

Specification analysis may fail when checking constitution compliance if your project lacks the required spec-kit structure. Ensure your project includes a .specify/ directory, as the analysis relies on project-specific hooks to validate compliance.