skills/vcsdd-verification-architecture/SKILL.md
Use this skill when writing Phase 1b verification architecture documents. Provides purity boundary mapping, proof obligation design, and tier assignment guidance.
npx skillsauth add sc30gsw/vcsdd-claude-code vcsdd-verification-architectureInstall 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.
A function belongs in the pure core if:
A function belongs in the effectful shell if:
+---------------------------------+
| Effectful Shell |
| (HTTP handlers, DB adapters) |
| |
| +---------------------+ |
| | Pure Core | |
| | (business rules, | |
| | parsing, calcs) | |
| +---------------------+ |
+---------------------------------+
Each proof obligation should specify:
Good proof obligations:
PROP-001: Parse(Serialize(x)) == x (round-trip property)PROP-002: Validate(x) == false implies Transform(x) raises an errorPROP-003: Token budget never goes negativePoor proof obligations (too vague):
PROP-004: Code is correctPROP-005: No errors occurdata-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.
testing
Display the current VCSDD pipeline status for the active (or specified) feature. Shows phase, mode, sprint count, open findings, pending proofs, and the traceability summary.