speckit-analyze

Review spec.md, plan.md, and tasks.md for inconsistencies and coverage gaps.

Updated May 22, 2026
One-click install
npx skills add https://github.com/yareliCamacho/AppCalendario --skill speckit-analyze-yarelicamacho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/yareliCamacho/AppCalendario/tree/main/.cursor/skills/speckit-analyze
Command: npx skills add https://github.com/yareliCamacho/AppCalendario --skill speckit-analyze-yarelicamacho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams catch inconsistencies, duplication, ambiguity, and missing coverage across specification artifacts before implementation starts.

Core Features & Use Cases

  • Cross-artifact Review: Compares spec, plan, and tasks to surface conflicts and drift.
  • Coverage Analysis: Checks whether requirements and success criteria are represented in tasks.
  • Constitution Alignment: Flags any mismatch with required project principles and quality gates.
  • Use Case: Use it after task generation to confirm the work is ready for implementation and to identify what still needs refinement.

Quick Start

Ask the speckit-analyze skill to review the spec, plan, and tasks artifacts for inconsistencies, coverage gaps, and constitution alignment issues.

Frequently Asked Questions about speckit-analyze

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

FAQPage Schema
How do I check for coverage gaps between spec, plan, and tasks files?

To check for coverage gaps, you need a cross-artifact review that maps requirements to tasks and flags unmapped items. This process compares spec.md, plan.md, and tasks.md to surface missing success criteria and implementation drift.

When do I need to run a spec review for inconsistencies and ambiguity?

You need a spec review after task generation and before implementation starts. Analyzing artifacts at this stage catches duplication, ambiguity, and conflicts early, ensuring the implementation work is fully ready and aligned with requirements.

Can I validate constitution alignment and quality gates across project artifacts?

Yes, you can validate constitution alignment by checking spec, plan, and tasks against required project principles. This flags any mismatches with quality gates and ensures the generated tasks adhere to foundational project constraints.

Does this spec review process modify the spec, plan, or tasks files?

No, this spec review process is strictly read-only. It analyzes the artifacts to report prioritized findings and coverage metrics without modifying your spec.md, plan.md, or tasks.md files.

What is the best way to find unmapped requirements in spec-kit projects?

The best way to find unmapped requirements is to perform cross-artifact coverage analysis. This maps your specification requirements directly to tasks and flags any items that lack corresponding implementation work.

Why are my generated tasks drifting from the original specification requirements?

Tasks drift from specifications due to inconsistencies, ambiguity, or missing coverage during generation. A cross-artifact review identifies these conflicts and reports prioritized findings to realign the tasks with the spec.