Create ADR Create a new Architecture Decision Record with the next sequential number, register it in the AgentDB graph, and link it to related ADRs. When to use When a significant architectural decision needs to be recorded -- new technology adoption, API design choices, data model changes, infrastructure decisions, or any cross-cutting concern that affects multiple components. Steps 1. Find next number -- for and parse existing numbers to determine the next sequential ID (ADR-001, ADR-002, etc.). Create if it does not exist. 2. Slugify title -- Convert the title argument to a lowercase, hyph…