speckit-analyze

Analyze spec.md, plan.md, and tasks.md for consistency and constitution adherence.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/magdymohamed78/Wasla --skill speckit-analyze-magdymohamed78
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/magdymohamed78/Wasla/tree/main/.agent/skills/speckit-analyze
Command: npx skills add https://github.com/magdymohamed78/Wasla --skill speckit-analyze-magdymohamed78

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill identifies inconsistencies, duplications, and gaps across your specification, project plan, and task lists before development begins, preventing costly errors and rework.

Core Features & Use Cases

  • Cross-Artifact Analysis: Compares spec.md, plan.md, and tasks.md for alignment.
  • Gap Detection: Flags requirements without tasks and vice-versa.
  • Consistency Checks: Identifies conflicting information, terminology drift, and ambiguities.
  • Constitution Adherence: Validates all artifacts against the project constitution.
  • Use Case: After generating tasks for a new feature, run this Skill to confirm that every requirement is addressed by at least one task and that no task contradicts the project's core principles.

Quick Start

Run the speckit-analyze skill to check the consistency of the project artifacts.

Frequently Asked Questions about speckit-analyze

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

FAQPage Schema
How do I check if my spec, plan, and tasks are consistent before implementation?

Cross-artifact consistency analysis compares spec.md, plan.md, and tasks.md to identify gaps, duplications, and ambiguities. It ensures alignment across all project artifacts before development begins, preventing costly rework.

What is cross-artifact consistency analysis in project planning?

Cross-artifact consistency analysis is the process of comparing specification, planning, and task documents to flag requirements without tasks, find conflicting information, and detect terminology drift across the project.

Do I need a specific directory structure to analyze project artifacts?

Yes, cross-artifact analysis requires a structured project directory containing spec.md, plan.md, and tasks.md files. It validates these documents against a project constitution to ensure adherence to core principles.

How do I detect gaps between project requirements and task lists?

Gap detection flags requirements without corresponding tasks and vice-versa. By running a consistency check across your specification and task documents, you confirm every requirement is addressed by at least one task.

When should I run a consistency check on my project documents?

Run consistency checks after generating tasks for a new feature and before implementation begins. This timing confirms that no task contradicts the project's core principles and prevents costly errors during development.