mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-23 07:37:24 +01:00
bmad-init
This commit is contained in:
parent
b6484a783f
commit
3047aefd40
294 changed files with 38091 additions and 55 deletions
12
.github/prompts/bmad-analyst.prompt.md
vendored
Normal file
12
.github/prompts/bmad-analyst.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
description: 'Business Analyst'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/analyst.md
|
||||
3. Follow ALL activation instructions in the agent file
|
||||
4. Display the welcome/greeting as instructed
|
||||
5. Present the numbered menu
|
||||
6. Wait for user input before proceeding
|
||||
12
.github/prompts/bmad-architect.prompt.md
vendored
Normal file
12
.github/prompts/bmad-architect.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
description: 'Architect'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/architect.md
|
||||
3. Follow ALL activation instructions in the agent file
|
||||
4. Display the welcome/greeting as instructed
|
||||
5. Present the numbered menu
|
||||
6. Wait for user input before proceeding
|
||||
12
.github/prompts/bmad-bmad-master.prompt.md
vendored
Normal file
12
.github/prompts/bmad-bmad-master.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
description: 'BMad Master Executor, Knowledge Custodian, and Workflow Orchestrator'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/core/agents/bmad-master.md
|
||||
3. Follow ALL activation instructions in the agent file
|
||||
4. Display the welcome/greeting as instructed
|
||||
5. Present the numbered menu
|
||||
6. Wait for user input before proceeding
|
||||
8
.github/prompts/bmad-bmm-check-implementation-readiness.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-check-implementation-readiness.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Check implementation readiness'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md
|
||||
9
.github/prompts/bmad-bmm-code-review.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-code-review.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Code review'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the workflow engine at {project-root}/_bmad/core/tasks/workflow.xml
|
||||
3. Load and execute the workflow configuration at {project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml using the engine from step 2
|
||||
9
.github/prompts/bmad-bmm-correct-course.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-correct-course.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Correct course'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the workflow engine at {project-root}/_bmad/core/tasks/workflow.xml
|
||||
3. Load and execute the workflow configuration at {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml using the engine from step 2
|
||||
8
.github/prompts/bmad-bmm-create-architecture.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-create-architecture.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Create architecture'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md
|
||||
8
.github/prompts/bmad-bmm-create-epics-and-stories.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-create-epics-and-stories.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Create epics and stories'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md
|
||||
8
.github/prompts/bmad-bmm-create-prd.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-create-prd.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Create PRD'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md
|
||||
8
.github/prompts/bmad-bmm-create-product-brief.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-create-product-brief.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Create product brief'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md
|
||||
9
.github/prompts/bmad-bmm-create-story.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-create-story.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Validate story'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the workflow engine at {project-root}/_bmad/core/tasks/workflow.xml
|
||||
3. Load and execute the workflow configuration at {project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml using the engine from step 2
|
||||
8
.github/prompts/bmad-bmm-create-ux-design.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-create-ux-design.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Create UX design'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md
|
||||
9
.github/prompts/bmad-bmm-dev-story.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-dev-story.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Dev story'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the workflow engine at {project-root}/_bmad/core/tasks/workflow.xml
|
||||
3. Load and execute the workflow configuration at {project-root}/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml using the engine from step 2
|
||||
9
.github/prompts/bmad-bmm-document-project.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-document-project.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Document project'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the workflow engine at {project-root}/_bmad/core/tasks/workflow.xml
|
||||
3. Load and execute the workflow configuration at {project-root}/_bmad/bmm/workflows/document-project/workflow.yaml using the engine from step 2
|
||||
8
.github/prompts/bmad-bmm-domain-research.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-domain-research.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Domain research'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md
|
||||
8
.github/prompts/bmad-bmm-edit-prd.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-edit-prd.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Edit PRD'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md
|
||||
9
.github/prompts/bmad-bmm-explain-concept.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-explain-concept.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Explain concept'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md and activate the Paige (Technical Writer) persona
|
||||
3. Execute the Explain Concept menu command (EC)
|
||||
8
.github/prompts/bmad-bmm-generate-project-context.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-generate-project-context.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Generate project context'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/generate-project-context/workflow.md
|
||||
8
.github/prompts/bmad-bmm-market-research.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-market-research.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Market research'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md
|
||||
9
.github/prompts/bmad-bmm-mermaid-generate.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-mermaid-generate.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Mermaid generate'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md and activate the Paige (Technical Writer) persona
|
||||
3. Execute the Mermaid Generate menu command (MG)
|
||||
9
.github/prompts/bmad-bmm-qa-automate.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-qa-automate.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'QA automation'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the workflow engine at {project-root}/_bmad/core/tasks/workflow.xml
|
||||
3. Load and execute the workflow configuration at {project-root}/_bmad/bmm/workflows/qa-generate-e2e-tests/workflow.yaml using the engine from step 2
|
||||
8
.github/prompts/bmad-bmm-quick-dev.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-quick-dev.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Quick dev'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md
|
||||
8
.github/prompts/bmad-bmm-quick-spec.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-quick-spec.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Quick spec'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md
|
||||
9
.github/prompts/bmad-bmm-retrospective.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-retrospective.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Retrospective'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the workflow engine at {project-root}/_bmad/core/tasks/workflow.xml
|
||||
3. Load and execute the workflow configuration at {project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml using the engine from step 2
|
||||
9
.github/prompts/bmad-bmm-sprint-planning.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-sprint-planning.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Sprint planning'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the workflow engine at {project-root}/_bmad/core/tasks/workflow.xml
|
||||
3. Load and execute the workflow configuration at {project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml using the engine from step 2
|
||||
9
.github/prompts/bmad-bmm-sprint-status.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-sprint-status.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Sprint status'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the workflow engine at {project-root}/_bmad/core/tasks/workflow.xml
|
||||
3. Load and execute the workflow configuration at {project-root}/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml using the engine from step 2
|
||||
8
.github/prompts/bmad-bmm-technical-research.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-technical-research.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Technical research'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md
|
||||
9
.github/prompts/bmad-bmm-update-standards.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-update-standards.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Update standards'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md and activate the Paige (Technical Writer) persona
|
||||
3. Execute the Update Standards menu command (US)
|
||||
9
.github/prompts/bmad-bmm-validate-document.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-validate-document.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Validate document'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md and activate the Paige (Technical Writer) persona
|
||||
3. Execute the Validate Document menu command (VD)
|
||||
8
.github/prompts/bmad-bmm-validate-prd.prompt.md
vendored
Normal file
8
.github/prompts/bmad-bmm-validate-prd.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Validate PRD'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md
|
||||
9
.github/prompts/bmad-bmm-write-document.prompt.md
vendored
Normal file
9
.github/prompts/bmad-bmm-write-document.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: 'Write document'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md and activate the Paige (Technical Writer) persona
|
||||
3. Execute the Write Document menu command (WD)
|
||||
8
.github/prompts/bmad-brainstorming.prompt.md
vendored
Normal file
8
.github/prompts/bmad-brainstorming.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Brainstorm ideas'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/core/workflows/brainstorming/workflow.md
|
||||
12
.github/prompts/bmad-dev.prompt.md
vendored
Normal file
12
.github/prompts/bmad-dev.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
description: 'Developer Agent'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/dev.md
|
||||
3. Follow ALL activation instructions in the agent file
|
||||
4. Display the welcome/greeting as instructed
|
||||
5. Present the numbered menu
|
||||
6. Wait for user input before proceeding
|
||||
8
.github/prompts/bmad-editorial-review-prose.prompt.md
vendored
Normal file
8
.github/prompts/bmad-editorial-review-prose.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Editorial review prose'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and execute the task at {project-root}/_bmad/core/tasks/editorial-review-prose.xml
|
||||
8
.github/prompts/bmad-editorial-review-structure.prompt.md
vendored
Normal file
8
.github/prompts/bmad-editorial-review-structure.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Editorial review structure'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and execute the task at {project-root}/_bmad/core/tasks/editorial-review-structure.xml
|
||||
8
.github/prompts/bmad-help.prompt.md
vendored
Normal file
8
.github/prompts/bmad-help.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'BMAD help'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/core/tasks/help.md
|
||||
8
.github/prompts/bmad-index-docs.prompt.md
vendored
Normal file
8
.github/prompts/bmad-index-docs.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Index documents'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and execute the task at {project-root}/_bmad/core/tasks/index-docs.xml
|
||||
8
.github/prompts/bmad-party-mode.prompt.md
vendored
Normal file
8
.github/prompts/bmad-party-mode.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Party mode'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and follow the workflow at {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
||||
12
.github/prompts/bmad-pm.prompt.md
vendored
Normal file
12
.github/prompts/bmad-pm.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
description: 'Product Manager'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/pm.md
|
||||
3. Follow ALL activation instructions in the agent file
|
||||
4. Display the welcome/greeting as instructed
|
||||
5. Present the numbered menu
|
||||
6. Wait for user input before proceeding
|
||||
12
.github/prompts/bmad-qa.prompt.md
vendored
Normal file
12
.github/prompts/bmad-qa.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
description: 'QA Engineer'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/qa.md
|
||||
3. Follow ALL activation instructions in the agent file
|
||||
4. Display the welcome/greeting as instructed
|
||||
5. Present the numbered menu
|
||||
6. Wait for user input before proceeding
|
||||
12
.github/prompts/bmad-quick-flow-solo-dev.prompt.md
vendored
Normal file
12
.github/prompts/bmad-quick-flow-solo-dev.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
description: 'Quick Flow Solo Dev'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/quick-flow-solo-dev.md
|
||||
3. Follow ALL activation instructions in the agent file
|
||||
4. Display the welcome/greeting as instructed
|
||||
5. Present the numbered menu
|
||||
6. Wait for user input before proceeding
|
||||
8
.github/prompts/bmad-review-adversarial-general.prompt.md
vendored
Normal file
8
.github/prompts/bmad-review-adversarial-general.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Adversarial review'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and execute the task at {project-root}/_bmad/core/tasks/review-adversarial-general.xml
|
||||
8
.github/prompts/bmad-review-edge-case-hunter.prompt.md
vendored
Normal file
8
.github/prompts/bmad-review-edge-case-hunter.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Edge Case Hunter Review'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and execute the task at {project-root}/_bmad/core/tasks/review-edge-case-hunter.xml
|
||||
8
.github/prompts/bmad-shard-doc.prompt.md
vendored
Normal file
8
.github/prompts/bmad-shard-doc.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
description: 'Shard document'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load and execute the task at {project-root}/_bmad/core/tasks/shard-doc.xml
|
||||
12
.github/prompts/bmad-sm.prompt.md
vendored
Normal file
12
.github/prompts/bmad-sm.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
description: 'Scrum Master'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/sm.md
|
||||
3. Follow ALL activation instructions in the agent file
|
||||
4. Display the welcome/greeting as instructed
|
||||
5. Present the numbered menu
|
||||
6. Wait for user input before proceeding
|
||||
12
.github/prompts/bmad-tech-writer.prompt.md
vendored
Normal file
12
.github/prompts/bmad-tech-writer.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
description: 'Technical Writer'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md
|
||||
3. Follow ALL activation instructions in the agent file
|
||||
4. Display the welcome/greeting as instructed
|
||||
5. Present the numbered menu
|
||||
6. Wait for user input before proceeding
|
||||
12
.github/prompts/bmad-ux-designer.prompt.md
vendored
Normal file
12
.github/prompts/bmad-ux-designer.prompt.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
description: 'UX Designer'
|
||||
agent: 'agent'
|
||||
tools: ['read', 'edit', 'search', 'execute']
|
||||
---
|
||||
|
||||
1. Load {project-root}/_bmad/bmm/config.yaml and store ALL fields as session variables
|
||||
2. Load the full agent file from {project-root}/_bmad/bmm/agents/ux-designer.md
|
||||
3. Follow ALL activation instructions in the agent file
|
||||
4. Display the welcome/greeting as instructed
|
||||
5. Present the numbered menu
|
||||
6. Wait for user input before proceeding
|
||||
Loading…
Add table
Add a link
Reference in a new issue