feat: enhance planning and bug fix protocols with mandatory root cause analysis
This commit is contained in:
13
.github/agents/prompt_template/bug_fix.md
vendored
Normal file
13
.github/agents/prompt_template/bug_fix.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"I am seeing bug [X].
|
||||
|
||||
Do not propose a fix yet. First, run a Trace Analysis:
|
||||
|
||||
List every file involved in this feature's workflow from Frontend Component -> API Handler -> Database.
|
||||
|
||||
Read these files to understand the full data flow.
|
||||
|
||||
Tell me if there is a logic gap between how the Frontend sends data and how the Backend expects it.
|
||||
|
||||
Once you have mapped the flow, then propose the plan."
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user