From vcsdd
Provides checklists to grade VCSDD dimensions—spec fidelity, edge case coverage, implementation correctness, structural integrity, verification readiness—during adversarial reviews and convergence evaluation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vcsdd:vcsdd-grading-criteriaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- During Phase 3 adversarial review
Every PASS verdict must include evidence blocks with:
type: file | test-output | coverage | proof-resultlocation: real file path (must be verifiable with ls)description: what was verified at that locationnpx claudepluginhub sc30gsw/vcsdd-claude-code --plugin vcsddCalibrates VCSDD Adversary agent for phase 3 adversarial reviews with strict principles, severity classification, leniency traps, and finding routing to phases.
Reviews code for spec compliance, test coverage, quality, architecture, error handling, docs, and ADD adherence. Produces report after verifying tests pass via npm test or pytest.
Runs Stage 2 code quality review (SOLID, DRY, security, test quality) after spec review passes. Used via /review or 'check code quality'.