kiro-validate-impl

Validate cross-task integration and consistency after feature implementations.

1.5k|242|Updated Feb 16, 2017
One-click install
npx skills add https://github.com/growilabs/growi --skill kiro-validate-impl-growilabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-validate-impl
Source: https://github.com/growilabs/growi/tree/main/.claude/skills/kiro-validate-impl
Command: npx skills add https://github.com/growilabs/growi --skill kiro-validate-impl-growilabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps engineering teams detect cross-task integration issues that only appear when all pieces are combined, preventing late-stage surprises.

Core Features & Use Cases

  • Verifies complete task coverage against requirements, design, and boundary commitments.
  • Identifies blocked tasks and potential upstream dependencies.
  • Provides a structured report with actionable remediation guidance and risk assessment.

Quick Start

Run the standard validation workflow to verify cross-task consistency and boundary integrity after feature implementation.

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 feature implementation?

Cross-task integration validation verifies complete task coverage against requirements and design after a feature is implemented. It enforces canonical test commands to ensure full boundary integrity and identify potential upstream dependencies across all tasks.

What is cross-task consistency validation in software engineering?

Cross-task consistency validation is the process of detecting integration issues that only appear when all feature pieces are combined. It checks design alignment, requirements mapping, and boundary commitments to prevent late-stage surprises in multi-task features.

How do I check design alignment and boundary integrity across multiple tasks?

Checking design alignment and boundary integrity across multiple tasks involves mapping completed implementations against original design commitments. This process identifies blocked tasks and potential upstream dependencies, providing a structured report with actionable remediation guidance.

When do I need cross-task validation for multi-task features?

You need cross-task validation for multi-task features when individual tasks are complete but require verification as a unified whole. It is essential to detect cross-task integration issues, ensure full test coverage, and enforce design alignment before final release.

Does cross-task validation identify blocked tasks and upstream dependencies?

Yes, cross-task validation identifies blocked tasks and potential upstream dependencies during the consistency verification process. It evaluates the overall feature implementation state to detect integration issues and provide actionable risk assessment and remediation guidance.

What is the best way to ensure full test coverage across feature tasks?

The best way to ensure full test coverage across feature tasks is to run a standard validation workflow that enforces canonical test commands. This verifies boundary integrity, checks requirements mapping, and detects cross-task integration issues.