speckit-analyze

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

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-analyze-b0yz4kr14
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-analyze
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-analyze-b0yz4kr14

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you prevent implementation churn by finding inconsistencies, duplications, ambiguities, and underspecified items across your core Specify artifacts before you build.

Core Features & Use Cases

  • Cross-artifact consistency review across spec.md, plan.md, and tasks.md
  • Dependency-aware execution that runs only after /speckit-tasks succeeds and produces a complete tasks.md
  • Read-only, structured reporting with coverage gaps and constitution-alignment checks

Quick Start

Run the speckit-analyze skill after generating tasks.md so it can produce a structured analysis report of specification and execution alignment.

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 task files for inconsistencies before implementation?▼

To check spec, plan, and task files for inconsistencies, run a cross-artifact analysis that identifies duplications, ambiguities, and underspecified items across spec.md, plan.md, and tasks.md. This validates requirements mapping and constitution alignment to prevent implementation churn.

What is cross-artifact consistency analysis in software specification?▼

Cross-artifact consistency analysis in software specification is a read-only review process that maps requirements and success criteria to task coverage. It detects inconsistencies, duplications, and ambiguities across spec.md, plan.md, and tasks.md to validate alignment against non-negotiable constitution principles.

When do I need to run specification and task coverage analysis?▼

You need to run specification and task coverage analysis immediately after generating tasks.md. It performs dependency-aware execution that requires a complete tasks.md file to successfully map requirements and identify coverage gaps before you begin building.

Does spec-plan-task analysis modify my specification files during review?▼

No, spec-plan-task analysis does not modify your specification files during review. It performs non-destructive cross-artifact analysis to identify inconsistencies, outputting a compact Markdown report capped to 50 findings that details coverage gaps and next actions.

What are the limitations of automated requirements mapping and consistency analysis?▼

Limitations of automated requirements mapping and consistency analysis include a hard cap of 50 findings per detection pass and strict dependency prerequisites. It requires successful task generation and prerequisite discovery via check-prerequisites.sh before loading minimal context to produce its structured report.