start_debug_loop
Initiates a debug loop to diagnose software bugs from symptom descriptions using test-driven development, generating ranked TDD tasks and diagnostic reports.
Instructions
Start a debug loop from a symptom description. Returns an instruction telling you to diagnose root causes as ranked TDD tasks, then proceeds through the standard TDD pipeline. The PR body will include a diagnosis writeup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symptom | Yes | Natural-language description of the observed bug or failure. |