feat: enhance planning and bug fix protocols with mandatory root cause analysis

This commit is contained in:
GitHub Actions
2025-12-16 05:59:05 +00:00
parent 898066fb59
commit 67d671bc0c
3 changed files with 45 additions and 4 deletions

View 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."
---