speckit-analyze

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

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/refactory-lang/refactory-template --skill speckit-analyze-refactory-lang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/refactory-lang/refactory-template/tree/main/.claude/skills/speckit-analyze
Command: npx skills add https://github.com/refactory-lang/refactory-template --skill speckit-analyze-refactory-lang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill identifies inconsistencies, duplications, and gaps across your project's specification, plan, and task documents, ensuring everything aligns before development begins.

Core Features & Use Cases

  • Cross-Artifact Analysis: Compares spec.md, plan.md, and tasks.md for alignment.
  • Gap Detection: Flags requirements without tasks and tasks without requirements.
  • Constitution Adherence: Verifies compliance with project constitution principles.
  • Use Case: After generating tasks for a new feature, run this Skill to catch any requirements that were missed or any tasks that don't map back to a defined user story.

Quick Start

Run the speckit-analyze skill to check the consistency of your project artifacts.

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 documents?

Perform cross-artifact consistency analysis by comparing spec.md, plan.md, and tasks.md to identify gaps, duplications, and requirement misalignments before development begins.

How do I find requirements without tasks in my project documentation?

Run a gap detection analysis across your specification and task files to flag requirements without corresponding tasks and tasks that lack mapped user stories.

What is cross-artifact consistency analysis for project specifications?

Cross-artifact consistency analysis compares spec.md, plan.md, and tasks.md to detect duplications, gaps, and inconsistencies, outputting a structured read-only report.

Does the consistency analysis verify compliance with project constitution principles?

Yes, the analysis enforces constitution authority for critical findings, verifying that your spec, plan, and tasks comply with defined project constitution principles.

Can I get remediation suggestions after detecting inconsistencies in my task files?

Yes, the analysis operates as a read-only tool that outputs a structured report and offers optional remediation suggestions to fix detected gaps and inconsistencies.

When should I run a consistency check on my spec and plan documents?

Run a consistency check after generating tasks for a new feature to catch any missed requirements or tasks that do not map back to a defined user story before development.