What problem does it solve? Designs can look complete while silently depending on research notes, missing active requirements, or unbuildable boundaries. This Skill provides an independent, read-only verdict on whether a SpecBind spec's design is ready to be built on, without letting the reviewer edit or rewind anything. ## Core Features & Use Cases - Structural pre-checks: Runs specbind status, design-scoped traceability, and contract checks before any semantic review, fixing the review scope from the CLI-reported active requirement set. - Semantic readiness judgment: Applies a deletion test to detect hidden dependencies on research or code, then returns a READY or NOT_READY verdict with dispositioned findings (BLOCKING, DEFERRED, RESOLVED). - Revalidation support: Accounts for prior finding IDs exactly once when a revised design is resubmitted, refusing to manufacture clean mappings from incomplete history. - Use Case: After a Plan phase produces a design for a milestone, dispatch this Skill to get a second opinion from something that did not write the design, catching unrealized requirements before tasks are authored. ## Quick Start Use $sb-validate-design to independently validate the active Spec design and report a READY or NOT_READY verdict with findings.