kiro-validate-impl

Validate cross-task integration by running test suites and checking requirement coverage.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/shimaMatz/driver-copilot --skill kiro-validate-impl-shimamatz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-validate-impl
Source: https://github.com/shimaMatz/driver-copilot/tree/main/.cursor/skills/kiro-validate-impl
Command: npx skills add https://github.com/shimaMatz/driver-copilot --skill kiro-validate-impl-shimamatz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate feature-level integration after all tasks are implemented, ensuring boundary seams are respected and no cross-task drift remains.

Core Features & Use Cases

  • Cross-task aggregation: collects implemented tasks and their specs to validate end-to-end coherence.
  • Comprehensive validation: runs full test suites, checks requirements coverage, and confirms design alignment.
  • Boundary integrity: detects boundary spillover, data contract mismatches, and integration seams issues across tasks.

Quick Start

Invoke the validation workflow for a feature using /kiro-validate-impl <feature> [tasks] to perform cross-task integration checks.

Frequently Asked Questions about kiro-validate-impl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate cross-task integration after completing multiple feature implementations?

Cross-task integration validation aggregates completed tasks, loads their specification and design context, and runs a canonical validation suite to confirm end-to-end consistency. It checks requirement coverage, data contracts, and boundary restrictions to report any drift.

What is end-to-end integration validation for multi-task software features?

End-to-end integration validation detects cross-task drift by orchestrating a full test suite, verifying requirement coverage, and assessing design alignment. It confirms interface compatibility and data contracts across all implemented tasks to ensure feature-level coherence.

How do I check boundary alignment and data contract consistency across implemented tasks?

Boundary alignment and data contract consistency are checked by validating specification context against implemented tasks. The validation detects boundary spillover, integration seams issues, and data contract mismatches, providing actionable remediation guidance for any gaps found.

Can I run validation checks on specific tasks rather than an entire feature implementation?

Yes, you can invoke the validation workflow with specific tasks by providing the feature and optional task arguments. This allows targeted cross-task integration checks, loading the relevant specification and design context only for the specified task subset.

Does end-to-end validation work for features with boundary restrictions defined in specifications?

End-to-end validation works for features with boundary restrictions by explicitly confirming those restrictions during the validation suite. It checks boundary integrity across tasks to detect spillover and ensures integration seams respect the defined design boundaries.

Why does cross-task drift occur when integrating multiple completed software tasks?

Cross-task drift occurs when implemented tasks diverge from their shared specification and design context over time. The validation identifies these gaps by aggregating completed tasks, running full test suites, and checking requirement coverage against the original design alignment.