updated BMad config for Copilot access
This commit is contained in:
60
.github/copilot-instructions.md
vendored
60
.github/copilot-instructions.md
vendored
@@ -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 -->
|
||||
|
||||
2
.github/prompts/bmad-analyst.prompt.md
vendored
2
.github/prompts/bmad-analyst.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Business Analyst'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-architect.prompt.md
vendored
2
.github/prompts/bmad-architect.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Architect'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-bmad-master.prompt.md
vendored
2
.github/prompts/bmad-bmad-master.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Check implementation readiness'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Code review'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Correct course'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Create architecture'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Create epics and stories'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Create PRD'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Create product brief'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Validate story'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Create UX design'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-bmm-dev-story.prompt.md
vendored
2
.github/prompts/bmad-bmm-dev-story.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Dev story'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Document project'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Domain research'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-bmm-edit-prd.prompt.md
vendored
2
.github/prompts/bmad-bmm-edit-prd.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Edit PRD'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Explain concept'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Generate project context'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Market research'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Mermaid generate'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'QA automation'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-bmm-quick-dev.prompt.md
vendored
2
.github/prompts/bmad-bmm-quick-dev.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Quick dev'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Quick spec'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Retrospective'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Sprint planning'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Sprint status'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Technical research'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Update standards'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Validate document'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Validate PRD'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Write document'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-brainstorming.prompt.md
vendored
2
.github/prompts/bmad-brainstorming.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Brainstorm ideas'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-dev.prompt.md
vendored
2
.github/prompts/bmad-dev.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Developer Agent'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Editorial review prose'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Editorial review structure'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-help.prompt.md
vendored
2
.github/prompts/bmad-help.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'BMAD help'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-index-docs.prompt.md
vendored
2
.github/prompts/bmad-index-docs.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Index documents'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-party-mode.prompt.md
vendored
2
.github/prompts/bmad-party-mode.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Party mode'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-pm.prompt.md
vendored
2
.github/prompts/bmad-pm.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Product Manager'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-qa.prompt.md
vendored
2
.github/prompts/bmad-qa.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'QA Engineer'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Quick Flow Solo Dev'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Adversarial review'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-shard-doc.prompt.md
vendored
2
.github/prompts/bmad-shard-doc.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Shard document'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-sm.prompt.md
vendored
2
.github/prompts/bmad-sm.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Scrum Master'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-tech-writer.prompt.md
vendored
2
.github/prompts/bmad-tech-writer.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'Technical Writer'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
2
.github/prompts/bmad-ux-designer.prompt.md
vendored
2
.github/prompts/bmad-ux-designer.prompt.md
vendored
@@ -1,6 +1,6 @@
|
||||
---
|
||||
description: 'UX Designer'
|
||||
agent: 'agent'
|
||||
mode: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user