speckit-analyze

Analyze spec.md, plan.md, and tasks.md for duplications, ambiguities, and alignment issues.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/LISSConsulting/RalphSpec --skill speckit-analyze-lissconsulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/LISSConsulting/RalphSpec/tree/main/.claude/skills/speckit-analyze
Command: npx skills add https://github.com/LISSConsulting/RalphSpec --skill speckit-analyze-lissconsulting

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill identifies inconsistencies, gaps, and ambiguities across your project's specification, implementation plan, and task breakdown, ensuring everything aligns before development begins.

Core Features & Use Cases

  • Cross-Artifact Analysis: Compares spec.md, plan.md, and tasks.md for logical coherence.
  • Gap Detection: Flags requirements without corresponding tasks or vice-versa.
  • Constitution Alignment: Verifies adherence to project principles defined in the constitution.
  • Use Case: After generating tasks for a new feature, run this Skill to confirm that all functional requirements are covered by tasks and that no task contradicts the project's core principles.

Quick Start

Run the speckit-analyze skill to check for inconsistencies between your 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 spec, plan, and tasks files?

To check for inconsistencies between spec, plan, and tasks files, run a cross-artifact analysis comparing spec.md, plan.md, and tasks.md to detect duplications, ambiguities, and underspecifications, generating a structured report without modifying files.

What is spec analysis and how does it detect requirement gaps?

Spec analysis is the process of verifying logical coherence across project artifacts. It detects requirement gaps by flagging functional requirements in spec.md that lack corresponding implementation tasks in tasks.md, ensuring complete project coverage.

Can I verify constitution adherence and project principles before development begins?

Yes, you can verify constitution adherence by analyzing project artifacts against defined project principles. The analysis ensures no task contradicts the constitution, confirming alignment and preventing principle violations before development begins.

Do I need a constitution file to perform a consistency check on project artifacts?

You do not strictly need a constitution file to perform a consistency check on project artifacts. The analysis primarily requires spec.md, plan.md, and tasks.md to detect duplications and gaps, while constitution alignment is an additional verification layer.

What's the best way to find tasks without corresponding requirements in project planning?

The best way to find tasks without corresponding requirements in project planning is to perform a cross-artifact gap detection analysis. This flags tasks in tasks.md that lack backing requirements in spec.md, identifying underspecifications and scope creep.

Will the spec analysis automatically modify my project files to fix ambiguities?

No, the spec analysis will not automatically modify your project files to fix ambiguities. It generates a structured report offering remediation suggestions for duplications and ambiguities, leaving all artifact files unchanged for manual review.