What problem does it solve? After fixing a bug, teams often move on without understanding why it happened, leading to the same class of bugs recurring. This Skill structures a post-debug deep analysis that converts a one-off fix into permanent prevention mechanisms and updated documentation. ## Core Features & Use Cases - Five-Dimension Analysis Framework: Categorizes root causes (missing spec, cross-layer contract, change propagation, test coverage gap, implicit assumption), reviews failed fix attempts, and designs prevention mechanisms. - Structured Output Template: Produces a standardized Markdown analysis report with prioritized prevention actions (P0/P1) and knowledge capture checklists. - Spec-Driven Follow-Through: Mandates immediate updates to thinking guides and spec documents, syncing templates and committing changes so insights persist beyond the chat. - Use Case: After spending hours fixing a timestamp unit mismatch between frontend and backend, run this analysis to classify it as an implicit assumption bug, identify similar risks elsewhere, and update the cross-layer thinking guide. ## Quick Start Ask the AI to run the break-loop analysis on the bug you just fixed and update the relevant spec guides.