speckit-analyze

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

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/ch-yang1273/2026-Playground --skill speckit-analyze-ch-yang1273
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/ch-yang1273/2026-Playground/tree/main/0221-speckit/.agents/skills/speckit-analyze
Command: npx skills add https://github.com/ch-yang1273/2026-Playground --skill speckit-analyze-ch-yang1273

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Perform cross-artifact consistency analysis across spec.md, plan.md, and tasks.md. Use after task generation to identify gaps, duplications, and inconsistencies before implementation.

Core Features & Use Cases

  • Identify inconsistencies, duplications, ambiguities, and underspecified items across the three core artifacts before implementation.
  • Flag gaps and overlaps between spec, plan, and tasks; optionally provide remediation guidance.

Quick Start

Run the speckit-analyze skill after task generation to produce a structured inconsistency 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 before coding?

To check inconsistencies across spec, plan, and tasks before coding, analyze cross-artifact gaps between spec.md, plan.md, and tasks.md. This process identifies duplications, ambiguities, and underspecified items to prevent implementation defects.

When should I run a cross-artifact consistency analysis in a spec-kit project?

You should run cross-artifact consistency analysis after task generation is complete and before implementation begins. It validates the spec.md, plan.md, and tasks.md artifacts against constitution principles to ensure alignment prior to development.

What is the best way to identify gaps between spec.md and tasks.md?

The best way to identify gaps between spec.md and tasks.md is to perform a cross-artifact consistency analysis. This flags overlaps and underspecified items across the documents, outputting a structured analysis report to highlight missing requirements.

Can I automatically generate a remediation plan for missing spec requirements?

Yes, you can automatically generate an optional remediation plan for missing spec requirements. The analysis identifies gaps across your artifacts and provides targeted remediation guidance to resolve inconsistencies before implementation starts.

Does cross-artifact analysis validate project documents against a constitution?

Yes, cross-artifact analysis validates project documents against constitution principles. While detecting gaps and overlaps across spec.md, plan.md, and tasks.md, it ensures the artifacts align with established project rules before implementation proceeds.