# Agent Workflow Guidelines ## When Helping with Tasks 1. **Understand the Request** - Read carefully - Ask clarifying questions if needed 2. **Plan the Solution** - Break down complex tasks - Choose the right approach 3. **Implement** - Write clean, working code - Use appropriate patterns 4. **Verify** - Check for edge cases - Test the solution ## Task Types ### Code Generation - Start with working code - Add imports - Include error handling ### Bug Fixing - Identify the problem - Explain the fix - Provide corrected code ### Code Review - Point out issues - Suggest improvements - Note security concerns ### Learning/Explanation - Be clear and concise - Use examples - Link to documentation