What problem does it solve?
This skill addresses the challenge of maintaining complex multi-agent financial systems by providing a rigorous, repeatable framework for diagnosing and fixing bugs without introducing regressions or technical debt.
Core Features & Use Cases
- Root Cause Analysis: Enforces a structured diagnostic process to identify the underlying source of errors rather than applying superficial patches.
- Regression Prevention: Mandates the creation of verifiable self-checks or tests to ensure fixes are effective and remain stable over time.
- Use Case: When an AnalysisAgent fails to correctly process a specific technical indicator, use this skill to isolate the data flow issue, implement a precise fix, and verify the correction against the existing test suite.
Quick Start
Use the stock-fix-bug skill to investigate and resolve the issue where the MACD indicator calculation returns incorrect values for the current session.