speckit-analyze

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

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/duonghuan2122000/sora-piggy --skill speckit-analyze-duonghuan2122000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/duonghuan2122000/sora-piggy/tree/main/.claude/skills/speckit-analyze
Command: npx skills add https://github.com/duonghuan2122000/sora-piggy --skill speckit-analyze-duonghuan2122000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Phân tích chéo giữa spec.md, plan.md và tasks.md để phát hiện thiếu sót, trùng lặp và bất nhất trước khi triển khai, giúp đảm bảo chất lượng và sự nhất quán của nguồn tài liệu dự án.

Core Features & Use Cases

  • Phát hiện và báo cáo bất nhất, trùng lặp và thiếu sót giữa ba artefact chính (spec, plan, tasks).
  • Cung cấp báo cáo cấu trúc với gợi ý khắc phục và ưu tiên, không chỉnh sửa nguồn artefact.
  • Hỗ trợ tuỳ chọn mở rộng qua các hook extension và constitution để phù hợp với dự án speckit.

Quick Start

Chạy Speckit Analyze sau khi có các file spec.md, plan.md và tasks.md để nhận báo cáo phân tích.

Frequently Asked Questions about speckit-analyze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check consistency between spec, plan, and tasks files?

Cross-artifact inconsistency analysis detects duplication, ambiguity, and coverage gaps across spec.md, plan.md, and tasks.md. It generates a structured report with priority mappings and optional remediation guidance, ensuring project documentation quality before implementation without modifying source artifacts.

When do I need to run a spec, plan, and tasks consistency analysis?

You need cross-artifact consistency analysis after task generation and before implementation begins. It validates the spec-kit project structure, including the .specify directory and constitution, to surface any documentation inconsistencies, gaps, or duplication early in the development lifecycle.

Does the consistency analysis modify my spec.md, plan.md, or tasks.md files?

No, the consistency analysis does not modify source artifacts like spec.md, plan.md, or tasks.md. It operates strictly as a read-only diagnostic tool that generates a structured report with priority mappings and optional remediation guidance, leaving original documentation files untouched.

What is the best way to find coverage gaps in a spec-kit project structure?

The best way to find coverage gaps in a spec-kit project structure is cross-artifact analysis. It identifies missing requirements, duplication, and ambiguity across spec.md, plan.md, and tasks.md, outputting a structured report with priority mappings to resolve documentation issues systematically.

Can I extend the cross-artifact analysis for a specific speckit constitution?

Yes, you can extend cross-artifact analysis for a specific speckit constitution. The analysis supports optional extensions via hook extensions and constitution configurations, allowing you to tailor inconsistency detection, coverage checks, and remediation guidance to fit specific project requirements.