speckit-analyze

Analyzes spec.md, plan.md and tasks.md inconsistencies after task generation.

12|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/reason-healthcare/rh-skills --skill speckit-analyze-reason-healthcare
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/reason-healthcare/rh-skills/tree/main/.agents/skills/speckit-analyze
Command: npx skills add https://github.com/reason-healthcare/rh-skills --skill speckit-analyze-reason-healthcare

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams detect inconsistencies, duplications, ambiguities, and underspecified items across spec.md, plan.md, and tasks.md after task generation.

Core Features & Use Cases

  • Cross-artifact validation: detects conflicting or missing requirements across the three primary artifacts.
  • Constitution-aware analysis: flags violations against .specify/memory/constitution.md principles.
  • Reporting: outputs a structured analysis report with optional remediation planning.

Quick Start

Run the analysis after speckit.tasks completes tasks.md to generate a structured report for review.

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, plan, and tasks for consistency after task generation?▼

To check spec, plan, and tasks for consistency, run a cross-artifact validation analysis after tasks.md generation to identify inconsistencies, duplications, ambiguities, and underspecified items across artifacts without modifying source files.

What is cross-artifact validation for software specifications?▼

Cross-artifact validation detects conflicting or missing requirements across spec.md, plan.md, and tasks.md, outputting a structured analysis report with coverage gaps and an optional remediation plan for review.

Can I validate generated tasks against constitution principles?▼

You can validate generated tasks against constitution principles by consulting .specify/memory/constitution.md during analysis, which flags violations and highlights coverage gaps in the structured analysis report.

Does the spec analysis process modify my source files?▼

The spec analysis process does not modify your source files; it strictly outputs a structured analysis report with an optional remediation plan, highlighting violations and coverage gaps for manual review.

When do I need to run an inconsistency analysis on my project artifacts?▼

You need to run an inconsistency analysis on your project artifacts only after a complete tasks.md is produced from speckit.tasks, ensuring cross-artifact validation catches ambiguities and coverage gaps before implementation.