One-click install
npx skills add https://github.com/Thiago-Cruz-eng/Hibrygame --skill speckit-analyze-thiago-cruz-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/Thiago-Cruz-eng/Hibrygame/tree/main/.claude/skills/speckit-analyze
Command: npx skills add https://github.com/Thiago-Cruz-eng/Hibrygame --skill speckit-analyze-thiago-cruz-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you catch mismatches, duplicates, ambiguities, and missing coverage across spec.md, plan.md, and tasks.md after task generation, before you start implementation.

Core Features & Use Cases

  • Non-destructive cross-artifact consistency checks across spec.md, plan.md, and tasks.md to identify duplication, ambiguity, underspecification, and inconsistency.
  • Coverage mapping that flags requirements with zero tasks and tasks that do not map to requirements or stories.
  • Constitution alignment validation using .specify/memory/constitution.md as the non-negotiable authority.

Quick Start

Run speckit-analyze after /speckit-tasks has produced tasks.md to generate a structured report of findings and next actions.

Frequently Asked Questions about speckit-analyze

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

FAQPage Schema
How do I check spec.md, plan.md, and tasks.md for inconsistencies after task generation?

To check spec.md, plan.md, and tasks.md for inconsistencies, run a cross-artifact consistency analysis after task generation. It identifies duplication, ambiguity, underspecification, and ordering conflicts across the files without modifying them.

What is requirements coverage mapping and how does it find missing tasks?

Requirements coverage mapping flags requirements with zero tasks and tasks that do not map to requirements or stories. It cross-references spec.md and tasks.md to ensure every specified requirement has corresponding implementation tasks.

Can I validate constitution compliance against my spec-kit project files?

Yes, you can validate constitution compliance by checking spec.md, plan.md, and tasks.md against .specify/memory/constitution.md. The constitution file serves as the non-negotiable authority for alignment validation.

Does the spec analysis modify my plan.md or tasks.md files during consistency checks?

No, the spec analysis is non-destructive. It performs read-only cross-artifact checks and produces a token-efficient Markdown report of findings and next actions without modifying spec.md, plan.md, or tasks.md.

When should I run cross-artifact consistency checks in my task planning workflow?

Run cross-artifact consistency checks after tasks.md generation succeeds and before starting implementation. This timing catches coverage gaps, terminology drift, and ambiguity early, ensuring spec, plan, and tasks align before coding.

What types of spec inconsistencies can cross-artifact analysis detect?

Cross-artifact analysis detects duplication, ambiguity, underspecification, terminology drift, ordering conflicts, and constitution compliance issues. It also flags requirements with zero tasks and tasks lacking mappings to requirements or stories.