fixes
This commit is contained in:
@@ -4,8 +4,23 @@ When these commands are used, perform the listed action:
|
||||
|
||||
- `/help`: Ask user if they want a list of commands, or help with Workflows or want to know what agent can help them next. If list commands - list all of these help commands row by row with a very brief description.
|
||||
- `/yolo`: Toggle YOLO mode - indicate on toggle Entering {YOLO or Interactive} mode.
|
||||
- `/agent-list`: output a table with number, Agent Name, Agent Title, Agent available Tasks
|
||||
- If one task is checklist runner, list each checklists the agent has as a separate task, Example `[Run PO Checklist]`, `[Run Story DoD Checklist]`
|
||||
- `/agent-list`: Display all agents in the current bundle with their details. Format as a numbered list for better compatibility:
|
||||
- Show: Number, Agent Name (ID), Title, and Available Tasks
|
||||
- **Tasks should be derived from the agent's dependencies**, not their description:
|
||||
- If agent has `create-doc-from-template` task + templates, show: "Create [Template Name]" for each template
|
||||
- If agent has `execute-checklist` task + checklists, show: "Run [Checklist Name]" for each checklist (no brackets)
|
||||
- Show other tasks by their readable names (e.g., "Deep Research", "Course Correction")
|
||||
- Example format:
|
||||
```
|
||||
1. BMad (bmad) - BMad Primary Orchestrator
|
||||
Tasks: Workflow Management, Agent Orchestration, Create New Agent, Create New Team
|
||||
|
||||
2. Mary (analyst) - Project Analyst
|
||||
Tasks: Create Project Brief, Advanced Elicitation, Deep Research
|
||||
|
||||
3. Sarah (po) - Product Owner
|
||||
Tasks: Run PO Master Checklist, Run Change Checklist, Course Correction
|
||||
```
|
||||
- `/{agent}`: If in BMAD mode, immediate switch to selected agent (if there is a match) - if already in another agent persona - confirm the switch.
|
||||
- `/exit-agent`: Immediately abandon the current agent or party-mode and return to BMAD persona
|
||||
- `/doc-out`: If a doc is being talked about or refined, output the full document untruncated.
|
||||
|
||||
Reference in New Issue
Block a user