speckit-analyze

Analyzes spec.md, plan.md, and tasks.md for inconsistencies and ambiguities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and surface inconsistencies, duplications, ambiguities, and underspecifications across spec.md, plan.md, and tasks.md to prevent misalignment before implementation.

Core Features & Use Cases

  • Non-destructive cross-artifact analysis that compares core artifacts (spec.md, plan.md, tasks.md) for coherence.
  • Generates structured findings with optional remediation guidance while preserving originals.
  • Supports producing a compact report suitable for governance and reviews.

Quick Start

Run the speckit-analyze command at the repository root to generate a structured analysis report from the current 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 for inconsistencies across spec, plan, and tasks files before implementation?

Yes, you can validate spec.md, plan.md, and tasks.md against constitution principles using this cross-artifact analysis tool. It validates your project artifacts for coherence and outputs a structured report with optional remediation suggestions.

Does cross-artifact quality analysis modify my original specification files?

No, cross-artifact quality analysis operates in read-only mode and does not modify your original specification files. It generates a structured findings report with optional remediation guidance while preserving your originals intact.

How do I analyze a spec-kit project structure to find underspecified tasks?

To analyze a spec-kit project structure for underspecified tasks, run the analysis command at the repository root. It compares the generated tasks.md against spec.md and plan.md to surface ambiguities and underspecified items in a compact report.

What prerequisites are needed to run a cross-artifact consistency check on a spec-kit project?

To run a cross-artifact consistency check, you need a spec-kit project structure containing the .specify directory. The analysis requires that tasks.md has already been generated from speckit tasks alongside your spec.md and plan.md files.

Can I get remediation suggestions for duplications found in plan.md and tasks.md?

Yes, you can get remediation suggestions for duplications found in plan.md and tasks.md during the analysis process. The tool optionally suggests remediation steps for identified inconsistencies while generating a governance-ready review report.