From vcsdd
Runs Phase 3 adversarial review for VCSDD feature implementation against spec across 5 dimensions (spec_fidelity, edge_case_coverage, etc.), spawning isolated agent for binary PASS/FAIL verdicts per dimension.
npx claudepluginhub sc30gsw/vcsdd-claude-code --plugin vcsddThis skill uses the workspace's default tool permissions.
Runs the adversarial review (Phase 3). Spawns a fresh vcsdd-adversary agent (opus model, review-output-only, zero Builder context) to review the implementation against the spec across 5 dimensions.
Runs strict-mode sprint contract review after Phase 2c, spawning fresh vcsdd-adversary to verify contracts/sprint-N.md against specs/tests/source and output PASS/FAIL verdict to reviews/contracts/sprint-N/output/.
Performs adversarial reviews of design docs, implementation plans, code, PRs, or documentation using fresh Devil's Advocate subagents. Iterates until clean or stagnation detected.
Orchestrates multi-agent adversarial review of specs by spawning red team, assumptions auditor, testability auditor, and design contract checker. Requires high intensity; use after /cspec or /cmodel.
Share bugs, ideas, or general feedback.
Runs the adversarial review (Phase 3). Spawns a fresh vcsdd-adversary agent (opus model, review-output-only, zero Builder context) to review the implementation against the spec across 5 dimensions.
Run after /vcsdd-impl completes Phases 2b and 2c. Requires active feature at phase 2c. In strict mode, /vcsdd-contract-review must already have produced a PASS verdict for the current sprint contract.
state.json.sprintCount (created when Phase 2a starts)contracts/sprint-N.md must existstatus: approvedCRIT-XXX criterionreviews/contracts/sprint-N/output/verdict.json must exist and overallVerdict must be PASSreviewContext.contractPath must reference contracts/sprint-N.mdreviewContext.contractDigest must still match the approved contract snapshotiteration must equal negotiationRound + 1reviews/sprint-N/input/manifest.json:
{
"reviewType": "implementation",
"featureName": "...",
"sprintNumber": N,
"contractPath": "contracts/sprint-N.md",
"artifactsToReview": {
"spec": ["specs/behavioral-spec.md", "specs/verification-architecture.md"],
"tests": ["tests/..."],
"source": ["src/..."]
},
"reviewDimensions": ["spec_fidelity", "edge_case_coverage", "implementation_correctness", "structural_integrity", "verification_readiness"]
}
reviews/sprint-N/output/findings/reviews/sprint-N/output/verdict.jsonreviews/sprint-N/output/findings/FIND-NNN.json (one per finding)recordGate(feature, '3', overallVerdict, 'adversary')/vcsdd-feedbackThe adversary MUST be spawned as a new Agent instance. Do NOT:
The adversary reads ONLY from disk (review manifest + source files).
/vcsdd-adversary
/vcsdd-adversary --sprint 2 # specify sprint number explicitly