skills/vcsdd-spec-review/SKILL.md
Run Phase 1c (spec review gate) for the active VCSDD feature. Spawns a fresh vcsdd-adversary instance to review the behavioral spec and verification architecture. Records PASS/FAIL gate verdict.
npx skillsauth add sc30gsw/vcsdd-claude-code vcsdd-spec-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Runs the spec review gate (Phase 1c). Spawns a fresh vcsdd-adversary agent to review the behavioral specification and verification architecture for completeness, correctness, and verification readiness. Records the gate verdict.
Run after /vcsdd-spec completes Phase 1a and 1b. Requires active feature at phase 1b.
reviews/spec/iteration-N/input/manifest.json:
{
"reviewType": "spec",
"artifactsToReview": ["specs/behavioral-spec.md", "specs/verification-architecture.md"],
"reviewDimensions": ["spec_fidelity", "verification_readiness"]
}
reviews/spec/iteration-N/output/verdict.jsonrecordGate(feature, '1c', verdict, 'adversary')recordGate(feature, '1c', 'PASS', 'human', { approvedBasedOn: 'adversary' })/vcsdd-spec-review
/vcsdd-spec-review --auto-approve # strict mode: record the human approval immediately after a PASS
documentation
Use this skill when writing Phase 1b verification architecture documents. Provides purity boundary mapping, proof obligation design, and tier assignment guidance.
data-ai
Use this skill when creating or querying VCSDD Chainlink bead traceability. Provides bead creation patterns, chain traversal, and completeness validation.
data-ai
Display the full traceability chain for a VCSDD bead. Traverses the Chainlink graph from the given bead ID and shows all connected artifacts with status.
development
Run Phase 2a (test generation, Red phase) for the active VCSDD feature. Invokes vcsdd-builder to generate failing tests for all spec requirements. Records red phase evidence.