speckit-analyze

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

80|21|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/alfredoperez/speckit-companion --skill speckit-analyze-alfredoperez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/alfredoperez/speckit-companion/tree/main/.cursor/skills/speckit-analyze
Command: npx skills add https://github.com/alfredoperez/speckit-companion --skill speckit-analyze-alfredoperez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill analyzes spec artifacts for consistency and quality, catching issues before they become code.

Core Features & Use Cases

  • Cross-Artifact Analysis: Consistency checks across spec, plan, and tasks documents.
  • Pre-Task Generation: Ensures artifacts are ready for task generation.
  • Use Case: Before starting development on a Spec-Driven Development project, use this Skill to analyze spec artifacts and ensure they meet quality standards.

Quick Start

Run the 'speckit-analyze' command to initiate the analysis of spec artifacts.

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 before task generation?

To check spec consistency before task generation, run a cross-artifact analysis on your spec, plan, and tasks documents. This verifies that artifacts meet quality standards and are ready for development.

What is spec-driven development quality assurance?

Spec-driven development quality assurance is a non-destructive analysis process that catches consistency issues across spec, plan, and tasks documents before they become code.

How do I analyze spec artifacts in a Spec-Kit project?

To analyze spec artifacts in a Spec-Kit project, run the analysis command within your project directory. The tool performs consistency checks across spec, plan, and tasks documents to ensure quality.

Do I need a specific directory structure for spec consistency checks?

Yes, spec consistency checks require a Spec-Kit project structure with a .specify/ directory. This structure holds the spec, plan, and tasks artifacts needed for the analysis.

Can I run a code review on spec documents before development?

Yes, you can run a code review on spec documents before development by performing a non-destructive consistency and quality analysis. This ensures artifacts meet quality standards before task generation.

What happens if spec artifacts fail the pre-task generation analysis?

If spec artifacts fail the pre-task generation analysis, the non-destructive check identifies consistency issues across your spec, plan, and tasks documents so you can fix them before coding.