From vcsdd
Displays VCSDD pipeline status for active or specified features, showing phase, mode, sprint count, iteration, gates, open findings, pending proofs, traceability, and CEG coherence summary. Check progress anytime.
npx claudepluginhub sc30gsw/vcsdd-claude-code --plugin vcsddThis skill uses the workspace's default tool permissions.
Displays a comprehensive status view of the active VCSDD feature pipeline.
Displays feature tracker statistics, progress bars, phase breakdowns, PRD coverage, blocked features, and staleness warnings from docs/blueprint/feature-tracker.json. Prompts dynamic next actions.
Orchestrates multi-session projects by implementing one feature per cycle from feature-list.json through TDD pipeline with quality gates and code review.
Guides users through V-Model workflow by reading BACKLOG.md, HANDOFFS.md, and git state; recommends next phase skill; audits handoffs for completeness; handles post-reverse-engineering promotion.
Share bugs, ideas, or general feedback.
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