skills/vcsdd-tdd/SKILL.md
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.
npx skillsauth add sc30gsw/vcsdd-claude-code vcsdd-tddInstall 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 Red phase (Phase 2a): generates test cases for every requirement in the behavioral spec. Tests MUST FAIL before implementation begins. Records failure evidence.
Run after spec review gate (Phase 1c) passes. Requires active feature at phase 1c.
N for the current implementation cycle (transitionPhase(feature, '2a'))npm test 2>&1 | tee .vcsdd/features/<name>/evidence/sprint-N-red-phase.log
new-feature-tests: FAIL
regression-baseline: PASS
For coverage-retrofit sprints (adding tests to already-implemented code):
coverage-retrofit: true instead of new-feature-tests: failingcoverage-retrofit: true
regression-baseline: PASS
total-tests: 45
new-tests-added: 3
If ANY new test passes before implementation, STOP. The test is invalid (it's testing the wrong thing or the implementation already exists). Fix the test first.
/vcsdd-tdd
/vcsdd-tdd --framework vitest # specify test framework
/vcsdd-tdd --framework pytest
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.
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.