speckit.analyze

Analyze spec.md, plan.md, and tasks.md for cross-artifact inconsistencies.

2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/lofidonut3/oh-my-speckit --skill speckit-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.analyze
Source: https://github.com/lofidonut3/oh-my-speckit/tree/main/skills/speckit.analyze
Command: npx skills add https://github.com/lofidonut3/oh-my-speckit --skill speckit-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies cross-artifact inconsistencies across spec.md, plan.md, and tasks.md before implementation.

Core Features & Use Cases

  • Cross-artifact consistency checks: detect duplication, gaps, and ambiguities across spec.md, plan.md, tasks.md, and constitution.md.
  • Read-only analysis: produces a severity-scored report without modifying any source files.
  • Use Case: Before coding a feature, run this skill to surface mismatches between your specification, plan, and task decomposition to prevent drift.

Quick Start

Run the Speckit analyze command on your project to generate the analysis report without altering files.

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 across spec, plan, and tasks files before implementation?

Cross-artifact consistency checks identify duplication, gaps, and ambiguities across spec.md, plan.md, and tasks.md. Running analysis generates a severity-scored report that surfaces mismatches to prevent drift before coding begins.

What is cross-artifact inconsistency analysis in software engineering?

Cross-artifact inconsistency analysis detects duplication, gaps, and ambiguity across specification, plan, and task decomposition files. It reviews these artifacts alongside constitution.md to ensure alignment before development reduces rework.

Can I run spec consistency analysis without modifying my source files?

Spec consistency analysis performs read-only checks across your artifacts without modifying any source files. It processes your specification, plan, tasks, and constitution files to produce a severity-scored report safely.

When do I need to analyze spec artifacts for quality assurance?

Analyze spec artifacts for quality assurance before coding a feature to surface mismatches between your specification, plan, and task decomposition. Early detection of drift prevents costly rework during the implementation phase.

Does spec consistency analysis require any external dependencies?

Spec consistency analysis requires no external dependencies. It operates natively on your spec.md, plan.md, tasks.md, and constitution.md files to generate a severity-scored inconsistency report.

What are the limitations of running read-only spec artifact analysis?

Read-only spec artifact analysis is limited to detecting cross-artifact inconsistencies without modifying source files. It does not automatically fix detected gaps, duplications, or ambiguities, requiring manual resolution after report generation.