speckit-verify-run

Verify implementations against spec, plan, tasks, and constitution artifacts.

Updated May 18, 2026
One-click install
npx skills add https://github.com/KamiJeong/tech-bridge-book --skill speckit-verify-run-kamijeong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-verify-run
Source: https://github.com/KamiJeong/tech-bridge-book/tree/main/.agents/skills/speckit-verify-run
Command: npx skills add https://github.com/KamiJeong/tech-bridge-book --skill speckit-verify-run-kamijeong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs a strict, read-only verification after implementation to check whether the work matches the spec, plan, tasks, and constitution. It helps catch missing files, incomplete tasks, unimplemented requirements, and policy conflicts before review or merge.

Core Features & Use Cases

  • Post-implementation validation: Confirms the implementation aligns with spec.md, plan.md, tasks.md, and constitution.md.
  • Coverage and consistency checks: Identifies requirement gaps, missing test or code paths, design drift, and structure mismatches.
  • Constitution enforcement: Treats constitution violations as critical and flags them without reinterpretation.
  • Use case: Run this Skill after a feature is implemented to produce a concise verification report with prioritized findings and next actions.

Quick Start

Ask the skill to verify the latest implementation against the active spec and report any critical gaps.

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 spec compliance after implementing a feature?

Post-implementation validation requires a read-only review of completed tasks against spec.md, plan.md, tasks.md, and constitution.md. This process identifies missing files, incomplete tasks, unimplemented requirements, and policy conflicts to produce a concise report with prioritized findings.

What is constitution enforcement in spec compliance checking?

Constitution enforcement treats policy conflicts as critical violations during spec compliance verification. It flags any deviations from the mandated principles in constitution.md without reinterpretation, ensuring strict adherence to the project's foundational policies before code merge.

How do I check requirements coverage and design drift in my codebase?

Requirements coverage analysis identifies gaps between implemented code and project specifications. By performing evidence-based comparison of completed tasks and referenced files, it detects unimplemented requirements, missing test paths, and design drift to ensure structure consistency.

Does spec compliance verification modify my project files?

Spec compliance verification is a strictly read-only process. It analyzes your implementation against specification artifacts and constitution principles to generate a verification report, ensuring no files are modified during the post-implementation review workflow.

What do I need to run a post-implementation spec validation workflow?

Post-implementation spec validation requires spec-kit project artifacts including spec.md, plan.md, tasks.md, and constitution.md. You need these specification documents alongside your completed implementation to perform evidence-based comparison and generate a verification report.