speckit-analyze.agent

Analyze spec.md, plan.md, and tasks.md for inconsistencies and constitution alignment.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/franciscosanchezn/easyfactu-es --skill speckit-analyze-agent
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-analyze.agent
Source: https://github.com/franciscosanchezn/easyfactu-es/tree/main/.github/skills/speckit-analyze.agent
Command: npx skills add https://github.com/franciscosanchezn/easyfactu-es --skill speckit-analyze-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Speckit Analyze.Agent provides a rigorous, non-destructive method to surface inconsistencies, duplications, ambiguities, and underspecified items across spec.md, plan.md, and tasks.md after task generation, helping teams improve artifact quality before implementation.

Core Features & Use Cases

  • Cross-artifact consistency checks across spec, plan, and tasks to surface gaps and conflicts.
  • Structured analysis report generation that maps findings to requirements and user stories for traceability.
  • Governance-aware alignment against the project's constitution and memory at .specify/memory/constitution.md.

Quick Start

Review the three artifacts and generate a structured analysis report without modifying any source files.

Frequently Asked Questions about speckit-analyze.agent

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

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

You can perform cross-artifact consistency analysis across spec.md, plan.md, and tasks.md to surface inconsistencies, duplications, and ambiguities after task generation. This maps findings to requirements and user stories without modifying source files.

What is cross-artifact quality analysis in a speckit project structure?▼

Cross-artifact quality analysis is a non-destructive method to evaluate spec, plan, and tasks artifacts for coverage gaps and alignment issues. It ensures generated tasks respect governance constraints defined in the project constitution.

How do I validate speckit tasks against constitution governance constraints?▼

Validate tasks against governance constraints by analyzing the constitution located at .specify/memory/constitution.md. The analysis highlights alignment issues between generated tasks and the project's governance rules.

Does analyzing speckit artifacts modify my original spec, plan, or tasks files?▼

No, analyzing speckit artifacts is a non-destructive process that outputs a compact, structured report. It surfaces underspecified items and duplications without modifying your original spec, plan, or tasks source files.

What's the best way to map requirements to user stories in speckit tasks?▼

The best way to map requirements to user stories is by generating a structured analysis report that flags coverage gaps. This traces findings across spec, plan, and tasks artifacts for complete traceability.