speckit-verify-run

Verify codebase implementation against spec, plan, tasks, and constitution files.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-verify-run-b0yz4kr14
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-verify-run
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-verify-run
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-verify-run-b0yz4kr14

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents integration drift by checking whether an implementation truly matches the specification artifacts and constitution before changes move forward.

Core Features & Use Cases

  • Non-destructive spec compliance gate: Validates the implementation against spec.md, plan.md, tasks.md, and constitution.md without modifying any files.
  • Evidence-driven coverage checks: Detects missing implementation evidence for requirements, incomplete tasks, missing or unresolvable referenced files, and scenario/test coverage gaps.
  • Constitution MUST enforcement: Flags critical conflicts with non-negotiable constitution principles as CRITICAL findings.

Quick Start

Run the speckit-verify-run Skill with no extra arguments to produce a compact verification report and see whether the implementation is aligned with the spec and constitution.

Frequently Asked Questions about speckit-verify-run

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

FAQPage Schema
How do I verify codebase implementation matches spec documents without modifying files?

Spec compliance verification checks your codebase against spec.md, plan.md, tasks.md, and constitution.md in a read-only workflow. It analyzes task completion, file existence, requirement coverage, and scenario gaps, then outputs a structured Markdown report with severity-assigned findings.

What is constitution MUST enforcement in a CI gate verification workflow?

Constitution MUST enforcement flags critical conflicts with non-negotiable principles defined in constitution.md as CRITICAL findings during spec compliance checks. This prevents integration drift by ensuring implementation changes respect foundational constraints before moving forward.

How do I check requirements coverage and task completion after implementation?

Run a non-destructive verification workflow that detects missing implementation evidence for requirements, incomplete tasks, and unresolvable referenced files. It produces a compact Markdown report showing whether your implementation aligns with the specification artifacts.

Does spec verification work without extra arguments or dependencies?

Yes, spec verification runs with no extra arguments and has no external dependencies. It requires only the presence of spec.md, plan.md, tasks.md, and constitution.md artifacts in your project to perform evidence-driven coverage checks and output findings.

What's the best way to audit spec compliance while limiting the number of findings reported?

Spec compliance verification respects a configured max_findings limit to cap the number of reported issues. This read-only audit assigns severity levels to each finding, allowing you to prioritize CRITICAL constitution conflicts and coverage gaps without being overwhelmed.

Why does my implementation verification report still show missing scenario coverage gaps?

Verification reports show scenario coverage gaps when tests fail to cover scenarios defined in your specification artifacts. The non-destructive audit detects these gaps alongside missing requirement evidence and incomplete tasks, assigning severity to each finding for prioritized resolution.