skills/vcsdd-feedback-routing/SKILL.md
Use this skill when routing adversary findings in Phase 4. Provides routing logic, iteration limit enforcement, and escalation protocols.
npx skillsauth add sc30gsw/vcsdd-claude-code vcsdd-feedback-routingInstall 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.
| Finding Category | Severity | Route To | |------------------|----------|----------| | spec_ambiguity | any | Phase 1a | | spec_gap | any | Phase 1a | | requirement_mismatch | any | Phase 2b | | missing_edge_case | critical | Phase 1a | | missing_edge_case | high/medium/low | Phase 2a | | test_coverage | any | Phase 2a | | test_quality | any | Phase 2a | | implementation_bug | any | Phase 2b | | error_handling | any | Phase 2b | | security_surface | any | Phase 2b | | code_structure | any | Phase 2c | | naming | any | Phase 2c | | duplication | any | Phase 2c | | proof_gap | any | Phase 5 | | invariant_violation | any | Phase 5 | | purity_boundary | any | Phase 1b by default; Phase 2c or 5 only when the architecture still stands |
Always route to the EARLIEST affected phase.
| Phase | Max Iterations | On Exceed | |-------|---------------|-----------| | 1c | 3 | Write escalation, pause for human | | 3 (strict) | 5 | Write escalation, pause for human | | 3 (lean) | 3 | Write escalation, pause for human | | 6 | 2 | Write escalation, pause for human |
When iteration limit exceeded:
.vcsdd/features/<name>/escalations/escalation-<timestamp>.mdreviews/sprint-N/output/verdict.jsonreviews/sprint-N/output/findings/FIND-NNN.jsonrouteToPhase3, enter 4 first4, move to the target phaserouteFeedback(featureName, targetPhase, reason) over hand-written transitionPhase() chainsdocumentation
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.