speckit-analyze

Analyze spec.md, plan.md, and tasks.md for inconsistencies and gaps.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/xige169/OnCall --skill speckit-analyze-xige169
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/xige169/OnCall/tree/main/.claude/skills/speckit-analyze
Command: npx skills add https://github.com/xige169/OnCall --skill speckit-analyze-xige169

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-artifact analysis to detect inconsistencies, duplications, ambiguities, and underspecified items across spec.md, plan.md, and tasks.md after task generation, ensuring alignment before implementation.

Core Features & Use Cases

  • Detect cross-artifact inconsistencies, duplicates, and gaps across the three core artifacts.
  • Validate alignment with constitution rules and provide remediation guidance.
  • Produce a concise, governance-aware analysis report to guide product teams.

Quick Start

Run speckit-analyze in your repository to generate an immediate consistency analysis report.

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?

Cross-artifact consistency analysis detects inconsistencies, duplications, ambiguities, and underspecified items across spec.md, plan.md, and tasks.md by validating constitution rules and mapping requirements to tasks to flag high-severity risks.

What is cross-artifact consistency analysis in a speckit project structure?

Cross-artifact consistency analysis is a governance validation process that identifies gaps and duplications across spec.md, plan.md, and tasks.md, producing a structured report with an optional remediation plan to ensure alignment before implementation.

How do I validate constitution rules after generating project tasks?

Validate constitution rules by running a cross-artifact analysis on your speckit-style repository, which checks the generated tasks.md against spec.md and plan.md to ensure all governance requirements are met.

Can I generate a remediation plan for underspecified requirements in spec.md?

Yes, analyzing your project artifacts generates an optional remediation plan that addresses underspecified items and ambiguities found in spec.md, providing actionable next steps for refinement.

Does cross-artifact analysis work without dependencies in a speckit repository?

Yes, cross-artifact analysis operates within a speckit-style project structure without requiring external dependencies, directly parsing the local spec.md, plan.md, and tasks.md files to produce a compact consistency report.