Router Skip RAG When Not Needed

Use to determine whether RAG (Retrieval-Augmented Generation) retrieval should be skipped for a given request. RAG retrieval is the primary source of latency in legal AI chat responses; skipping it for requests that do not need it — generic legal questions, boilerplate drafting, chitchat, admin queries — reduces first-token latency by 600–900ms at p95. Defines precise skip and no-skip conditions with rationale for each.

sboghossian Updated

File contents

sboghossian/mini-claude-for-legal/tree/main/skills/router/router-skip-rag-when-not-needed commit 790a7199d6

Frequently asked questions

npx skillmds@latest add sboghossian-mini-claude-for-legal/router-skip-rag-when-not-needed