speckit-analyze

Analyze spec, plan, and task documents for cross-artifact consistency.

13|2|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/NebulaMao/nanoiflow --skill speckit-analyze-nebulamao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/NebulaMao/nanoiflow/tree/main/.claude/skills/speckit-analyze
Command: npx skills add https://github.com/NebulaMao/nanoiflow --skill speckit-analyze-nebulamao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies gaps, duplications, and inconsistencies across your project's specification, plan, and task documents, ensuring a cohesive and well-defined project before implementation begins.

Core Features & Use Cases

  • Cross-Artifact Analysis: Compares spec.md, plan.md, and tasks.md for logical coherence.
  • Gap Identification: Flags requirements without corresponding tasks or vice-versa.
  • Inconsistency Detection: Highlights conflicting information, terminology drift, and ambiguous statements.
  • Constitution Adherence: Validates alignment with project principles defined in constitution.md.
  • Use Case: After generating tasks for a new feature, run this Skill to confirm that all requirements are covered, no tasks are redundant, and the plan aligns with the project's core principles.

Quick Start

Run the speckit analyze skill to check for inconsistencies between spec, plan, and tasks.

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 inconsistencies between project specification and task documentation?

To check for inconsistencies between project specification and task documentation, perform a cross-artifact consistency analysis. This validates alignment across your spec, plan, and tasks files to identify gaps, duplications, and conflicting terminology before implementation begins.

What is cross-artifact consistency analysis in project management?

Cross-artifact consistency analysis is a validation mechanism that compares project specification, planning, and task documents for logical coherence. It identifies gaps where requirements lack corresponding tasks and highlights terminology drift or ambiguous statements.

Does spec and plan alignment require a specific project directory structure?

Yes, spec and plan alignment analysis requires a spec-kit project structure with a .specify/ directory containing associated artifacts. You need this environment setup to validate your specification, planning, and task documentation against the project constitution.

How do I identify requirements without corresponding tasks in my project plan?

To identify requirements without corresponding tasks, run a gap identification analysis on your project documentation. This flags orphaned requirements or redundant tasks by validating logical alignment across your specification and task files.

When should I run a consistency check on my project specification and tasks?

You should run a consistency check on your project specification and tasks after generating tasks for a new feature. This confirms all requirements are covered, no tasks are redundant, and the plan aligns with core principles before implementation begins.