소개
Deep Debug is an advanced multi-agent workflow designed to tackle stubborn or recursive software bugs that resist standard debugging efforts. By launching three specialized parallel agents—an execution tracer, a pattern analyzer, and an entry point mapper—it systematically gathers evidence from Chrome MCP tools or backend logs to identify root causes like race conditions, stale closures, or duplicate API calls. This skill is particularly effective for React state management issues and complex browser-API interactions where symptoms don't match expectations, providing a high-confidence consensus for verification and ensuring that fixes are based on concrete data rather than guesswork.