AI Assistant Workflow With This RAG

Overview

This guide defines how to use AI assistants against this repository so outputs stay grounded in your RAG content instead of generic Salesforce advice.

Canonical Source Priority

  1. rag/ content pages.
  2. rag/rag-index.md for discovery.
  3. rag/rag-library.json for programmatic retrieval.
  4. Knowledge/ and other docs as secondary reference material.

Assistant Prompting Pattern

When starting any assistant session, provide:

  1. Start with query intent.
  2. Ask assistant to identify relevant rag/ files first.
  3. Load only those files.
  4. Produce evidence-first answer with citations.
  5. If evidence is weak, return “insufficient evidence” and request more context.

Cursor Workflow

Chat Assistant Workflow (Claude/ChatGPT)

Quality Guardrails

Sources Used