spectra-verify

Verify alignment between delta specs and code artifacts in change workflows.

45|3|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/YuDefine/nuxt-supabase-starter --skill spectra-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-verify
Source: https://github.com/YuDefine/nuxt-supabase-starter/tree/main/.claude/skills/spectra-verify
Command: npx skills add https://github.com/YuDefine/nuxt-supabase-starter --skill spectra-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates verification that a project's delta specs and its implementation align, ensuring traceability between intended changes and code.

Core Features & Use Cases

  • Completeness checks: validate that tasks and delta specs exist and are addressed.
  • Correctness checks: map requirements to implementations and identify divergences.
  • Coherence checks: assess design adherence and code pattern consistency.
  • Use Case: For a given change, verify that all delta specs have corresponding code, tests, and design decisions.

Quick Start

Run spectra-verify to generate a verification report for the current change context.

Frequently Asked Questions about spectra-verify

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

FAQPage Schema
How do I verify that code matches delta specs during software changes?

To verify code matches delta specs, you need automated alignment checks that parse change artifacts and search the codebase to validate task completion and spec coverage. This ensures traceability between intended changes and implementation.

What is delta spec verification in change workflows?

Delta spec verification is the process of identifying and confirming alignment between intended change artifacts and actual code. It checks for completeness, correctness, and design coherence to validate that implementation matches requirements.

How do I check if all tasks in a change artifact have corresponding tests?

Checking task completion requires parsing change artifacts to map requirements to implementations and tests. This identifies divergences and validates that every delta spec has corresponding code, tests, and design decisions.

Can I assess design coherence and code pattern consistency automatically?

You can assess design adherence and code pattern consistency automatically by parsing optional design docs alongside change artifacts. This coherence check validates that implementation follows established design decisions during reviews.

How do I generate a verification report for a current change context?

Generating a verification report involves running an alignment check on the current change context to parse delta specs and code artifacts. The output validates task completion, spec coverage, and design consistency.

Does spec verification work without optional design documents?

Spec verification works without optional design documents by focusing parsing strictly on change artifacts and codebase searches. Completeness and correctness checks function independently, while coherence checks utilize design docs if provided.