## What problem does it solve?
This skill helps implementers and reviewers rapidly identify the true root cause of implementation failures by gathering evidence, inspecting runtime and repository state, and classifying the underlying issue so that the smallest safe remediation can be applied.
## Core Features & Use Cases
- Evidence-first analysis: extract exact error text, stack traces, failing commands, and relevant git diffs to avoid speculative fixes.
- Runtime and configuration inspection: examine dependency versions, build/runtime configs, and changed files to detect mismatches and configuration gaps.
- Structured remediation & escalation: classify causes into predefined categories and produce a minimal, verifiable fix plan or an explicit escalation when human decisions are required; typical when builds fail, verification regresses, or reviewer rejections repeat.
### Quick Start
Run kiro-debug with a concise failure summary, the error output and stack trace, the relevant git diff, and any applicable spec or implementation notes to receive a structured debug report including root cause, fix plan, verification, and next action.