spectra-verify

Verify software implementation alignment with specifications, task lists, and design documentation.

1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/chenwei791129/rancher-kubeconfig-updater --skill spectra-verify-chenwei791129
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-verify
Source: https://github.com/chenwei791129/rancher-kubeconfig-updater/tree/main/.claude/skills/spectra-verify
Command: npx skills add https://github.com/chenwei791129/rancher-kubeconfig-updater --skill spectra-verify-chenwei791129

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill bridges the gap between design specifications, task lists, and actual code, ensuring that implementation remains consistent with project requirements and avoids drift.

Core Features & Use Cases

  • Artifact Verification: Automatically cross-references code against tasks, specs, and design documents.
  • Completeness Tracking: Monitors task progress and requirement coverage to prevent incomplete features.
  • Coherence Analysis: Detects deviations from established design patterns and architectural decisions.
  • Use Case: Before archiving a completed feature, use this tool to verify that all requirements from the spec are implemented and that no critical tasks remain unfinished.

Quick Start

Run the spectra-verify skill to check the current implementation status of the authentication-module change.

Frequently Asked Questions about spectra-verify

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

FAQPage Schema
How do I verify my code implementation matches project specifications and design documents?

To verify implementation matches project specifications, you can cross-reference code against tasks, specs, and design documents. This Skill performs completeness, correctness, and coherence checks to ensure your active development changes remain consistent with project requirements.

What is the best way to track task completeness and requirement coverage before archiving a feature?

Tracking task completeness requires cross-referencing code against your task lists and specs. This Skill monitors task progress and requirement coverage to detect incomplete features, ensuring all design requirements are met before you archive a completed feature.

How does code review coherence analysis detect deviations from established design patterns?

Coherence analysis detects deviations by cross-referencing active development changes against established design patterns and architectural decisions. It operates within the spectra CLI to check whether your implementation remains consistent with the original design documentation.

Do I need the spectra CLI installed to perform artifact verification and compliance checks?

Yes, artifact verification requires the spectra CLI to be installed and accessible. The Skill operates within the spectra CLI context to parse JSON-based status reports and artifact metadata for compliance checks.

Can I use this verification process to prevent requirement drift during active development?

Yes, you can prevent requirement drift by cross-referencing code against tasks, specs, and design documents. This Skill bridges the gap between design specifications and actual code, ensuring implementation avoids drift and maintains coherence.