speckit-verify-run

Validate Spec-Kit implementations against spec.md, plan.md, tasks.md, and constitution.md.

60|12|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ahmedemad3/super-ai-agency-framework --skill speckit-verify-run-ahmedemad3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-verify-run
Source: https://github.com/ahmedemad3/super-ai-agency-framework/tree/main/.agent/skills/speckit-verify-run
Command: npx skills add https://github.com/ahmedemad3/super-ai-agency-framework --skill speckit-verify-run-ahmedemad3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates the implementation against the project specification artifacts (spec.md, plan.md, tasks.md, constitution.md) to ensure alignment and catch gaps early without modifying code.

Core Features & Use Cases

  • Cross-artifact verification: checks spec.md, plan.md, tasks.md, and constitution.md against the implemented codebase for consistency.
  • Structured verification report: outputs a concise, risk-scored analysis with actionable remediation guidance.
  • Guardrail for releases: helps enforce constitution-driven decisions before merging or deployment.

Quick Start

Execute the speckit-verify-run step after completing speckit.implement to generate a verification report.

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 code implementation against project specifications before release?

To verify code implementation against project specifications, you cross-reference spec.md, plan.md, tasks.md, and constitution.md against the codebase to detect alignment gaps early. This produces a risk-scored verification report with actionable remediation guidance without modifying existing code.

What is cross-artifact verification for constitution-driven development?

Cross-artifact verification is the process of checking spec.md, plan.md, tasks.md, and constitution.md for consistency against implemented features. It guarantees traceability between tasks, reviewed files, and requirements while enforcing constitution-driven decisions before merging branches.

How do I generate a verification report for Spec-Kit feature branches?

To generate a verification report for Spec-Kit feature branches, execute the verification step after completing the implementation phase. It analyzes the .specify/memory constitution artifacts and outputs a compact report containing findings, risk levels, and recommended actions.

Does post-implementation verification modify source code during the audit?

Post-implementation verification does not modify source code during the audit. It acts as a read-only guardrail that analyzes specification artifacts and the implemented codebase to catch gaps early and enforce compliance before deployment.

Can I use automated spec verification for pre-merge compliance checks?

Automated spec verification is designed for pre-merge compliance checks. It validates feature-branch implementations against the project constitution and specification artifacts to ensure traceability and catch requirement gaps before release.

What are the limitations of using specification artifacts for release guardrails?

Release guardrails using specification artifacts are limited to projects with a .specify/memory constitution and existing spec.md, plan.md, tasks.md, and constitution.md files. The verification process detects gaps and reports risks but does not automatically fix the implementation code.