Design a RAG architecture for a use case
/plugin marketplace add melodic-software/claude-code-plugins/plugin install systems-design@melodic-software<use-case># Design RAG Architecture Design a Retrieval-Augmented Generation system for a given use case. ## Arguments `$ARGUMENTS` - The RAG use case to design for (e.g., "customer support chatbot", "documentation Q&A", "legal document search", "code assistant") ## Workflow 1. **Clarify requirements** by understanding: - What type of questions will be asked? - What is the document corpus size and type? - What is the required accuracy/faithfulness? - What is the latency budget? - Are there multi-turn conversation requirements? 2. **Load relevant skills** based on the use case: ...