speckit-analyze

Analyze spec-kit project artifacts for inconsistencies and quality issues.

Updated May 11, 2026
One-click install
npx skills add https://github.com/richardnguyen0715/keep-it-real --skill speckit-analyze-richardnguyen0715
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/richardnguyen0715/keep-it-real/tree/main/demo-projects/simple-agent/.github/skills/speckit-analyze
Command: npx skills add https://github.com/richardnguyen0715/keep-it-real --skill speckit-analyze-richardnguyen0715

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The speckit-analyze Skill addresses the challenge of maintaining consistency and quality across project artifacts, such as spec.md, plan.md, and tasks.md.

Core Features & Use Cases

  • Cross-Artifact Analysis: Consistency and quality checks across key artifacts post-task generation.
  • Compatibility Check: Designed for spec-kit project structures with a .specify/ directory.
  • Non-Destructive: Outputs a report with findings without modifying the artifacts.
  • Use Case: After generating tasks with /speckit-tasks, use speckit-analyze to ensure artifacts meet quality standards before implementation.

Quick Start

Run 'speckit-analyze' to initiate the 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 consistency and quality across spec-kit project artifacts like spec.md, plan.md, and tasks.md?

Run a consistency and quality analysis on your .specify/ directory to detect inconsistencies, duplications, ambiguities, and underspecified items. This generates a non-destructive report with findings and recommended next actions.

When do I need to run artifact consistency analysis on my project specs?

Run artifact consistency analysis after task generation to verify your spec.md, plan.md, and tasks.md files meet quality standards and align with your project constitution before starting implementation.

Does artifact analysis modify my spec.md, plan.md, and tasks.md files?

No, artifact analysis is non-destructive and does not modify your spec.md, plan.md, or tasks.md files. It reads the .specify/ directory contents and outputs an analysis report with suggested next actions.

What is the best way to find ambiguities and underspecified items in spec-kit artifacts?

The best way to find ambiguities and underspecified items in spec-kit artifacts is to perform a cross-artifact analysis. This evaluates constitution alignment and checks for duplications and inconsistencies across generated project artifacts.

Do I need a .specify/ directory to analyze project artifacts for quality assurance?

Yes, you need a .specify/ directory to analyze project artifacts for quality assurance. The analysis targets spec-kit project structures and relies on this directory to check constitution alignment and artifact consistency.