speckit-analyze

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

Updated May 16, 2026
One-click install
npx skills add https://github.com/WeihanLi/Spark.OpenXml --skill speckit-analyze-weihanli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/WeihanLi/Spark.OpenXml/tree/main/.agents/skills/speckit-analyze
Command: npx skills add https://github.com/WeihanLi/Spark.OpenXml --skill speckit-analyze-weihanli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams ensure cross-artifact integrity by automatically identifying inconsistencies, duplications, ambiguities, and missing details across spec.md, plan.md, and tasks.md after task generation.

Core Features & Use Cases

  • Cross-artifact consistency analysis: detects mismatches between FRs in spec, architectural decisions in plan, and task granularity in tasks.
  • Gap and ambiguity detection: flags underspecified items and unresolved placeholders.
  • Compliance and governance readiness: outputs a structured report suitable for review and remediation planning.

Quick Start

Run the analysis to identify inconsistencies across spec.md, plan.md, and tasks.md.

Frequently Asked Questions about speckit-analyze

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

FAQPage Schema
How do I audit cross-artifact consistency between spec, plan, and tasks files?

Cross-artifact consistency analysis detects mismatches between functional requirements in the spec, architectural decisions in the plan, and task granularity in the tasks file, outputting a structured review report.

Can I check for gaps and ambiguities before finalizing my development tasks?

Checking for gaps and ambiguities flags underspecified items and unresolved placeholders across your spec, plan, and tasks artifacts, ensuring compliance and governance readiness before development proceeds.

When should I run a cross-artifact quality audit for my project documentation?

You must run the cross-artifact quality audit only after tasks.md is completely produced by your task generation step, ensuring accurate coverage and preventing premature validation of incomplete artifacts.

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

The consistency analysis does not modify any artifacts; it outputs a structured analysis report with an optional remediation plan and explicit constitution validation for your review.

What's the best way to detect mismatches between functional requirements and task granularity?

The best way to detect mismatches between functional requirements and task granularity is to perform a cross-artifact analysis that compares spec.md, plan.md, and tasks.md to identify duplications and underspecified items.