speckit-analyze

Analyze SpeckKit artifacts for inconsistencies, duplications, ambiguities, and underspecified items.

60|12|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ahmedemad3/super-ai-agency-framework --skill speckit-analyze-ahmedemad3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/ahmedemad3/super-ai-agency-framework/tree/main/.agent/skills/speckit-analyze
Command: npx skills add https://github.com/ahmedemad3/super-ai-agency-framework --skill speckit-analyze-ahmedemad3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify inconsistencies, duplications, ambiguities, and underspecified items across core SpeckKit artifacts (spec.md, plan.md, and tasks.md) to ensure a clean handoff before implementation.

Core Features & Use Cases

  • Cross-artifact consistency checks across spec.md, plan.md, and tasks.md to surface misalignments.
  • Duplication and ambiguity detection with actionable remediation guidance.
  • Coverage mapping from requirements to tasks and user stories to ensure traceability.

Quick Start

Run this skill after speckit.tasks to produce a structured analysis report.

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.md, plan.md, and tasks.md for inconsistencies before implementation?

Cross-artifact consistency analysis identifies inconsistencies, duplications, ambiguities, and underspecified items across spec.md, plan.md, and tasks.md to ensure a clean handoff before implementation.

What is requirements traceability mapping in a SpeckKit project structure?

Requirements traceability maps requirements to tasks and user stories across core artifacts, ensuring coverage and surfacing underspecified items before implementation begins.

How do I generate a risk assessment report for spec, plan, and task artifacts?

Running cross-artifact analysis produces a compact report detailing findings, severity, coverage gaps, and recommended remediations to guide manual remediation efforts without altering artifacts automatically.

Do I need a constitution file to run cross-artifact analysis?

Yes, cross-artifact analysis runs within a SpeckKit project structure and requires the constitution as a validation baseline alongside the presence of core artifacts.

When should I run task mapping and artifact analysis in my workflow?

Run artifact analysis immediately after generating speckit.tasks to validate alignment, detect duplication, and produce a structured remediation report before starting implementation.

Does cross-artifact analysis automatically fix ambiguities and duplications it finds?

No, cross-artifact analysis guides remediation efforts by detailing findings and severity in a report without altering spec.md, plan.md, or tasks.md artifacts automatically.