speckit-analyze

Analyze spec.md, plan.md, and tasks.md for consistency and coverage gaps.

48|3|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/kalamdb/KalamDB --skill speckit-analyze-kalamdb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/kalamdb/KalamDB/tree/main/.cursor/skills/speckit-analyze
Command: npx skills add https://github.com/kalamdb/KalamDB --skill speckit-analyze-kalamdb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill resolves discrepancies, ambiguities, and coverage gaps between project documentation (spec.md, plan.md, and tasks.md) to ensure implementation readiness.

Core Features & Use Cases

  • Consistency Analysis: Identifies terminology drift and conflicting requirements across core artifacts.
  • Coverage Validation: Detects requirements without associated tasks and tasks missing clear specifications.
  • Constitution Enforcement: Automatically flags violations of project-specific principles defined in the constitution.

Quick Start

Run the speckit-analyze skill to perform a cross-artifact consistency check on the current project directory.

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 across project specification and task documents?

Cross-artifact consistency analysis evaluates spec.md, plan.md, and tasks.md to identify terminology drift and conflicting requirements before implementation. It non-destructively scans your project documentation to ensure alignment and readiness.

What is the best way to find coverage gaps between project specs and tasks?

Coverage validation detects requirements without associated tasks and tasks missing clear specifications. By cross-referencing spec.md and tasks.md, it highlights missing connections to ensure full requirement traceability.

Does cross-artifact analysis require a specific project directory structure?

Yes, consistency analysis requires a valid spec-kit project structure with a .specify directory. This directory is necessary for the validation logic to execute and evaluate your project documentation.

How does constitution enforcement work during specification analysis?

Constitution enforcement automatically flags violations of project-specific principles defined within your documentation. It checks spec.md and plan.md against these foundational rules to maintain architectural alignment.

Can I run quality analysis on project artifacts without modifying the files?

Yes, the consistency and quality analysis process is non-destructive. It evaluates your project documentation for ambiguities and coverage gaps without altering the original specification or task files.

Why does my project documentation validation flag terminology drift?

Terminology drift is flagged during consistency analysis when conflicting terms or requirements appear across spec.md, plan.md, and tasks.md. Identifying these discrepancies early prevents implementation errors.