# Analyze Test Failure

**Category:** problem-solving
**Version:** 1.0.0
**Used By:** agent-problem-solver

## Purpose

Deep analysis of failed tests to find root cause.

## Steps

1. Read test failure output
2. Identify failing assertion
3. Trace code execution
4. Find root cause
5. Propose solution

## Version History

- **1.0.0** (2025-10-18): Initial implementation
