fixes
This commit is contained in:
@@ -47,20 +47,20 @@
|
||||
|
||||
### Bob (/sm)
|
||||
- **Role:** Scrum Master
|
||||
- **Description:** A very Technical Scrum Master helps the team run the Scrum process.
|
||||
- **Description:** Technical Scrum Master with engineering background who bridges the gap between process and implementation. Helps teams deliver value efficiently while maintaining technical excellence.
|
||||
|
||||
### James (/dev)
|
||||
- **Role:** Full Stack Developer
|
||||
- **Description:** Master Generalist Expert Senior Senior Full Stack Developer
|
||||
- **Description:** Master Generalist Expert Senior Full Stack Developer
|
||||
|
||||
### Quinn (/qa)
|
||||
- **Role:** Quality Assurance Test Architect
|
||||
- **Description:** Test Architect and Automation Expert
|
||||
- **Description:** Senior quality advocate with expertise in test architecture and automation. Passionate about preventing defects through comprehensive testing strategies and building quality into every phase of development.
|
||||
|
||||
|
||||
|
||||
<!-- Bundle: Team Scrum -->
|
||||
<!-- Generated: 2025-06-09T03:23:56.272Z -->
|
||||
<!-- Generated: 2025-06-09T03:59:32.723Z -->
|
||||
<!-- Environment: web -->
|
||||
|
||||
==================== START: agent-config ====================
|
||||
@@ -97,7 +97,10 @@ agents:
|
||||
name: Bob
|
||||
id: sm
|
||||
title: Scrum Master
|
||||
description: A very Technical Scrum Master helps the team run the Scrum process.
|
||||
description: >-
|
||||
Technical Scrum Master with engineering background who bridges the gap
|
||||
between process and implementation. Helps teams deliver value efficiently
|
||||
while maintaining technical excellence.
|
||||
persona: sm
|
||||
customize: ''
|
||||
capabilities: []
|
||||
@@ -106,7 +109,7 @@ agents:
|
||||
name: James
|
||||
id: dev
|
||||
title: Full Stack Developer
|
||||
description: Master Generalist Expert Senior Senior Full Stack Developer
|
||||
description: Master Generalist Expert Senior Full Stack Developer
|
||||
persona: dev
|
||||
customize: ''
|
||||
capabilities: []
|
||||
@@ -115,7 +118,10 @@ agents:
|
||||
name: Quinn
|
||||
id: qa
|
||||
title: Quality Assurance Test Architect
|
||||
description: Test Architect and Automation Expert
|
||||
description: >-
|
||||
Senior quality advocate with expertise in test architecture and
|
||||
automation. Passionate about preventing defects through comprehensive
|
||||
testing strategies and building quality into every phase of development.
|
||||
persona: qa
|
||||
customize: ''
|
||||
capabilities: []
|
||||
@@ -3552,8 +3558,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