spectra-verify

Verify code implementation against design and specification artifacts using the spectra CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MomoChenisMe/test-sdd-workflow --skill spectra-verify-momochenisme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-verify
Source: https://github.com/MomoChenisMe/test-sdd-workflow/tree/main/spectra-test/.claude/skills/spectra-verify
Command: npx skills add https://github.com/MomoChenisMe/test-sdd-workflow --skill spectra-verify-momochenisme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires spectra, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the verification of implementation against artifacts, ensuring that the implementation matches the intended design and specifications.

Core Features & Use Cases

  • Implementation Verification: Automatically checks if the implementation matches the change artifacts (specs, tasks, design).
  • Change Management: Supports checking for a specific change name or inferring from conversation context.
  • CLI Integration: Requires the spectra CLI for execution.
  • Use Case: Ideal for ensuring that code changes align with the intended design and specifications, especially in a spec-driven development workflow.

Quick Start

Run /spectra-verify <change-name> to verify the implementation of a specific change.

Frequently Asked Questions about spectra-verify

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

FAQPage Schema
How do I automate code verification against design specifications?

To automate code verification against design specifications, you can use a spec-driven development workflow that checks if your implementation matches change artifacts like specs and tasks. This ensures code integrity by validating alignment with intended designs automatically.

What is spec-driven implementation review and when do I need it?

Spec-driven implementation review is the process of validating code changes against predefined change artifacts to ensure alignment with design specifications. You need it when managing complex code changes to verify that implementation matches the intended design and tasks.

Do I need the spectra CLI to verify implementation against change artifacts?

Yes, you need the spectra CLI to verify implementation against change artifacts. The CLI is required for artifact retrieval and processing, enabling the automated verification of code changes against design and specification documents.

How do I verify a specific code change against its specifications?

To verify a specific code change against its specifications, run the verification command with the target change name. This automatically checks if the implementation matches the change artifacts, ensuring code alignment with the intended design.

Can I infer the change name from conversation context during implementation verification?

Yes, you can infer the change name from conversation context during implementation verification. The change management process supports checking for a specific change name or automatically inferring the target change from the surrounding context.

What are the limitations of automated implementation verification?

A key limitation of automated implementation verification is its strict dependency on the spectra CLI for artifact retrieval. Without the CLI installed and available, the verification process cannot execute or validate code against the design specifications.