speckit-verify

Validate implementation against spec, plan, tasks, and constitution files.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/payangar-dev/texlab --skill speckit-verify-payangar-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-verify
Source: https://github.com/payangar-dev/texlab/tree/main/.agents/skills/speckit-verify
Command: npx skills add https://github.com/payangar-dev/texlab --skill speckit-verify-payangar-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you catch mismatches between a newly implemented change and its specification before anything is merged or released.

Core Features & Use Cases

  • Non-destructive verification gate: Checks implementation alignment without modifying files and produces a structured report.
  • Spec, plan, tasks, and constitution coverage: Validates functional requirements, scenarios, task completion, and constitution MUST principles.
  • Evidence-based alignment: Traces requirements to implementation evidence found in files referenced by completed tasks.

Quick Start

Run the speckit-verify command to verify the implementation against spec artifacts and produce a Markdown verification report.

Frequently Asked Questions about speckit-verify

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

FAQPage Schema
How do I verify implementation against a spec without modifying files?

To verify implementation against a spec without modifying files, use a non-destructive post-implementation gate. It loads artifacts like spec.md and tasks.md to perform read-only alignment checks and outputs a structured Markdown verification report.

What is evidence-based spec alignment for repository QA?

Evidence-based spec alignment traces functional requirements to implementation evidence found in files referenced by completed tasks. It validates requirement coverage, scenario coverage, and constitution MUSTs deterministically for repository QA.

How do I check task completion and constitution guardrails after implementation?

To check task completion and constitution guardrails after implementation, run a verification gate. It builds task inventories, validates completed tasks against plan.md, and checks alignment with constitution MUSTs.

Does the verification process cap token usage for large repository reviews?

Yes, the verification process caps token usage by generating deterministic, token-efficient outputs. It limits findings to a maximum of 50 items and produces a structured Markdown report with recommended next actions.

Can I validate functional requirements using spec.md and plan.md artifacts?

Yes, you can validate functional requirements using spec.md and plan.md artifacts. A read-only verification gate loads these files to check requirement coverage, scenario coverage, and alignment without altering the repository.