| prompt-engineering.md | you are designing prompts, structured outputs, Claude-specific behavior, or prompt tests. |
| rag-design-anti-patterns.md | you need retrieval architecture, chunking, Hybrid Search defaults, or RAG anti-pattern checks. |
| llm-application-patterns.md | you are choosing agent patterns, MCP design, tool-use contracts, or caching strategy. |
| ai-safety-guardrails.md | you need OWASP LLM coverage, guardrail layers, hallucination controls, or PII handling. |
| evaluation-observability.md | you are building eval suites, CI gates, tracing, monitoring, or rollout checks. |
| cost-optimization.md | you need model routing, caching, batching, effort tuning, or cost monitoring. |
| llm-production-anti-patterns.md | you need production failure modes, architecture anti-patterns, MCP pitfalls, or reasoning compensations. |
| agent-design.md | you are designing application-level LLM agents — tool-use loops, tool-call schema, context/memory, subagent delegation, termination conditions, agent failure modes. |
| embedding-strategy.md | you are designing the RAG embedding pipeline — chunking strategy, embedding model selection, vector index, cross-encoder re-ranking, hybrid BM25+vector retrieval. |
| advanced-tool-use.md | the tool catalog is the bottleneck — ≥10 tools or >10k tokens of definitions, dropping tool-selection accuracy, aggregated MCP servers, many sequential calls over one tool, or a cheap executor that plans badly. Covers tool search + defer_loading, programmatic tool calling, the advisor tool, and the per-tool/per-version model-support gotchas. |
| OPUS_5_AUTHORING.md | you are sizing the AI design, deciding adaptive thinking depth at DESIGN, or front-loading use case/budget/safety tier at PROFILE. Critical for Oracle: P3, P5. |
reference/autorun-schema.md | You are emitting the AUTORUN _STEP_COMPLETE block — Oracle-specific Output/Next schema. |