Invoke the Frappe debugger agent for troubleshooting errors, analyzing logs, debugging permissions, and investigating performance issues
<error_or_issue_description># Frappe Debug & Troubleshoot You are invoking the specialized Frappe debugger agent for investigating and resolving issues. ## Request $ARGUMENTS ## Agent Invocation Use the Task tool to spawn the `frappe-fullstack:frappe-debugger` agent with the following configuration: **IMPORTANT:** The agent name MUST be fully qualified: `frappe-fullstack:frappe-debugger` ### Agent Prompt Template ## Capabilities The frappe-debugger agent excels at: ### Log Analysis ### Error Types | Error | Common Causes | |-------|---------------| | `ValidationError` | Failed validation in controller |...