From vcsdd
Runs VCSDD Phase 1c spec review gate: spawns vcsdd-adversary to check behavioral spec and verification architecture for completeness, correctness, and readiness. Records PASS/FAIL verdict and manages iterations.
npx claudepluginhub sc30gsw/vcsdd-claude-code --plugin vcsddThis skill uses the workspace's default tool permissions.
Runs the spec review gate (Phase 1c). Spawns a fresh vcsdd-adversary agent to review the behavioral specification and verification architecture for completeness, correctness, and verification readiness. Records the gate verdict.
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.
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.
Reviews completed feature spec drafts with rubrics scoring quality attributes, anti-patterns, completeness, granularity, and scope-fit to verdict approval readiness before design.
Share bugs, ideas, or general feedback.
Runs the spec review gate (Phase 1c). Spawns a fresh vcsdd-adversary agent to review the behavioral specification and verification architecture for completeness, correctness, and verification readiness. Records the gate verdict.
Run after /vcsdd-spec completes Phase 1a and 1b. Requires active feature at phase 1b.
reviews/spec/iteration-N/input/manifest.json:
{
"reviewType": "spec",
"artifactsToReview": ["specs/behavioral-spec.md", "specs/verification-architecture.md"],
"reviewDimensions": ["spec_fidelity", "verification_readiness"]
}
reviews/spec/iteration-N/output/verdict.jsonrecordGate(feature, '1c', verdict, 'adversary')recordGate(feature, '1c', 'PASS', 'human', { approvedBasedOn: 'adversary' })/vcsdd-spec-review
/vcsdd-spec-review --auto-approve # strict mode: record the human approval immediately after a PASS