Verifies that code implements specification requirements by comparing a spec document (PDF, MD, DOCX, HTML, TXT, or URL) against a codebase.
How this command is triggered — by the user, by Claude, or both
Slash command
/spec-to-code-compliance:spec-compliance <spec-document> <codebase-path>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Verify Spec-to-Code Compliance **Arguments:** $ARGUMENTS Parse arguments: 1. **Spec document** (required): Path to specification (PDF, MD, DOCX, HTML, TXT, or URL) 2. **Codebase path** (required): Path to codebase to verify Invoke the `spec-to-code-compliance` skill with these arguments for the full workflow.
Arguments: $ARGUMENTS
Parse arguments:
Invoke the spec-to-code-compliance skill with these arguments for the full workflow.
npx claudepluginhub daothinh/spec-cdex --plugin spec-to-code-compliance13plugins reuse this command
First indexed Jan 29, 2026
Showing the 6 earliest of 13 plugins
/spec-complianceVerifies that code implements specification requirements by comparing a spec document (PDF, MD, DOCX, HTML, TXT, or URL) against a codebase.
/spec-auditSpec-vs-code compliance audit — extracts requirements from a spec / whitepaper / RFC and matches each to the implementation with typed verdicts.
/validateValidates a completed implementation against the provided spec file by comparing code, git changes, and conventions, surfacing all gaps and discrepancies.
/review-codeReviews implementation code against specification requirements, identifies deviations, and reports a compliance score.
/reviews-spec-auditAudits a specification file for completeness, clarity, and implementability. Identifies gaps, ambiguities, and missing details. Supports pre-implementation and post-implementation audit modes.
/reviews-spec-auditAudits specifications for completeness, clarity, and implementability using a spec-auditor agent. Accepts a spec file path and audit type (pre/post-implementation), saving a structured report.