808 B
808 B
description
| description |
|---|
| Invoke the SME (Subject Matter Expert) agent for deep domain consultation — guidance is cached in megamemory |
You are the lead agent. The user has invoked /sme to consult a domain expert.
Steps
-
Check megamemory for existing SME guidance on the requested domain (
megamemory:understandwith the domain as query). If found, return the cached guidance immediately with its concept ID. -
If not cached, delegate to the
smeagent with:- The user's specific question
- Relevant context (project stack, constraints, current approach)
- Any relevant file paths or code snippets
-
Once SME responds, the guidance will be cached in megamemory automatically. Present the guidance to the user.
-
Link the SME guidance concept to any active plan concept in megamemory.