RAG Architect is a skill published by agensi that provides structured guidance for building and troubleshooting production-grade Retrieval-Augmented Generation systems. It covers the full pipeline: ingestion workflows, document parsing, chunking strategy selection, embedding model choices, vector store configuration, and reranking. Rather than treating poor answers as model hallucinations by default, it applies a systematic methodology to isolate where the pipeline actually fails — whether that is a metadata filter mismatch, stale indexes, tenant leakage, or poor chunking semantics.
For architecture decisions, the skill supports corpus-specific design for domains such as legal documents, code, and product documentation, and can reason about hybrid search and context packing tradeoffs. For infrastructure selection, it provides tradeoff analysis across vector databases including pgvector, Qdrant, and Milvus, as well as embedding models and rerankers, without prescribing a single vendor.
Production hardening guidance covers multi-tenant isolation, citation grounding, and incremental re-indexing strategies. The skill also supports establishing evaluation frameworks using metrics such as recall@k, precision, and faithfulness so that pipeline changes are validated with data rather than anecdote.
This skill is appropriate when an agent or developer needs architectural reasoning about a RAG stack, not direct database query execution or document ingestion automation. It has no tools and no environment variables, so it does not connect to live systems.