Before the plugin enters the chat.
Architecture knowledge exists, but it is scattered across docs, diagrams, Git history, and people's memory.
A large project can have SADs, ADRs, UML diagrams, rules, source-area notes, product facts, schemas, and commit history - and still make every agent session start from scratch.
When that material is not indexed together, architecture work turns into manual search, half-remembered decisions, stale diagrams, and prompts that cite whatever happened to be open. AKDB exists for the moment before a change, review, or agent task: collect the relevant decisions, diagrams, constraints, source paths, and provenance first.
What that feels like
- Agents answer from prompt leftovers instead of current SAD, ADR, UML, and provenance.
- Architecture diagrams and documents drift, but nobody sees the mismatch until review hurts.
- Git history contains useful context, yet it is too slow to inspect for every task.
- Cross-tool workflows need architecture context, but no single runtime should own the source files.
- Public product pages and internal docs can drift when product facts are not projected deliberately.