agent consolidation

This commit is contained in:
Brian Madison
2025-06-12 19:36:12 -05:00
parent 213f4f169d
commit 576f05a9d0
72 changed files with 1048 additions and 46033 deletions

View File

@@ -0,0 +1,25 @@
# /ide-agent
## Description
Switches Claude to embody a specific IDE agent persona from the BMAD-METHOD framework.
**Usage:** `/ide-agent <agent-name>` or `/ide-agent` (to list available agents)
**Instructions:**
IMPORTANT: When an agent name is provided (e.g., `/ide-agent pm`):
1. IMMEDIATELY read the file at `bmad-core/ide-agents/{agent-name}.ide.md`
2. DO NOT search for related files or use the Task tool
3. Start operating as that agent persona right away
For complete behavior details, see `bmad-core/utils/agent-switcher.ide.md`.
## Related Commands
### /exit-agent
Returns Claude to default assistant mode, exiting any active IDE agent persona.
**Usage:** `/exit-agent` or `/exit`