feat(python): implement python bindings for all components and solvers
This commit is contained in:
12
.github/prompts/bmad-agent-builder.prompt.md
vendored
Normal file
12
.github/prompts/bmad-agent-builder.prompt.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: 'Agent Building Expert'
|
||||
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/bmb/agents/agent-builder.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-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/automate/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)
|
||||
12
.github/prompts/bmad-brainstorming-coach.prompt.md
vendored
Normal file
12
.github/prompts/bmad-brainstorming-coach.prompt.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: 'Elite Brainstorming Specialist'
|
||||
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/cis/agents/brainstorming-coach.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-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
|
||||
8
.github/prompts/bmad-cis-brainstorming.prompt.md
vendored
Normal file
8
.github/prompts/bmad-cis-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
|
||||
9
.github/prompts/bmad-cis-design-thinking.prompt.md
vendored
Normal file
9
.github/prompts/bmad-cis-design-thinking.prompt.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
description: 'Design Thinking'
|
||||
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/cis/workflows/design-thinking/workflow.yaml using the engine from step 2
|
||||
9
.github/prompts/bmad-cis-innovation-strategy.prompt.md
vendored
Normal file
9
.github/prompts/bmad-cis-innovation-strategy.prompt.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
description: 'Innovation Strategy'
|
||||
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/cis/workflows/innovation-strategy/workflow.yaml using the engine from step 2
|
||||
9
.github/prompts/bmad-cis-problem-solving.prompt.md
vendored
Normal file
9
.github/prompts/bmad-cis-problem-solving.prompt.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
description: 'Problem Solving'
|
||||
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/cis/workflows/problem-solving/workflow.yaml using the engine from step 2
|
||||
9
.github/prompts/bmad-cis-storytelling.prompt.md
vendored
Normal file
9
.github/prompts/bmad-cis-storytelling.prompt.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
description: 'Storytelling'
|
||||
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/cis/workflows/storytelling/workflow.yaml using the engine from step 2
|
||||
12
.github/prompts/bmad-creative-problem-solver.prompt.md
vendored
Normal file
12
.github/prompts/bmad-creative-problem-solver.prompt.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: 'Master Problem Solver'
|
||||
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/cis/agents/creative-problem-solver.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-design-thinking-coach.prompt.md
vendored
Normal file
12
.github/prompts/bmad-design-thinking-coach.prompt.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: 'Design Thinking Maestro'
|
||||
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/cis/agents/design-thinking-coach.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-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
|
||||
12
.github/prompts/bmad-innovation-strategist.prompt.md
vendored
Normal file
12
.github/prompts/bmad-innovation-strategist.prompt.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: 'Disruptive Innovation Oracle'
|
||||
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/cis/agents/innovation-strategist.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-module-builder.prompt.md
vendored
Normal file
12
.github/prompts/bmad-module-builder.prompt.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: 'Module Creation 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/bmb/agents/module-builder.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-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-presentation-master.prompt.md
vendored
Normal file
12
.github/prompts/bmad-presentation-master.prompt.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: 'Visual Communication + Presentation Expert'
|
||||
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/cis/agents/presentation-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
|
||||
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-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-storyteller.prompt.md
vendored
Normal file
12
.github/prompts/bmad-storyteller.prompt.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: 'Master Storyteller'
|
||||
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/cis/agents/storyteller/storyteller.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
|
||||
12
.github/prompts/bmad-workflow-builder.prompt.md
vendored
Normal file
12
.github/prompts/bmad-workflow-builder.prompt.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: 'Workflow Building 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/bmb/agents/workflow-builder.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_bmb_create_agent.prompt.md
vendored
Normal file
8
.github/prompts/bmad_bmb_create_agent.prompt.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: 'Create 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 and follow the workflow at {project-root}/_bmad/bmb/workflows/agent/workflow-create-agent.md
|
||||
8
.github/prompts/bmad_bmb_create_module.prompt.md
vendored
Normal file
8
.github/prompts/bmad_bmb_create_module.prompt.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: 'Create Module'
|
||||
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/bmb/workflows/module/workflow-create-module.md
|
||||
8
.github/prompts/bmad_bmb_create_module_brief.prompt.md
vendored
Normal file
8
.github/prompts/bmad_bmb_create_module_brief.prompt.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: 'Create Module 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/bmb/workflows/module/workflow-create-module-brief.md
|
||||
8
.github/prompts/bmad_bmb_create_workflow.prompt.md
vendored
Normal file
8
.github/prompts/bmad_bmb_create_workflow.prompt.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: 'Create Workflow'
|
||||
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/bmb/workflows/workflow/workflow-create-workflow.md
|
||||
8
.github/prompts/bmad_bmb_edit_agent.prompt.md
vendored
Normal file
8
.github/prompts/bmad_bmb_edit_agent.prompt.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: 'Edit 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 and follow the workflow at {project-root}/_bmad/bmb/workflows/agent/workflow-edit-agent.md
|
||||
8
.github/prompts/bmad_bmb_edit_module.prompt.md
vendored
Normal file
8
.github/prompts/bmad_bmb_edit_module.prompt.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: 'Edit Module'
|
||||
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/bmb/workflows/module/workflow-edit-module.md
|
||||
8
.github/prompts/bmad_bmb_edit_workflow.prompt.md
vendored
Normal file
8
.github/prompts/bmad_bmb_edit_workflow.prompt.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: 'Edit Workflow'
|
||||
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/bmb/workflows/workflow/workflow-edit-workflow.md
|
||||
8
.github/prompts/bmad_bmb_rework_workflow.prompt.md
vendored
Normal file
8
.github/prompts/bmad_bmb_rework_workflow.prompt.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: 'Rework Workflow'
|
||||
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/bmb/workflows/workflow/workflow-rework-workflow.md
|
||||
8
.github/prompts/bmad_bmb_validate_agent.prompt.md
vendored
Normal file
8
.github/prompts/bmad_bmb_validate_agent.prompt.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: 'Validate 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 and follow the workflow at {project-root}/_bmad/bmb/workflows/agent/workflow-validate-agent.md
|
||||
8
.github/prompts/bmad_bmb_validate_max_parallel.prompt.md
vendored
Normal file
8
.github/prompts/bmad_bmb_validate_max_parallel.prompt.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: 'Max Parallel Validate'
|
||||
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/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md
|
||||
8
.github/prompts/bmad_bmb_validate_module.prompt.md
vendored
Normal file
8
.github/prompts/bmad_bmb_validate_module.prompt.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: 'Validate Module'
|
||||
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/bmb/workflows/module/workflow-validate-module.md
|
||||
8
.github/prompts/bmad_bmb_validate_workflow.prompt.md
vendored
Normal file
8
.github/prompts/bmad_bmb_validate_workflow.prompt.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
description: 'Validate Workflow'
|
||||
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/bmb/workflows/workflow/workflow-validate-workflow.md
|
||||
Reference in New Issue
Block a user