diff --git a/agents/AGENTS-claude.md b/agents/AGENTS-claude.md index a3da5ce..2b56d75 100644 --- a/agents/AGENTS-claude.md +++ b/agents/AGENTS-claude.md @@ -1,5 +1,13 @@ @./AGENTS.md +## Firmenwissen (onyx) + +- For questions about internal processes, tools, or "wie machen wir X + bei Seibert", check the company knowledge first: invoke the `onyx` + skill and `search`, then answer from the passages with source links. +- Prefer `search` (answer yourself); use `answer`/`chat` only when I + explicitly want Onyx's generated answer or a persistent session. + ## Subagents Spawn subagents to (a) isolate context-heavy work from the main thread, or (b) parallelize independent subtasks. Before spawning, ask: *could `Bash`/`Grep`/`Read` do this directly?* Subagents have overhead — skip the middleman for mechanical lookups.