speckit-analyze

Analyze spec, plan, and tasks artifacts for inconsistencies and quality issues.

1|1|Updated May 31, 2026
One-click install
npx skills add https://github.com/WayneSHC/polaris-desk --skill speckit-analyze-wayneshc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/WayneSHC/polaris-desk/tree/main/.claude/skills/speckit-analyze
Command: npx skills add https://github.com/WayneSHC/polaris-desk --skill speckit-analyze-wayneshc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures the consistency and quality of spec, plan, and tasks artifacts, identifying inconsistencies, duplications, ambiguities, and underspecified items before implementation.

Core Features & Use Cases

  • Cross-Artifact Analysis: Consistency checks across spec.md, plan.md, and tasks.md.
  • Quality Analysis: Identify issues like duplications, ambiguities, and underspecification.
  • Compatibility Check: Requires spec-kit project structure with .specify/ directory.
  • Use Case: After task generation, use this Skill to ensure artifacts are ready for implementation, preventing costly mistakes and delays.

Quick Start

Run /speckit-analyze to perform a quality analysis on your project 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, plan, and tasks artifacts for consistency before implementation?

To check spec, plan, and tasks artifacts for consistency, perform a non-destructive quality analysis across spec.md, plan.md, and tasks.md files to identify inconsistencies, duplications, and ambiguities.

What is cross-artifact consistency analysis in task management?

Cross-artifact consistency analysis is a quality assurance process that checks spec, plan, and tasks artifacts against each other to identify underspecified items, ambiguities, and duplications before implementation begins.

How do I find duplications and ambiguities in my project specification artifacts?

You can find duplications and ambiguities in project specification artifacts by running a quality analysis script that performs cross-artifact checks on your spec, plan, and tasks files to ensure quality and consistency.

Do I need a spec-kit project structure to analyze artifact quality?

Yes, you need a spec-kit project structure with a .specify/ directory to run the artifact consistency and quality analysis, as the tool requires this specific local environment setup to function correctly.

When should I run a quality analysis on my specification artifacts?

You should run a quality analysis on your specification artifacts immediately after task generation to ensure all artifacts are ready for implementation, preventing costly mistakes and delays during development.

Will artifact consistency analysis modify my existing spec, plan, and tasks files?

No, artifact consistency analysis is a non-destructive process that evaluates your spec, plan, and tasks files and outputs the quality check results to the console without modifying your existing artifacts.