01Uses prompt templates for systematically querying reasoning agents to generate debugging strategies.
02Leverages version control history (git/jj) to diagnose regressions using blame, bisect, and diff.
0311 GitHub stars
04Orchestrates specialized subagents and skills (outbox, fast-repo-context) for strategic planning and context gathering.
05Follows a structured, iterative debugging process with explicit steps.
06Traces bugs backward through the call stack to find the original trigger.