vsdd
Installation
SKILL.md
Verified Spec-Driven Development (VSDD)
Specs define what. Tests enforce how. Adversarial verification ensures nothing was missed.
Pipeline Overview
Phase 1: Spec Crystallization ─── define the contract, verification strategy, adversarial spec review
│
Phase 2: TDD Implementation ──── red → green → refactor, strict test-first discipline
│
Phase 3: Adversarial Roast ────── Claude sub-agent tears apart spec fidelity, test quality, code quality
│
Phase 4: Feedback Loop ────────── route flaws back to the right phase, iterate
│
Phase 5: Formal Hardening ─────── mutation testing, fuzzing, static analysis, optional formal proofs
│
Phase 6: Convergence ──────────── exit when adversary hallucinates flaws, mutation score ≥ 95%