spec-kit-analyze

Audits spec.md, plan.md, tasks.md for gaps, ambiguities, duplication, conflicts, outputs structured report with routing recommendations.

5|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/ahgraber/skills --skill spec-kit-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec-kit-analyze
Source: https://github.com/ahgraber/skills/tree/main/skills/spec-kit-analyze
Command: npx skills add https://github.com/ahgraber/skills --skill spec-kit-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Audit across spec.md, plan.md, and tasks.md to surface gaps, ambiguities, duplication, and constitution conflicts before implementation.

Core Features & Use Cases

  • Read-only cross-artifact audit across spec, plan, and tasks.
  • Detect coverage gaps, ambiguous language, duplicates, and constitution conflicts.
  • Produce a structured gap report with routing recommendations without modifying any artifacts.

Quick Start

Run the spec-kit-analyze skill from the repository root for a feature directory containing spec.md, plan.md, and tasks.md to perform a read-only audit.

Frequently Asked Questions about spec-kit-analyze

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

FAQPage Schema
How do I audit spec.md, plan.md, and tasks.md for consistency before implementation?

To audit spec, plan, and tasks artifacts for consistency, run a cross-artifact analysis against a feature directory to identify coverage gaps, ambiguities, and duplication without modifying any files.

What is a spec, plan, and tasks cross-artifact gap analysis?

A cross-artifact gap analysis reads spec.md, plan.md, and tasks.md to detect missing coverage, ambiguous language, and duplicates, producing a structured findings report with routing recommendations.

Do I need a constitution.md file to check for governance conflicts in my feature specs?

Yes, evaluating governance conflicts requires reading memory/constitution.md for MUST and SHOULD statements to verify that your spec, plan, and tasks align with established project governance.

Can I audit a feature directory without modifying my spec, plan, and tasks files?

Yes, you can perform a strictly read-only audit of a feature directory containing spec.md, plan.md, and tasks.md to generate a gap report without applying any edits to your artifacts.

What is the best way to find coverage gaps and ambiguities across spec, plan, and tasks files?

The best way to find coverage gaps and ambiguities is running a read-only audit that cross-references spec.md, plan.md, and tasks.md, outputting a structured findings report with routing recommendations.

Why does my spec, plan, and tasks audit produce routing recommendations?

The audit produces routing recommendations to direct you to the specific artifacts requiring updates, helping you resolve identified coverage gaps, ambiguities, duplicates, and constitution conflicts efficiently.