One-click install
npx skills add https://github.com/fhlta/primecore --skill speckit-analyze-fhlta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/fhlta/primecore/tree/main/.agents/skills/speckit-analyze
Command: npx skills add https://github.com/fhlta/primecore --skill speckit-analyze-fhlta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of implementing misaligned, duplicated, or underspecified requirements by running a non-destructive consistency check across spec.md, plan.md, and tasks.md files in spec-kit projects, preventing costly rework and delays during development.

Core Features & Use Cases

  • Cross-Artifact Consistency Checks: Flags duplication, ambiguity, terminology drift, and conflicting requirements across the three core spec-kit artifacts.
  • Coverage Gap Detection: Maps requirements and user stories to tasks to identify missing work or unmapped tasks before implementation begins.
  • Constitution Alignment Validation: Ensures all specification elements comply with the project's non-negotiable constitutional principles.
  • Use Case: A product team that just generated a full task list via /speckit-tasks can run this Skill to catch missing task coverage for security requirements or conflicting architecture choices before developers start writing code.

Quick Start

Use the speckit-analyze skill to review your spec.md, plan.md, and tasks.md files for inconsistencies after generating your task list with /speckit-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 across spec.md, plan.md, and tasks.md before implementation?

You can perform cross-artifact consistency analysis on spec.md, plan.md, and tasks.md files to identify duplication, ambiguity, and conflicting requirements before implementation begins.

What is cross-artifact consistency validation in spec-kit projects?

Cross-artifact consistency validation checks spec.md, plan.md, and tasks.md files to flag terminology drift, underspecification, and constitution misalignment without modifying any project files.

How do I detect missing task coverage for security requirements after generating a task list?

Coverage gap detection maps requirements and user stories directly to tasks to identify missing work or unmapped tasks, ensuring full traceability before developers start writing code.

Does spec-kit specification analysis modify my existing project files?

No, spec-kit specification analysis is a non-destructive process that evaluates files within a .specify/ directory to identify issues without modifying any of your specification artifacts.

When do I need to run a pre-implementation specification review?

Run a pre-implementation specification review after generating your task list with /speckit-tasks to catch coverage gaps and conflicting architecture choices early, preventing costly rework and delays.

Can I validate constitution alignment for my specification artifacts?

Yes, constitution alignment validation ensures all specification elements comply with the project's non-negotiable constitutional principles across the three core spec-kit artifacts.