speckit.analyze

Analyze spec.md, plan.md, and tasks.md for inconsistencies and ambiguities.

Updated Oct 4, 2025
One-click install
npx skills add https://github.com/peancharoen/lcbp3 --skill speckit-analyze-peancharoen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.analyze
Source: https://github.com/peancharoen/lcbp3/tree/main/.agents/skills/speckit.analyze
Command: npx skills add https://github.com/peancharoen/lcbp3 --skill speckit-analyze-peancharoen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This analysis workflow identifies inconsistencies, duplications, ambiguities, and underspecified items among spec.md, plan.md, and tasks.md after tasks have been generated, helping teams align a coherent project narrative before implementation.

Core Features & Use Cases

  • Cross-artifact consistency checks across the three core artifacts to surface conflicts and gaps.
  • Traceability mapping from requirements and user stories to concrete tasks for coverage validation.
  • Optional remediation planning prompt when issues are detected (requires explicit approval to apply changes).

Quick Start

Run the analysis after speckit.tasks has produced tasks.md to generate a structured report of findings.

Frequently Asked Questions about speckit.analyze

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

FAQPage Schema
How do I check requirements traceability across spec, plan, and task files?

Cross-artifact consistency checks identify conflicts, duplications, ambiguities, and underspecified items across spec.md, plan.md, and tasks.md before implementation begins.

When do I need to run spec-plan-task consistency analysis?

You need spec-plan-task consistency analysis immediately after task generation, reading the produced artifacts to surface conflicts and ensure a coherent project narrative before coding starts.

How do I fix ambiguities and underspecified items found in task generation artifacts?

To fix ambiguities and underspecified items, you review the structured analysis report and explicitly approve an optional remediation plan that proposes changes to the generated artifacts.

Does the artifact analysis modify the spec, plan, and task files directly?

No, the artifact analysis performs a read-only examination of the files and outputs a structured report, providing a remediation plan only after receiving explicit approval to apply changes.

What's the best way to validate project constitution adherence before implementation?

Validating constitution adherence is achieved by auditing generated spec, plan, and task artifacts against the project constitution rules to surface inconsistencies and duplications.