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

@@ -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