kiro-validate-impl

Validate cross-task integration and spec coverage after all tasks are implemented.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/manatago/gion --skill kiro-validate-impl-manatago
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-validate-impl
Source: https://github.com/manatago/gion/tree/main/.claude/skills/kiro-validate-impl
Command: npx skills add https://github.com/manatago/gion --skill kiro-validate-impl-manatago

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate cross-task integration and spec coverage after all tasks are implemented.

Core Features & Use Cases

  • Validates cross-task interfaces, data contracts, and dependency direction to ensure end-to-end coherence.
  • Verifies that all tasks' outputs satisfy the downstream inputs and that design commitments are upheld.
  • Provides a remediation-oriented report that captures ownership and actionable steps for gaps.

Quick Start

Run the kiro-validate-impl skill against a feature to perform end-to-end validation.

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 implementing a multi-task feature?

Cross-task integration validation is performed by executing full test suites and boundary audits to verify that all task outputs satisfy downstream inputs and align with design commitments. It generates a remediation-oriented report capturing ownership for any identified gaps.

What is end-to-end spec coverage validation for multi-task feature sets?

End-to-end spec coverage validation verifies that interfaces, data contracts, and dependency directions align coherently across all implemented tasks. It ensures downstream inputs are satisfied and design commitments are upheld through comprehensive test execution and design alignment checks.

How do I check if data contracts and interfaces align across multiple implemented tasks?

Checking data contract and interface alignment involves auditing dependency direction and verifying downstream inputs against upstream task outputs. This process enforces end-to-end coherence and highlights any misalignment through actionable remediation recommendations.

When do I need to run end-to-end validation for cross-task feature implementation?

End-to-end validation is needed after all tasks in a multi-task feature set are implemented to ensure interfaces and data contracts align across the solution. It enforces full test execution, design alignment, and boundary audits to catch integration gaps.

Does end-to-end validation provide remediation steps for spec coverage gaps?

End-to-end validation provides a remediation-oriented report that captures ownership and actionable steps for any spec coverage gaps or interface misalignments found during the cross-task integration checks.

What are the limitations of cross-task integration validation for multi-task features?

Cross-task integration validation is limited to multi-task feature sets where interfaces and data contracts must align. It requires all tasks to be fully implemented before executing end-to-end validation steps, making it unsuitable for partial or incomplete feature workflows.