updated BMad config for Copilot access

This commit is contained in:
2026-02-19 10:39:43 +05:30
parent 20b6e8c008
commit c843d730fb
48 changed files with 120 additions and 47 deletions

View File

@@ -54,5 +54,63 @@
## Slash Commands
Type `/bmad-` in Copilot Chat to see all available BMAD workflows and agent activators. Agents are also available in the agents dropdown.
When the user's message starts with a `/bmad-` command (with or without additional text), execute it by following the steps below. Always load `_bmad/bmm/config.yaml` first and store config as session variables, then load and follow the referenced file exactly.
### Workflow Commands
| Command | Action |
|---|---|
| `/bmad-help` | Load and follow `_bmad/core/tasks/help.md` |
| `/bmad-brainstorming` | Load and follow `_bmad/core/workflows/brainstorming/workflow.md` |
| `/bmad-party-mode` | Load and follow `_bmad/core/workflows/party-mode/workflow.md` |
| `/bmad-bmm-create-product-brief` | Load and follow `_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md` |
| `/bmad-bmm-market-research` | Load and follow `_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md` |
| `/bmad-bmm-domain-research` | Load and follow `_bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md` |
| `/bmad-bmm-technical-research` | Load and follow `_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md` |
| `/bmad-bmm-create-prd` | Load and follow `_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md` |
| `/bmad-bmm-edit-prd` | Load and follow `_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md` |
| `/bmad-bmm-validate-prd` | Load and follow `_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md` |
| `/bmad-bmm-create-ux-design` | Load and follow `_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md` |
| `/bmad-bmm-create-architecture` | Load and follow `_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md` |
| `/bmad-bmm-create-epics-and-stories` | Load and follow `_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md` |
| `/bmad-bmm-check-implementation-readiness` | Load and follow `_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md` |
| `/bmad-bmm-sprint-planning` | Load `_bmad/core/tasks/workflow.xml` (engine), then execute `_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml` |
| `/bmad-bmm-sprint-status` | Load `_bmad/core/tasks/workflow.xml` (engine), then execute `_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml` |
| `/bmad-bmm-create-story` | Load `_bmad/core/tasks/workflow.xml` (engine), then execute `_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml` |
| `/bmad-bmm-dev-story` | Load `_bmad/core/tasks/workflow.xml` (engine), then execute `_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml` |
| `/bmad-bmm-code-review` | Load `_bmad/core/tasks/workflow.xml` (engine), then execute `_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml` |
| `/bmad-bmm-retrospective` | Load `_bmad/core/tasks/workflow.xml` (engine), then execute `_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml` |
| `/bmad-bmm-correct-course` | Load `_bmad/core/tasks/workflow.xml` (engine), then execute `_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml` |
| `/bmad-bmm-qa-automate` | Load `_bmad/core/tasks/workflow.xml` (engine), then execute `_bmad/bmm/workflows/qa/automate/workflow.yaml` |
| `/bmad-bmm-quick-spec` | Load and follow `_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md` |
| `/bmad-bmm-quick-dev` | Load and follow `_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md` |
| `/bmad-bmm-document-project` | Load `_bmad/core/tasks/workflow.xml` (engine), then execute `_bmad/bmm/workflows/document-project/workflow.yaml` |
| `/bmad-bmm-generate-project-context` | Load and follow `_bmad/bmm/workflows/generate-project-context/workflow.md` |
| `/bmad-index-docs` | Load and execute `_bmad/core/tasks/index-docs.xml` |
| `/bmad-shard-doc` | Load and execute `_bmad/core/tasks/shard-doc.xml` |
| `/bmad-editorial-review-prose` | Load and execute `_bmad/core/tasks/editorial-review-prose.xml` |
| `/bmad-editorial-review-structure` | Load and execute `_bmad/core/tasks/editorial-review-structure.xml` |
| `/bmad-review-adversarial-general` | Load and execute `_bmad/core/tasks/review-adversarial-general.xml` |
| `/bmad-bmm-write-document` | Load `_bmad/bmm/agents/tech-writer/tech-writer.md`, activate Paige persona, execute Write Document (WD) |
| `/bmad-bmm-update-standards` | Load `_bmad/bmm/agents/tech-writer/tech-writer.md`, activate Paige persona, execute Update Standards (US) |
| `/bmad-bmm-mermaid-generate` | Load `_bmad/bmm/agents/tech-writer/tech-writer.md`, activate Paige persona, execute Mermaid Generate (MG) |
| `/bmad-bmm-validate-document` | Load `_bmad/bmm/agents/tech-writer/tech-writer.md`, activate Paige persona, execute Validate Document (VD) |
| `/bmad-bmm-explain-concept` | Load `_bmad/bmm/agents/tech-writer/tech-writer.md`, activate Paige persona, execute Explain Concept (EC) |
### Agent Activator Commands
| Command | Agent File |
|---|---|
| `/bmad-bmad-master` | `_bmad/core/agents/bmad-master.md` |
| `/bmad-analyst` | `_bmad/bmm/agents/analyst.md` |
| `/bmad-architect` | `_bmad/bmm/agents/architect.md` |
| `/bmad-dev` | `_bmad/bmm/agents/dev.md` |
| `/bmad-pm` | `_bmad/bmm/agents/pm.md` |
| `/bmad-qa` | `_bmad/bmm/agents/qa.md` |
| `/bmad-quick-flow-solo-dev` | `_bmad/bmm/agents/quick-flow-solo-dev.md` |
| `/bmad-sm` | `_bmad/bmm/agents/sm.md` |
| `/bmad-tech-writer` | `_bmad/bmm/agents/tech-writer/tech-writer.md` |
| `/bmad-ux-designer` | `_bmad/bmm/agents/ux-designer.md` |
For agent commands: load the agent file, follow ALL activation instructions, display the welcome/greeting, present the numbered menu, and wait for user input.
<!-- BMAD:END -->

View File

@@ -1,6 +1,6 @@
---
description: 'Business Analyst'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Architect'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Check implementation readiness'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Code review'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Correct course'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Create architecture'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Create epics and stories'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Create PRD'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Create product brief'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Validate story'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Create UX design'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Dev story'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Document project'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Domain research'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Edit PRD'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Explain concept'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Generate project context'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Market research'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Mermaid generate'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'QA automation'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Quick dev'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Quick spec'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Retrospective'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Sprint planning'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Sprint status'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Technical research'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Update standards'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Validate document'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Validate PRD'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Write document'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Brainstorm ideas'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Developer Agent'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Editorial review prose'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Editorial review structure'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'BMAD help'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Index documents'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Party mode'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Product Manager'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'QA Engineer'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Quick Flow Solo Dev'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Adversarial review'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Shard document'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Scrum Master'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'Technical Writer'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -1,6 +1,6 @@
---
description: 'UX Designer'
agent: 'agent'
mode: 'agent'
tools: ['read', 'edit', 'search', 'execute']
---

View File

@@ -0,0 +1,15 @@
---
stepsCompleted: []
inputDocuments: []
session_topic: ''
session_goals: ''
selected_approach: ''
techniques_used: []
ideas_generated: []
context_file: ''
---
# Brainstorming Session Results
**Facilitator:** Jeet
**Date:** 2025-02-18