skills/vcsdd-sprint-contracts/SKILL.md
Use this skill when writing sprint contracts in VCSDD strict mode. Provides grading criteria patterns, dimension weight guidelines, and pass threshold formulation for the 5 review dimensions.
npx skillsauth add sc30gsw/vcsdd-claude-code vcsdd-sprint-contractsInstall 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.
| Dimension | Focus | Typical Weight | |-----------|-------|---------------| | spec_fidelity | Do tests and code match the spec? | 0.30 | | edge_case_coverage | Are edge cases from spec tested? | 0.25 | | implementation_correctness | Is logic correct? | 0.25 | | structural_integrity | Is code organized well? | 0.10 | | verification_readiness | Is pure core isolatable? | 0.10 |
Pass thresholds MUST be binary-evaluable (yes/no), NOT numeric:
Good (binary):
Bad (subjective):
status: draft/vcsdd-contract-review → adversary reviews criteria against spec/tests/sourcenegotiationRound field)status: approved---
sprintNumber: 1
feature: my-feature
scope: "Core parsing logic with error handling"
negotiationRound: 0
status: draft
criteria:
- id: CRIT-001
dimension: spec_fidelity
description: All REQ-XXX items have corresponding test cases
weight: 0.30
passThreshold: Every requirement ID (REQ-NNN) in behavioral-spec.md appears in at least one test function name or test docstring
beadId: BEAD-001
- id: CRIT-002
dimension: edge_case_coverage
description: Critical edge cases from the spec are tested
weight: 0.25
passThreshold: Every critical edge case section in behavioral-spec.md has an explicit test
---
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.