skills/vcsdd-adversarial-refinement/SKILL.md
Use this skill when running or interpreting VCSDD adversarial reviews. Provides calibration guidance for the Adversary agent, finding severity classification, and anti-leniency enforcement patterns.
npx skillsauth add sc30gsw/vcsdd-claude-code vcsdd-adversarial-refinementInstall 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.
The Adversary MUST:
routeToPhase for actionable routing| Severity | Definition | Examples | |----------|------------|---------| | critical | Pipeline cannot continue | Missing spec requirement entirely, security vulnerability | | high | Significant defect requiring rework | Wrong return type, missing error handling, untested edge case | | medium | Defect that reduces quality | Misleading name, unnecessary abstraction, dead code | | low | Improvement opportunity | Style inconsistency, minor duplication |
Watch for these patterns and reject them:
| Category | Meaning | Route To | |----------|---------|----------| | spec_ambiguity | Requirement or contract wording is ambiguous | 1a | | spec_gap | Behavior exists but spec/contract does not cover it | 1a | | requirement_mismatch | Spec is clear, but tests or implementation do not satisfy it | 2b | | missing_edge_case | Edge case absent from spec or tests | 1a or 2a | | test_coverage | Required behavior has no meaningful test | 2a | | test_quality | Tautological or over-mocked test, or implementation-detail assertion | 2a | | implementation_bug | Logic defect | 2b | | error_handling | Incorrect or missing error path | 2b | | security_surface | Validation/auth/injection issue | 2b | | code_structure | Cohesion/abstraction/organization issue | 2c | | naming | Misleading or imprecise names | 2c | | duplication | Repeated logic that should be unified | 2c | | proof_gap | Missing proof harness or unverifiable claim | 5 | | invariant_violation | Proof/testing evidence contradicts required invariant | 5 | | purity_boundary | Supposedly pure logic still depends on effects | 2c or 5 |
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.