mirror of
https://github.com/gnekt/My-Brain-Is-Full-Crew.git
synced 2026-09-08 06:46:20 +00:00
Each agent now has a "When to suggest a new agent" subsection inside its Inter-Agent Coordination block. When an agent detects that the user needs functionality that no existing agent can handle, it outputs a "Suggested new agent" section with: - Need: what capability is missing - Reason: why no existing agent covers it - Suggested role: what the new agent would do The dispatcher reads this and asks the user if they want the Architect to create a custom agent for the detected need. Agents are also told when NOT to suggest a new agent (existing agent can handle it, one-off task, outside vault scope).