What problem does it solve?
This skill detects integration-level defects that only appear when multiple implemented tasks are combined, ensuring that completed tasks, tests, and design commitments form a coherent, deployable feature without boundary violations or hidden dependencies.
Core Features & Use Cases
- Full-suite validation: Runs canonical test and smoke commands to confirm the entire feature passes integration-level checks beyond per-task tests.
- Cross-task contract verification: Compares task outputs and inputs, shared state, and API/data shapes to catch mismatches and boundary spillover.
- Requirements and design alignment: Maps requirements and design sections to implemented tasks and highlights coverage gaps or architectural drift.
- Use Case: After implementing a user-auth feature composed of multiple tasks, run this skill to ensure the login flow, session handling, database schema, and API contracts work together and that the full test suite and smoke checks pass.
Quick Start
Run kiro-validate-impl against the completed feature to verify tests, smoke boot, cross-task contracts, and requirements coverage.