diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 69e6c66..3e62052 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -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. diff --git a/.github/prompts/bmad-analyst.prompt.md b/.github/prompts/bmad-analyst.prompt.md index 44216fd..095c443 100644 --- a/.github/prompts/bmad-analyst.prompt.md +++ b/.github/prompts/bmad-analyst.prompt.md @@ -1,6 +1,6 @@ --- description: 'Business Analyst' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-architect.prompt.md b/.github/prompts/bmad-architect.prompt.md index 868f1d2..588fa11 100644 --- a/.github/prompts/bmad-architect.prompt.md +++ b/.github/prompts/bmad-architect.prompt.md @@ -1,6 +1,6 @@ --- description: 'Architect' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmad-master.prompt.md b/.github/prompts/bmad-bmad-master.prompt.md index 05879b2..5fbc703 100644 --- a/.github/prompts/bmad-bmad-master.prompt.md +++ b/.github/prompts/bmad-bmad-master.prompt.md @@ -1,6 +1,6 @@ --- description: 'BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-check-implementation-readiness.prompt.md b/.github/prompts/bmad-bmm-check-implementation-readiness.prompt.md index f42d1f2..1091882 100644 --- a/.github/prompts/bmad-bmm-check-implementation-readiness.prompt.md +++ b/.github/prompts/bmad-bmm-check-implementation-readiness.prompt.md @@ -1,6 +1,6 @@ --- description: 'Check implementation readiness' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-code-review.prompt.md b/.github/prompts/bmad-bmm-code-review.prompt.md index 5de246f..ad79b5f 100644 --- a/.github/prompts/bmad-bmm-code-review.prompt.md +++ b/.github/prompts/bmad-bmm-code-review.prompt.md @@ -1,6 +1,6 @@ --- description: 'Code review' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-correct-course.prompt.md b/.github/prompts/bmad-bmm-correct-course.prompt.md index 70c08a9..c3fa2be 100644 --- a/.github/prompts/bmad-bmm-correct-course.prompt.md +++ b/.github/prompts/bmad-bmm-correct-course.prompt.md @@ -1,6 +1,6 @@ --- description: 'Correct course' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-create-architecture.prompt.md b/.github/prompts/bmad-bmm-create-architecture.prompt.md index 8812d25..bcb34da 100644 --- a/.github/prompts/bmad-bmm-create-architecture.prompt.md +++ b/.github/prompts/bmad-bmm-create-architecture.prompt.md @@ -1,6 +1,6 @@ --- description: 'Create architecture' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-create-epics-and-stories.prompt.md b/.github/prompts/bmad-bmm-create-epics-and-stories.prompt.md index 4df3bf3..1438478 100644 --- a/.github/prompts/bmad-bmm-create-epics-and-stories.prompt.md +++ b/.github/prompts/bmad-bmm-create-epics-and-stories.prompt.md @@ -1,6 +1,6 @@ --- description: 'Create epics and stories' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-create-prd.prompt.md b/.github/prompts/bmad-bmm-create-prd.prompt.md index 5d77edf..61242c1 100644 --- a/.github/prompts/bmad-bmm-create-prd.prompt.md +++ b/.github/prompts/bmad-bmm-create-prd.prompt.md @@ -1,6 +1,6 @@ --- description: 'Create PRD' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-create-product-brief.prompt.md b/.github/prompts/bmad-bmm-create-product-brief.prompt.md index 472ace1..d2d8089 100644 --- a/.github/prompts/bmad-bmm-create-product-brief.prompt.md +++ b/.github/prompts/bmad-bmm-create-product-brief.prompt.md @@ -1,6 +1,6 @@ --- description: 'Create product brief' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-create-story.prompt.md b/.github/prompts/bmad-bmm-create-story.prompt.md index a6060e2..2566a9f 100644 --- a/.github/prompts/bmad-bmm-create-story.prompt.md +++ b/.github/prompts/bmad-bmm-create-story.prompt.md @@ -1,6 +1,6 @@ --- description: 'Validate story' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-create-ux-design.prompt.md b/.github/prompts/bmad-bmm-create-ux-design.prompt.md index c1514f7..8e609c1 100644 --- a/.github/prompts/bmad-bmm-create-ux-design.prompt.md +++ b/.github/prompts/bmad-bmm-create-ux-design.prompt.md @@ -1,6 +1,6 @@ --- description: 'Create UX design' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-dev-story.prompt.md b/.github/prompts/bmad-bmm-dev-story.prompt.md index dacd363..88c6443 100644 --- a/.github/prompts/bmad-bmm-dev-story.prompt.md +++ b/.github/prompts/bmad-bmm-dev-story.prompt.md @@ -1,6 +1,6 @@ --- description: 'Dev story' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-document-project.prompt.md b/.github/prompts/bmad-bmm-document-project.prompt.md index 3a43660..41ee4d8 100644 --- a/.github/prompts/bmad-bmm-document-project.prompt.md +++ b/.github/prompts/bmad-bmm-document-project.prompt.md @@ -1,6 +1,6 @@ --- description: 'Document project' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-domain-research.prompt.md b/.github/prompts/bmad-bmm-domain-research.prompt.md index ba634cd..fb78e61 100644 --- a/.github/prompts/bmad-bmm-domain-research.prompt.md +++ b/.github/prompts/bmad-bmm-domain-research.prompt.md @@ -1,6 +1,6 @@ --- description: 'Domain research' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-edit-prd.prompt.md b/.github/prompts/bmad-bmm-edit-prd.prompt.md index 923862e..6ee4d9d 100644 --- a/.github/prompts/bmad-bmm-edit-prd.prompt.md +++ b/.github/prompts/bmad-bmm-edit-prd.prompt.md @@ -1,6 +1,6 @@ --- description: 'Edit PRD' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-explain-concept.prompt.md b/.github/prompts/bmad-bmm-explain-concept.prompt.md index f0dbbbd..17c7e6d 100644 --- a/.github/prompts/bmad-bmm-explain-concept.prompt.md +++ b/.github/prompts/bmad-bmm-explain-concept.prompt.md @@ -1,6 +1,6 @@ --- description: 'Explain concept' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-generate-project-context.prompt.md b/.github/prompts/bmad-bmm-generate-project-context.prompt.md index 4222706..3b88524 100644 --- a/.github/prompts/bmad-bmm-generate-project-context.prompt.md +++ b/.github/prompts/bmad-bmm-generate-project-context.prompt.md @@ -1,6 +1,6 @@ --- description: 'Generate project context' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-market-research.prompt.md b/.github/prompts/bmad-bmm-market-research.prompt.md index 4fde983..040498f 100644 --- a/.github/prompts/bmad-bmm-market-research.prompt.md +++ b/.github/prompts/bmad-bmm-market-research.prompt.md @@ -1,6 +1,6 @@ --- description: 'Market research' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-mermaid-generate.prompt.md b/.github/prompts/bmad-bmm-mermaid-generate.prompt.md index 05c8233..901d484 100644 --- a/.github/prompts/bmad-bmm-mermaid-generate.prompt.md +++ b/.github/prompts/bmad-bmm-mermaid-generate.prompt.md @@ -1,6 +1,6 @@ --- description: 'Mermaid generate' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-qa-automate.prompt.md b/.github/prompts/bmad-bmm-qa-automate.prompt.md index 1701c67..050fe61 100644 --- a/.github/prompts/bmad-bmm-qa-automate.prompt.md +++ b/.github/prompts/bmad-bmm-qa-automate.prompt.md @@ -1,6 +1,6 @@ --- description: 'QA automation' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-quick-dev.prompt.md b/.github/prompts/bmad-bmm-quick-dev.prompt.md index a54115f..e575d50 100644 --- a/.github/prompts/bmad-bmm-quick-dev.prompt.md +++ b/.github/prompts/bmad-bmm-quick-dev.prompt.md @@ -1,6 +1,6 @@ --- description: 'Quick dev' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-quick-spec.prompt.md b/.github/prompts/bmad-bmm-quick-spec.prompt.md index 1a53fbe..0f155f8 100644 --- a/.github/prompts/bmad-bmm-quick-spec.prompt.md +++ b/.github/prompts/bmad-bmm-quick-spec.prompt.md @@ -1,6 +1,6 @@ --- description: 'Quick spec' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-retrospective.prompt.md b/.github/prompts/bmad-bmm-retrospective.prompt.md index dd7a0cc..2b73a48 100644 --- a/.github/prompts/bmad-bmm-retrospective.prompt.md +++ b/.github/prompts/bmad-bmm-retrospective.prompt.md @@ -1,6 +1,6 @@ --- description: 'Retrospective' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-sprint-planning.prompt.md b/.github/prompts/bmad-bmm-sprint-planning.prompt.md index 37bb818..c9c4686 100644 --- a/.github/prompts/bmad-bmm-sprint-planning.prompt.md +++ b/.github/prompts/bmad-bmm-sprint-planning.prompt.md @@ -1,6 +1,6 @@ --- description: 'Sprint planning' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-sprint-status.prompt.md b/.github/prompts/bmad-bmm-sprint-status.prompt.md index 0661322..bf50230 100644 --- a/.github/prompts/bmad-bmm-sprint-status.prompt.md +++ b/.github/prompts/bmad-bmm-sprint-status.prompt.md @@ -1,6 +1,6 @@ --- description: 'Sprint status' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-technical-research.prompt.md b/.github/prompts/bmad-bmm-technical-research.prompt.md index 53e49ec..76b7361 100644 --- a/.github/prompts/bmad-bmm-technical-research.prompt.md +++ b/.github/prompts/bmad-bmm-technical-research.prompt.md @@ -1,6 +1,6 @@ --- description: 'Technical research' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-update-standards.prompt.md b/.github/prompts/bmad-bmm-update-standards.prompt.md index dd1b7cd..6d78c7c 100644 --- a/.github/prompts/bmad-bmm-update-standards.prompt.md +++ b/.github/prompts/bmad-bmm-update-standards.prompt.md @@ -1,6 +1,6 @@ --- description: 'Update standards' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-validate-document.prompt.md b/.github/prompts/bmad-bmm-validate-document.prompt.md index 45ae184..742dd79 100644 --- a/.github/prompts/bmad-bmm-validate-document.prompt.md +++ b/.github/prompts/bmad-bmm-validate-document.prompt.md @@ -1,6 +1,6 @@ --- description: 'Validate document' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-validate-prd.prompt.md b/.github/prompts/bmad-bmm-validate-prd.prompt.md index c5ca19e..a1a96d7 100644 --- a/.github/prompts/bmad-bmm-validate-prd.prompt.md +++ b/.github/prompts/bmad-bmm-validate-prd.prompt.md @@ -1,6 +1,6 @@ --- description: 'Validate PRD' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-bmm-write-document.prompt.md b/.github/prompts/bmad-bmm-write-document.prompt.md index d19e8f5..b602535 100644 --- a/.github/prompts/bmad-bmm-write-document.prompt.md +++ b/.github/prompts/bmad-bmm-write-document.prompt.md @@ -1,6 +1,6 @@ --- description: 'Write document' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-brainstorming.prompt.md b/.github/prompts/bmad-brainstorming.prompt.md index 1d03662..ecee26a 100644 --- a/.github/prompts/bmad-brainstorming.prompt.md +++ b/.github/prompts/bmad-brainstorming.prompt.md @@ -1,6 +1,6 @@ --- description: 'Brainstorm ideas' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-dev.prompt.md b/.github/prompts/bmad-dev.prompt.md index 84e804e..014c782 100644 --- a/.github/prompts/bmad-dev.prompt.md +++ b/.github/prompts/bmad-dev.prompt.md @@ -1,6 +1,6 @@ --- description: 'Developer Agent' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-editorial-review-prose.prompt.md b/.github/prompts/bmad-editorial-review-prose.prompt.md index fea1065..56768a7 100644 --- a/.github/prompts/bmad-editorial-review-prose.prompt.md +++ b/.github/prompts/bmad-editorial-review-prose.prompt.md @@ -1,6 +1,6 @@ --- description: 'Editorial review prose' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-editorial-review-structure.prompt.md b/.github/prompts/bmad-editorial-review-structure.prompt.md index 3a72035..94f474c 100644 --- a/.github/prompts/bmad-editorial-review-structure.prompt.md +++ b/.github/prompts/bmad-editorial-review-structure.prompt.md @@ -1,6 +1,6 @@ --- description: 'Editorial review structure' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-help.prompt.md b/.github/prompts/bmad-help.prompt.md index 29bacc9..5359774 100644 --- a/.github/prompts/bmad-help.prompt.md +++ b/.github/prompts/bmad-help.prompt.md @@ -1,6 +1,6 @@ --- description: 'BMAD help' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-index-docs.prompt.md b/.github/prompts/bmad-index-docs.prompt.md index 7e53e68..36bc89d 100644 --- a/.github/prompts/bmad-index-docs.prompt.md +++ b/.github/prompts/bmad-index-docs.prompt.md @@ -1,6 +1,6 @@ --- description: 'Index documents' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-party-mode.prompt.md b/.github/prompts/bmad-party-mode.prompt.md index e73ddc5..702fbdb 100644 --- a/.github/prompts/bmad-party-mode.prompt.md +++ b/.github/prompts/bmad-party-mode.prompt.md @@ -1,6 +1,6 @@ --- description: 'Party mode' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-pm.prompt.md b/.github/prompts/bmad-pm.prompt.md index 83047d4..ed51a5c 100644 --- a/.github/prompts/bmad-pm.prompt.md +++ b/.github/prompts/bmad-pm.prompt.md @@ -1,6 +1,6 @@ --- description: 'Product Manager' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-qa.prompt.md b/.github/prompts/bmad-qa.prompt.md index e9199b8..b7ff1af 100644 --- a/.github/prompts/bmad-qa.prompt.md +++ b/.github/prompts/bmad-qa.prompt.md @@ -1,6 +1,6 @@ --- description: 'QA Engineer' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-quick-flow-solo-dev.prompt.md b/.github/prompts/bmad-quick-flow-solo-dev.prompt.md index 954a9bd..41331f5 100644 --- a/.github/prompts/bmad-quick-flow-solo-dev.prompt.md +++ b/.github/prompts/bmad-quick-flow-solo-dev.prompt.md @@ -1,6 +1,6 @@ --- description: 'Quick Flow Solo Dev' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-review-adversarial-general.prompt.md b/.github/prompts/bmad-review-adversarial-general.prompt.md index f9a92be..59e1adc 100644 --- a/.github/prompts/bmad-review-adversarial-general.prompt.md +++ b/.github/prompts/bmad-review-adversarial-general.prompt.md @@ -1,6 +1,6 @@ --- description: 'Adversarial review' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-shard-doc.prompt.md b/.github/prompts/bmad-shard-doc.prompt.md index a318ef8..7e868d4 100644 --- a/.github/prompts/bmad-shard-doc.prompt.md +++ b/.github/prompts/bmad-shard-doc.prompt.md @@ -1,6 +1,6 @@ --- description: 'Shard document' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-sm.prompt.md b/.github/prompts/bmad-sm.prompt.md index 4649891..4fbf1ad 100644 --- a/.github/prompts/bmad-sm.prompt.md +++ b/.github/prompts/bmad-sm.prompt.md @@ -1,6 +1,6 @@ --- description: 'Scrum Master' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-tech-writer.prompt.md b/.github/prompts/bmad-tech-writer.prompt.md index 6216491..a0ed1bc 100644 --- a/.github/prompts/bmad-tech-writer.prompt.md +++ b/.github/prompts/bmad-tech-writer.prompt.md @@ -1,6 +1,6 @@ --- description: 'Technical Writer' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/.github/prompts/bmad-ux-designer.prompt.md b/.github/prompts/bmad-ux-designer.prompt.md index f6535de..3c13709 100644 --- a/.github/prompts/bmad-ux-designer.prompt.md +++ b/.github/prompts/bmad-ux-designer.prompt.md @@ -1,6 +1,6 @@ --- description: 'UX Designer' -agent: 'agent' +mode: 'agent' tools: ['read', 'edit', 'search', 'execute'] --- diff --git a/_bmad-output/brainstorming/brainstorming-session-2025-02-18.md b/_bmad-output/brainstorming/brainstorming-session-2025-02-18.md new file mode 100644 index 0000000..1488153 --- /dev/null +++ b/_bmad-output/brainstorming/brainstorming-session-2025-02-18.md @@ -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