kiro-validate-impl
gotalab/cc-sdd
This skill performs comprehensive, feature-level integration validation after all associated development tasks are implemented. It goes beyond checking individual tasks to ensure cross-task consistency, full test suite passage, and complete specification coverage. It validates data flow, architectural adherence, and performs critical security scans for residual issues (e.g., TODOs, hardcoded secrets), providing a holistic GO/NO-GO assessment for deployment.
Use this skill as a final quality gate to verify that the completed feature set respects the designed boundaries and dependencies end-...