skills/vcsdd-status/SKILL.md
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.
npx skillsauth add sc30gsw/vcsdd-claude-code vcsdd-statusInstall 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.
Displays a comprehensive status view of the active VCSDD feature pipeline.
Run at any time to check pipeline state. No phase restrictions.
Read index.json: list all features with status
Read active feature state.json: full pipeline state
Display status panel:
================================================
VCSDD Status: my-feature
================================================
Phase: 2b (Implementation - Green)
Mode: strict
Sprint: 1
Iteration: 2 (of 5 max for this phase)
Gates:
1a -> 1b -> 1c (PASS) -> 2a -> 2b
Open Findings: 0
Pending Proofs: 2 (PROP-001, PROP-002)
Traceability:
12 spec requirements
12 test cases (10 green, 2 red)
8 implementations
Coherence (CEG):
Nodes: 6 Edges: 8
Green: 5 Amber: 2 Gray: 1
Cycles: none
Next: Run /vcsdd-adversary (Phase 3)
================================================
Coherence section (when coherence.json exists):
loadCoherence(featureName) from vcsdd-coherence.jssummarize(ceg) to get node/edge counts and Green/Amber/Gray band distribution⚠ CYCLES DETECTED in red/vcsdd-status
/vcsdd-status --all-features # show all features, not just active
/vcsdd-status --json # machine-readable output
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.