speckit-analyze

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ --skill speckit-analyze-clockwork-temptation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: speckit-analyze
Source: https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ/tree/main/.agents/skills/speckit-analyze
Command: npx skills add https://github.com/CLOCKWORK-TEMPTATION/plugin_01UphfxAg16yZB4YodKYf1RZ --skill speckit-analyze-clockwork-temptation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies inconsistencies, duplications, ambiguities, and underspecified items across spec.md, plan.md, and tasks.md to improve artifact quality before implementation.

Core Features & Use Cases

  • Cross-artifact analysis detects mismatches and gaps between spec.md, plan.md, and tasks.md.
  • Quality assurance guardrails highlight unresolved placeholders and vague terms to reduce rework.
  • Remediation planning (optional) produces a suggested remediation plan that the user can review before applying changes.

Quick Start

Run after /speckit.tasks has produced a complete tasks.md to perform a cross-artifact consistency and quality analysis.

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, plan, and tasks for consistency before implementation?▼

To check spec, plan, and tasks for consistency, run a cross-artifact analysis to identify mismatches, duplications, and underspecified items across spec.md, plan.md, and tasks.md after task generation.

What is cross-artifact quality analysis for task generation?▼

Cross-artifact quality analysis detects inconsistencies, unresolved placeholders, and vague terms between spec.md, plan.md, and tasks.md to reduce rework and improve artifact quality before implementation begins.

When do I need to run consistency analysis on my tasks.md file?▼

You need to run consistency analysis only after a complete tasks.md has been generated by your task command, ensuring the analysis can accurately evaluate the fully populated spec, plan, and task artifacts.

Can I automatically apply fixes when ambiguities are found across spec.md and plan.md?▼

You cannot automatically apply fixes, as the analysis is strictly read-only and outputs a structured report, but it can produce an optional remediation plan that you can review before applying changes.

Does the artifact analysis modify my original spec.md or plan.md files?▼

The artifact analysis does not modify your files because it operates strictly as a read-only process, outputting a structured report of inconsistencies and ambiguities without altering the original spec.md or plan.md documents.