What problem does it solve?
This Skill prevents costly implementation failures by turning an Implementation Design Document into measurable, isolated empirical tests that validate correctness and performance-critical assumptions before production code is written.
Core Features & Use Cases
- IDD-driven verification: Extracts critical mechanisms, performance assumptions, correctness assumptions, and risk areas from the Implementation Design Document with strict traceability.
- Minimal isolated test programs: Designs and implements repeatable tests that verify one mechanism or hypothesis at a time, with instrumentation and quantitative measurements.
- Design Verification Document (DVD): Produces a structured report summarizing findings, PASS/FAIL/CONDITIONAL outcomes, measurements, theoretical bounds (when applicable), and design implications, plus a risk assessment and concrete recommendations.
Quick Start
Give the skill your completed Implementation Design Document and tell it which risks matter most so it can propose a verification plan, execute isolated tests in .dew/design-verification/, and generate the Design Verification Document.