Replies: 1 comment
-
|
bmad-orchestrator already should do similar to what you are suggesting - and bmad-master can do everything all other agents can do aside from the actual development. Cursor now supports 5 custom modes - so instead of using rules I would set up custom modes for: This would give you the maximum flexibility to do anything, plus the lean focused dedicated sm and dev which are the most critical to actually developing the code |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Currently, the rules in Cursor aren't flexible enough for our setup.
Using
@devor@smdoesn't reliably trigger the intended behavior.Additionally, the IDE limits how many custom agents can be added, so we can't simply register all agents individually.
Solution
Cursor supports rules marked as
Agent Requested, which can be triggered dynamically by an agent.Each rule can also include a short description, allowing other agents to evaluate whether it applies. Very similar to the MCP concept.
This opens the door to introducing a Supervisor Agent that's always active. It would evaluate the situation and decide which specific agent should handle the task.
All other agents will be set up with the
Agent Requestedrule type, including a meaningful description, so the Supervisor can make informed decisions.Example
Beta Was this translation helpful? Give feedback.
All reactions