How to Use @agent Commands in Cursor IDE? #212
Unanswered
circusvoid
asked this question in
Q&A
Replies: 1 comment 7 replies
|
Good question - give me about 20 minutes and I will push an update that will automate it for cursor users @circus1990666 |
7 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.
You mentioned "Cursor IDE with @agent commands" — but how exactly do I reference it in Cursor?
Here’s my current folder structure:
.
├── .bmad
│ └── install-manifest.yml
├── .bmad-core
│ ├── .DS_Store
│ ├── agent-teams
│ ├── agents
│ ├── checklists
│ ├── data
│ ├── schemas
│ ├── tasks
│ ├── templates
│ ├── utils
│ ├── web-bundles
│ └── workflows
└── .cursor
└── rules
All reactions