skills/vcsdd-impl/SKILL.md
Run Phase 2b (implementation, Green phase) and Phase 2c (refactor) for the active VCSDD feature. Invokes vcsdd-builder to implement minimal code to pass failing tests, then refactor.
npx skillsauth add sc30gsw/vcsdd-claude-code vcsdd-implInstall 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 Green phase (Phase 2b) and Refactor phase (Phase 2c). Implements minimal code to pass all failing tests, then refactors while keeping tests green.
Run after /vcsdd-tdd completes Phase 2a with red phase evidence. Requires active feature at phase 2a.
npm test 2>&1 | tee .vcsdd/features/<name>/evidence/sprint-N-green-phase.log
target-feature-tests: PASS
regression-baseline: PASS
target-feature-tests: PASS and regression-baseline: PASS, so Phase 3 sees post-refactor test resultscontracts/sprint-N.md so it reflects the final refactored artifact set, then run /vcsdd-contract-review before /vcsdd-adversary/vcsdd-impl
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.