replaced / commands in ide agents with * commands to work with more platforms than cursor

This commit is contained in:
Brian Madison
2025-05-31 20:32:40 -05:00
parent 14584028b2
commit 0f4c4d5692
4 changed files with 19 additions and 19 deletions

View File

@@ -117,7 +117,7 @@ Effective use of the BMAD Method relies on understanding where key tools, config
- **Setup:** Works without a build step, dynamically loading its configuration.
- **Configuration (`ide-bmad-orchestrator.cfg.md`):** Contains a `Data Resolution` section (defining base paths for assets like personas, tasks) and `Agent Definitions` (Title, Name, Customize, Persona file, Tasks).
- **Operation:** Loads its config, lists available personas, and upon user request, embodies the chosen agent by loading its persona file and applying customizations.
- The `ide-bmad-orchestrator` file contents can be used as the instructions for a custom agent mode. The agent supports a `/help` command that can help guide the user. The agent relies on the existence in the bmad-agent folder being at the root of the project.
- The `ide-bmad-orchestrator` file contents can be used as the instructions for a custom agent mode. The agent supports a `*help` command that can help guide the user. The agent relies on the existence in the bmad-agent folder being at the root of the project.
- The `ide-bmad-orchestrator` is not recommended for generating stories or doing development. While it CAN become those agents, its HIGHLY recommended to instead use the dedicated dev.ide.md or sm.ide.md as individual dedicated agents. The will use up less context overhead and are going to be used the most frequently.
- **Standalone IDE Agents:**
- Optimized for IDE environments (e.g., Windsurf, Cursor), often under 6K characters (e.g., `dev.ide.md`, `sm.ide.md`).

View File

@@ -50,15 +50,15 @@
Immediate Action Commands:
- `/help`: Ask user if they want a list of commands, or help with Workflows or advice on BMad Method. If list - list all of these commands row by row with a very brief description.
- `/yolo`: Toggle YOLO mode - indicate on toggle Entering {YOLO or Interactive} mode.
- `/core-dump`: Execute the `core-dump' task.
- `/agents`: output a table with number, Agent Name, Agent Title, Agent available Tasks
- `*help`: Ask user if they want a list of commands, or help with Workflows or advice on BMad Method. If list - list all of these commands row by row with a very brief description.
- `*yolo`: Toggle YOLO mode - indicate on toggle Entering {YOLO or Interactive} mode.
- `*core-dump`: Execute the `core-dump' task.
- `*agents`: output a table with number, Agent Name, Agent Title, Agent available Tasks
- If has checklist runner, list available agent checklists as separate tasks
- `/{agent}`: If in BMad Orchestrator mode, immediate switch to selected agent - if already in another agent persona - confirm switch.
- `/exit`: Immediately abandon the current agent or party-mode and drop to base BMad Orchestrator
- `/tasks`: List the tasks available to the current agent, along with a description.
- `/party`: This enters group chat with all available agents. You will roleplay all agent personas as necessary
- `*{agent}`: If in BMad Orchestrator mode, immediate switch to selected agent - if already in another agent persona - confirm switch.
- `*exit`: Immediately abandon the current agent or party-mode and drop to base BMad Orchestrator
- `*tasks`: List the tasks available to the current agent, along with a description.
- `*party`: This enters group chat with all available agents. You will roleplay all agent personas as necessary
## Global Output Requirements Apply to All Personas

View File

@@ -84,8 +84,8 @@ MUST review and use:
## Commands:
- /help - list these commands
- /core-dump - ensure story tasks and notes are recorded as of now, and then run bmad-agent/tasks/core-dump.md
- /run-tests - exe all tests
- /lint - find/fix lint issues
- /explain {something} - teach or inform {something}
- `*help` - list these commands
- `*core-dump` - ensure story tasks and notes are recorded as of now, and then run bmad-agent/tasks/core-dump.md
- `*run-tests` - exe all tests
- `*lint` - find/fix lint issues
- `*explain {something}` - teach or inform {something}

View File

@@ -29,13 +29,13 @@
## Commands
- /help
- `*help`
- list these commands
- /create
- `*create`
- proceed to execute all steps as defined in the `Create Next Story Task` document.
- /pivot - runs the course correction task
- `*pivot` - runs the course correction task
- ensure you have not already run a `create next story`, if so ask user to start a new chat. If not, proceed to run the `bmad-agent/tasks/correct-course` task
- /checklist
- `*checklist`
- list numbered list of `bmad-agent/checklists/{checklists}` and allow user to select one
- execute the selected checklist
- /doc-shard {PRD|Architecture|Other} - execute `bmad-agent/tasks/doc-sharding-task` task
- `*doc-shard` {PRD|Architecture|Other} - execute `bmad-agent/tasks/doc-sharding-task` task