speckit-superb-verify

Verify completion claims with a spec-kit checklist and structured report.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/pradeepmouli/lspeasy --skill speckit-superb-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-superb-verify
Source: https://github.com/pradeepmouli/lspeasy/tree/main/.github/skills/speckit-superb-verify
Command: npx skills add https://github.com/pradeepmouli/lspeasy --skill speckit-superb-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mandatory completion gates require fresh verification evidence before any completion claim is accepted, by loading and applying the authoritative verification skill within speck kit workflows.

Core Features & Use Cases

  • Mandatory post-hook for speckit.implement to ensure claims are backed by verification evidence.
  • Multi-source skill loading: local plugin, remote fetch, or an embedded fallback to guarantee a verification baseline.
  • Spec-kit extension support: adds a spec-coverage checklist to the verification flow and enforces it before completion claims.

Quick Start

Run the verification workflow against your speckkit implementation to validate fresh evidence before finalizing any completion claim.

Frequently Asked Questions about speckit-superb-verify

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

FAQPage Schema
How do I enforce fresh verification evidence before completing a software implementation?

To enforce fresh verification evidence before completion, apply a mandatory verification gate against the current implementation. This validates completion claims by requiring fresh test evidence and a spec-coverage checklist before finalizing.

What is a completion gate in speck kit workflows?

A completion gate in speck kit workflows is a mandatory post-hook that intercepts completion claims. It applies a built-in verification baseline to ensure no implementation finalizes without passing fresh test and evidence validation.

How do I validate test coverage and evidence before claiming task completion?

Validate test coverage and evidence by running a spec-kit driven checklist against the current implementation. This generates a structured completion report that gates the final completion claim until all evidence is verified.

Does the speckit verification gate work without remote access?

Yes, the speckit verification gate works without remote access by using multi-source skill loading. It attempts local plugin loading first, then remote fetch, and finally relies on an embedded fallback to guarantee a verification baseline is always available.

When do I need to use a verification gate for quality assurance?

You need to use a verification gate for quality assurance when finalizing implementation tasks within speck kit workflows. It acts as a mandatory post-hook to ensure claims are backed by fresh verification evidence and spec-coverage validation.