What problem does it solve? When an AI architect agent faces advisory questions spanning unfamiliar domains, it risks giving ungrounded answers. This protocol enforces a disciplined consultation workflow that gathers bounded evidence from subject-matter expert agents before responding, while making uncertainty explicit. ## Core Features & Use Cases - Domain-Scoped SME Consultation: Identifies 1-3 relevant domains from task requirements and calls the active swarm's SME agent once per domain, serially. - Bounded Consultation Budget: Caps SME calls at 3 per project phase to prevent unbounded delegation loops. - Guidance Caching: Checks and writes cached guidance in .swarm/context.md so repeated questions reuse prior consultations. - Use Case: An architect agent planning a new feature consults security and database SMEs before drafting a design, caches their guidance, and re-consults only when a new domain emerges or requirements change significantly. ## Quick Start Activate MODE: CONSULT to answer an advisory question by consulting the relevant SME agents and caching their guidance in context.md.