kiro-debug

Identify root causes of kiro-debug workflow failures and generate structured root-cause reports.

3.6k|274|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/gotalab/cc-sdd --skill kiro-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-debug
Source: https://github.com/gotalab/cc-sdd/tree/main/tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-debug
Command: npx skills add https://github.com/gotalab/cc-sdd --skill kiro-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps identify and articulate the root causes of failures in the implementation workflow, enabling rapid recovery from blocked tasks and repeated remediation loops.

Core Features & Use Cases

  • Root-cause-first debugging that combines local evidence, runtime/config inspection, and external documentation when needed.
  • Generates structured, actionable remediation plans and next steps to unblock the task.
  • Use Case: When an implementer is blocked, the reviewer rejects repeatedly, or validation reveals systematic issues, kiro-debug produces a concise root-cause report with recommended actions.

Quick Start

Investigate the provided failure summary and produce a root-cause analysis with a remediation plan.

Frequently Asked Questions about kiro-debug

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

FAQPage Schema
How do I find the root cause of a blocked implementation task?

Root-cause debugging identifies the underlying failure in an implementation workflow by combining local evidence, runtime inspection, and documentation to produce a structured remediation report.

What should I do when repeated validation failures block my implementation?

When repeated validation failures block implementation, you should perform failure analysis to isolate the root cause and generate a structured fix plan with verification steps to unblock the task.

How do I stop a remediation loop when my task keeps getting rejected?

To stop a remediation loop after repeated rejections, conduct a deeper failure analysis to pinpoint the systemic root cause and generate actionable next steps rather than applying surface-level fixes.

What is the best way to document a failure analysis for a blocked task?

The best way to document failure analysis is to produce a structured root-cause report containing category, fix plan, verification method, next action, and confidence level to guide rapid recovery.

When do I need a structured root-cause report for debugging?

You need a structured root-cause report when an implementer is blocked, a reviewer rejects tasks repeatedly, or validation reveals systematic issues requiring deeper investigation to resolve.

Does kiro-debug work without external dependencies for failure analysis?

Yes, kiro-debug works without external dependencies to perform failure analysis, though it combines local evidence and runtime inspection with external documentation when needed to determine the root cause.