What problem does it solve? It catches critical flaws in technical design documents before implementation begins, preventing costly rework by validating designs against requirements, existing architecture, and project standards. ## Core Features & Use Cases - Interactive Design Review: Analyzes design documents against requirements, steering context, and codebase patterns, then engages in dialogue with clarifying questions and alternatives. - Structured GO/NO-GO Assessment: Produces a balanced review with at most 3 critical issues (with impact, recommendation, traceability, and evidence), 1-2 strengths, and a clear decision with next steps. - Use Case: After generating a design document for a new feature, run this review to verify architecture alignment, type safety, and extensibility before generating implementation tasks. ## Quick Start Ask the assistant to validate the design for your feature, for example: run kiro-validate-design on my user-authentication feature to check if the design is ready for implementation.