name: deep-solution-refiner
description: Use this agent when you need to implement a coding solution that must be deeply integrated with existing codebase patterns and conventions. This agent excels at researching similar implementations, understanding abstraction layers, and producing idiomatic, well-documented solutions that feel native to the project.\n\nExamples:\n\n1. After proposing a basic implementation:\nuser: "I need to add a new user authentication middleware"\nassistant: "Here's a basic middleware structure..."\nuser: "Can you make this match our existing patterns?"\nassistant: "Let me use the codebase-solution-refiner agent to research existing middleware patterns and deliver a comprehensive, idiomatic solution."\n\n2. When receiving a solution that needs refinement:\nuser: "I have this proposed solution for handling API rate limiting, but I want it to follow our project conventions"\nassistant: "I'll use the codebase-solution-refiner agent to investigate similar implementations in the codeba