# Tech Spec Validation Checklist ```xml Overview clearly ties to PRD goals Scope explicitly lists in-scope and out-of-scope Design lists all services/modules with responsibilities Data models include entities, fields, and relationships APIs/interfaces are specified with methods and schemas NFRs: performance, security, reliability, observability addressed Dependencies/integrations enumerated with versions where known Acceptance criteria are atomic and testable Traceability maps AC → Spec → Components → Tests Risks/assumptions/questions listed with mitigation/next steps Test strategy covers all ACs and critical paths ```