Initial commit: BMAD framework + Story 1.1 Component Trait Definition
Features: - BMAD (Build Modular AI-driven Development) framework setup - BMM, BMB, CIS, Core modules configured - Story 1.1: Component trait with error handling - Workspace Cargo.toml with components crate - 31 tests passing (19 unit + 12 doc tests) Technical: - Component trait with compute_residuals, jacobian_entries, n_equations - ComponentError enum with thiserror - JacobianBuilder for sparse matrix construction - Object-safe trait supporting Box<dyn Component> - Comprehensive documentation and examples
This commit is contained in:
parent
22dd012a74
commit
1fdfefe631
16
.agent/workflows/bmad-agent-bmad-master.md
Normal file
16
.agent/workflows/bmad-agent-bmad-master.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'bmad-master'
|
||||||
|
description: 'bmad-master agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/core/agents/bmad-master.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-bmb-agent-builder.md
Normal file
16
.agent/workflows/bmad-agent-bmb-agent-builder.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'agent-builder'
|
||||||
|
description: 'agent-builder agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/agent-builder.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-bmb-module-builder.md
Normal file
16
.agent/workflows/bmad-agent-bmb-module-builder.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'module-builder'
|
||||||
|
description: 'module-builder agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/module-builder.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-bmb-workflow-builder.md
Normal file
16
.agent/workflows/bmad-agent-bmb-workflow-builder.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'workflow-builder'
|
||||||
|
description: 'workflow-builder agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/workflow-builder.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-bmm-analyst.md
Normal file
16
.agent/workflows/bmad-agent-bmm-analyst.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'analyst'
|
||||||
|
description: 'analyst agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/analyst.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-bmm-architect.md
Normal file
16
.agent/workflows/bmad-agent-bmm-architect.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'architect'
|
||||||
|
description: 'architect agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/architect.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-bmm-dev.md
Normal file
16
.agent/workflows/bmad-agent-bmm-dev.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'dev'
|
||||||
|
description: 'dev agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/dev.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-bmm-pm.md
Normal file
16
.agent/workflows/bmad-agent-bmm-pm.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'pm'
|
||||||
|
description: 'pm agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/pm.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-bmm-qa.md
Normal file
16
.agent/workflows/bmad-agent-bmm-qa.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'qa'
|
||||||
|
description: 'qa agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/qa.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-bmm-quick-flow-solo-dev.md
Normal file
16
.agent/workflows/bmad-agent-bmm-quick-flow-solo-dev.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'quick-flow-solo-dev'
|
||||||
|
description: 'quick-flow-solo-dev agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/quick-flow-solo-dev.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-bmm-sm.md
Normal file
16
.agent/workflows/bmad-agent-bmm-sm.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'sm'
|
||||||
|
description: 'sm agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/sm.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-bmm-tech-writer.md
Normal file
16
.agent/workflows/bmad-agent-bmm-tech-writer.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'tech-writer'
|
||||||
|
description: 'tech-writer agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-bmm-ux-designer.md
Normal file
16
.agent/workflows/bmad-agent-bmm-ux-designer.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'ux-designer'
|
||||||
|
description: 'ux-designer agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/ux-designer.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-cis-brainstorming-coach.md
Normal file
16
.agent/workflows/bmad-agent-cis-brainstorming-coach.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'brainstorming-coach'
|
||||||
|
description: 'brainstorming-coach agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/brainstorming-coach.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-cis-creative-problem-solver.md
Normal file
16
.agent/workflows/bmad-agent-cis-creative-problem-solver.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'creative-problem-solver'
|
||||||
|
description: 'creative-problem-solver agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/creative-problem-solver.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-cis-design-thinking-coach.md
Normal file
16
.agent/workflows/bmad-agent-cis-design-thinking-coach.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'design-thinking-coach'
|
||||||
|
description: 'design-thinking-coach agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/design-thinking-coach.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-cis-innovation-strategist.md
Normal file
16
.agent/workflows/bmad-agent-cis-innovation-strategist.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'innovation-strategist'
|
||||||
|
description: 'innovation-strategist agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/innovation-strategist.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-cis-presentation-master.md
Normal file
16
.agent/workflows/bmad-agent-cis-presentation-master.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'presentation-master'
|
||||||
|
description: 'presentation-master agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/presentation-master.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.agent/workflows/bmad-agent-cis-storyteller.md
Normal file
16
.agent/workflows/bmad-agent-cis-storyteller.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'storyteller'
|
||||||
|
description: 'storyteller agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/storyteller/storyteller.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
7
.agent/workflows/bmad-bmb-create-agent.md
Normal file
7
.agent/workflows/bmad-bmb-create-agent.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-agent'
|
||||||
|
description: 'Create a new BMAD agent with best practices and compliance'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/agent/workflow-create-agent.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmb-create-module-brief.md
Normal file
7
.agent/workflows/bmad-bmb-create-module-brief.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-module-brief'
|
||||||
|
description: 'Create product brief for BMAD module development'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/module/workflow-create-module-brief.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmb-create-module.md
Normal file
7
.agent/workflows/bmad-bmb-create-module.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-module'
|
||||||
|
description: 'Create a complete BMAD module with agents, workflows, and infrastructure'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/module/workflow-create-module.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmb-create-workflow.md
Normal file
7
.agent/workflows/bmad-bmb-create-workflow.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-workflow'
|
||||||
|
description: 'Create a new BMAD workflow with proper structure and best practices'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/workflow/workflow-create-workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmb-edit-agent.md
Normal file
7
.agent/workflows/bmad-bmb-edit-agent.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'edit-agent'
|
||||||
|
description: 'Edit existing BMAD agents while maintaining compliance'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/agent/workflow-edit-agent.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmb-edit-module.md
Normal file
7
.agent/workflows/bmad-bmb-edit-module.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'edit-module'
|
||||||
|
description: 'Edit existing BMAD modules while maintaining coherence'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/module/workflow-edit-module.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmb-edit-workflow.md
Normal file
7
.agent/workflows/bmad-bmb-edit-workflow.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'edit-workflow'
|
||||||
|
description: 'Edit existing BMAD workflows while maintaining integrity'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/workflow/workflow-edit-workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmb-rework-workflow.md
Normal file
7
.agent/workflows/bmad-bmb-rework-workflow.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'rework-workflow'
|
||||||
|
description: 'Rework a Workflow to a V6 Compliant Version'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/workflow/workflow-rework-workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmb-validate-agent.md
Normal file
7
.agent/workflows/bmad-bmb-validate-agent.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'validate-agent'
|
||||||
|
description: 'Validate existing BMAD agents and offer to improve deficiencies'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/agent/workflow-validate-agent.md, READ its entire contents and follow its directions exactly!
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'validate-max-parallel-workflow'
|
||||||
|
description: 'Run validation checks in MAX-PARALLEL mode against a workflow requires a tool that supports Parallel Sub-Processes'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmb-validate-module.md
Normal file
7
.agent/workflows/bmad-bmb-validate-module.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'validate-module'
|
||||||
|
description: 'Run compliance check on BMAD modules against best practices'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/module/workflow-validate-module.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmb-validate-workflow.md
Normal file
7
.agent/workflows/bmad-bmb-validate-workflow.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'validate-workflow'
|
||||||
|
description: 'Run validation check on BMAD workflows against best practices'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/workflow/workflow-validate-workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'check-implementation-readiness'
|
||||||
|
description: 'Critical validation workflow that assesses PRD, Architecture, and Epics & Stories for completeness and alignment before implementation. Uses adversarial review approach to find gaps and issues.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
15
.agent/workflows/bmad-bmm-code-review.md
Normal file
15
.agent/workflows/bmad-bmm-code-review.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'code-review'
|
||||||
|
description: 'Perform an ADVERSARIAL Senior Developer code review that finds 3-10 specific problems in every story. Challenges everything: code quality, test coverage, architecture compliance, security, performance. NEVER accepts `looks good` - must find minimum issues and can auto-fix with user approval.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
15
.agent/workflows/bmad-bmm-correct-course.md
Normal file
15
.agent/workflows/bmad-bmm-correct-course.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'correct-course'
|
||||||
|
description: 'Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
7
.agent/workflows/bmad-bmm-create-architecture.md
Normal file
7
.agent/workflows/bmad-bmm-create-architecture.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-architecture'
|
||||||
|
description: 'Collaborative architectural decision facilitation for AI-agent consistency. Replaces template-driven architecture with intelligent, adaptive conversation that produces a decision-focused architecture document optimized for preventing agent conflicts.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmm-create-epics-and-stories.md
Normal file
7
.agent/workflows/bmad-bmm-create-epics-and-stories.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-epics-and-stories'
|
||||||
|
description: 'Transform PRD requirements and Architecture decisions into comprehensive stories organized by user value. This workflow requires completed PRD + Architecture documents (UX recommended if UI exists) and breaks down requirements into implementation-ready epics and user stories that incorporate all available technical and design context. Creates detailed, actionable stories with complete acceptance criteria for development teams.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmm-create-prd.md
Normal file
7
.agent/workflows/bmad-bmm-create-prd.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-prd'
|
||||||
|
description: 'Create a comprehensive PRD (Product Requirements Document) through structured workflow facilitation'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmm-create-product-brief.md
Normal file
7
.agent/workflows/bmad-bmm-create-product-brief.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-product-brief'
|
||||||
|
description: 'Create comprehensive product briefs through collaborative step-by-step discovery as creative Business Analyst working with the user as peers.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
15
.agent/workflows/bmad-bmm-create-story.md
Normal file
15
.agent/workflows/bmad-bmm-create-story.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'create-story'
|
||||||
|
description: 'Create the next user story from epics+stories with enhanced context analysis and direct ready-for-dev marking'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
7
.agent/workflows/bmad-bmm-create-ux-design.md
Normal file
7
.agent/workflows/bmad-bmm-create-ux-design.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-ux-design'
|
||||||
|
description: 'Work with a peer UX Design expert to plan your applications UX patterns, look and feel.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
15
.agent/workflows/bmad-bmm-dev-story.md
Normal file
15
.agent/workflows/bmad-bmm-dev-story.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'dev-story'
|
||||||
|
description: 'Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
15
.agent/workflows/bmad-bmm-document-project.md
Normal file
15
.agent/workflows/bmad-bmm-document-project.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'document-project'
|
||||||
|
description: 'Analyzes and documents brownfield projects by scanning codebase, architecture, and patterns to create comprehensive reference documentation for AI-assisted development'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/bmm/workflows/document-project/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
7
.agent/workflows/bmad-bmm-domain-research.md
Normal file
7
.agent/workflows/bmad-bmm-domain-research.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'domain-research'
|
||||||
|
description: 'Conduct domain research covering industry analysis, regulations, technology trends, and ecosystem dynamics using current web data and verified sources.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmm-edit-prd.md
Normal file
7
.agent/workflows/bmad-bmm-edit-prd.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'edit-prd'
|
||||||
|
description: 'Edit and improve an existing PRD - enhance clarity, completeness, and quality'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmm-generate-project-context.md
Normal file
7
.agent/workflows/bmad-bmm-generate-project-context.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'generate-project-context'
|
||||||
|
description: 'Creates a concise project-context.md file with critical rules and patterns that AI agents must follow when implementing code. Optimized for LLM context efficiency.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/generate-project-context/workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmm-market-research.md
Normal file
7
.agent/workflows/bmad-bmm-market-research.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'market-research'
|
||||||
|
description: 'Conduct market research covering market size, growth, competition, and customer insights using current web data and verified sources.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md, READ its entire contents and follow its directions exactly!
|
||||||
15
.agent/workflows/bmad-bmm-qa-automate.md
Normal file
15
.agent/workflows/bmad-bmm-qa-automate.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'qa-automate'
|
||||||
|
description: 'Generate tests quickly for existing features using standard test patterns'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/bmm/workflows/qa/automate/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/bmm/workflows/qa/automate/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
7
.agent/workflows/bmad-bmm-quick-dev.md
Normal file
7
.agent/workflows/bmad-bmm-quick-dev.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'quick-dev'
|
||||||
|
description: 'Flexible development - execute tech-specs OR direct instructions with optional planning.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmm-quick-spec.md
Normal file
7
.agent/workflows/bmad-bmm-quick-spec.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'quick-spec'
|
||||||
|
description: 'Conversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
15
.agent/workflows/bmad-bmm-retrospective.md
Normal file
15
.agent/workflows/bmad-bmm-retrospective.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'retrospective'
|
||||||
|
description: 'Run after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epic'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
15
.agent/workflows/bmad-bmm-sprint-planning.md
Normal file
15
.agent/workflows/bmad-bmm-sprint-planning.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'sprint-planning'
|
||||||
|
description: 'Generate and manage the sprint status tracking file for Phase 4 implementation, extracting all epics and stories from epic files and tracking their status through the development lifecycle'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
15
.agent/workflows/bmad-bmm-sprint-status.md
Normal file
15
.agent/workflows/bmad-bmm-sprint-status.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'sprint-status'
|
||||||
|
description: 'Summarize sprint-status.yaml, surface risks, and route to the right implementation workflow.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
7
.agent/workflows/bmad-bmm-technical-research.md
Normal file
7
.agent/workflows/bmad-bmm-technical-research.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'technical-research'
|
||||||
|
description: 'Conduct technical research covering technology evaluation, architecture decisions, and implementation approaches using current web data and verified sources.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-bmm-validate-prd.md
Normal file
7
.agent/workflows/bmad-bmm-validate-prd.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'validate-prd'
|
||||||
|
description: 'Validate an existing PRD against BMAD standards - comprehensive review for completeness, clarity, and quality'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.agent/workflows/bmad-brainstorming.md
Normal file
7
.agent/workflows/bmad-brainstorming.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'brainstorming'
|
||||||
|
description: 'Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/core/workflows/brainstorming/workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
15
.agent/workflows/bmad-cis-design-thinking.md
Normal file
15
.agent/workflows/bmad-cis-design-thinking.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'design-thinking'
|
||||||
|
description: 'Guide human-centered design processes using empathy-driven methodologies. This workflow walks through the design thinking phases - Empathize, Define, Ideate, Prototype, and Test - to create solutions deeply rooted in user needs.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/cis/workflows/design-thinking/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/cis/workflows/design-thinking/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
15
.agent/workflows/bmad-cis-innovation-strategy.md
Normal file
15
.agent/workflows/bmad-cis-innovation-strategy.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'innovation-strategy'
|
||||||
|
description: 'Identify disruption opportunities and architect business model innovation. This workflow guides strategic analysis of markets, competitive dynamics, and business model innovation to uncover sustainable competitive advantages and breakthrough opportunities.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/cis/workflows/innovation-strategy/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/cis/workflows/innovation-strategy/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
15
.agent/workflows/bmad-cis-problem-solving.md
Normal file
15
.agent/workflows/bmad-cis-problem-solving.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'problem-solving'
|
||||||
|
description: 'Apply systematic problem-solving methodologies to crack complex challenges. This workflow guides through problem diagnosis, root cause analysis, creative solution generation, evaluation, and implementation planning using proven frameworks.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/cis/workflows/problem-solving/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/cis/workflows/problem-solving/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
15
.agent/workflows/bmad-cis-storytelling.md
Normal file
15
.agent/workflows/bmad-cis-storytelling.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'storytelling'
|
||||||
|
description: 'Craft compelling narratives using proven story frameworks and techniques. This workflow guides users through structured narrative development, applying appropriate story frameworks to create emotionally resonant and engaging stories for any purpose.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/cis/workflows/storytelling/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/cis/workflows/storytelling/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
10
.agent/workflows/bmad-editorial-review-prose.md
Normal file
10
.agent/workflows/bmad-editorial-review-prose.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
name: 'editorial-review-prose'
|
||||||
|
description: 'Clinical copy-editor that reviews text for communication issues'
|
||||||
|
---
|
||||||
|
|
||||||
|
# editorial-review-prose
|
||||||
|
|
||||||
|
Read the entire task file at: {project-root}/_bmad/core/tasks/editorial-review-prose.xml
|
||||||
|
|
||||||
|
Follow all instructions in the task file exactly as written.
|
||||||
10
.agent/workflows/bmad-editorial-review-structure.md
Normal file
10
.agent/workflows/bmad-editorial-review-structure.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
name: 'editorial-review-structure'
|
||||||
|
description: 'Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension'
|
||||||
|
---
|
||||||
|
|
||||||
|
# editorial-review-structure
|
||||||
|
|
||||||
|
Read the entire task file at: {project-root}/_bmad/core/tasks/editorial-review-structure.xml
|
||||||
|
|
||||||
|
Follow all instructions in the task file exactly as written.
|
||||||
10
.agent/workflows/bmad-help.md
Normal file
10
.agent/workflows/bmad-help.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
name: 'help'
|
||||||
|
description: 'Get unstuck by showing what workflow steps come next or answering questions about what to do'
|
||||||
|
---
|
||||||
|
|
||||||
|
# help
|
||||||
|
|
||||||
|
Read the entire task file at: {project-root}/_bmad/core/tasks/help.md
|
||||||
|
|
||||||
|
Follow all instructions in the task file exactly as written.
|
||||||
10
.agent/workflows/bmad-index-docs.md
Normal file
10
.agent/workflows/bmad-index-docs.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
name: 'index-docs'
|
||||||
|
description: 'Generates or updates an index.md of all documents in the specified directory'
|
||||||
|
---
|
||||||
|
|
||||||
|
# index-docs
|
||||||
|
|
||||||
|
Read the entire task file at: {project-root}/_bmad/core/tasks/index-docs.xml
|
||||||
|
|
||||||
|
Follow all instructions in the task file exactly as written.
|
||||||
7
.agent/workflows/bmad-party-mode.md
Normal file
7
.agent/workflows/bmad-party-mode.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'party-mode'
|
||||||
|
description: 'Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/core/workflows/party-mode/workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
10
.agent/workflows/bmad-review-adversarial-general.md
Normal file
10
.agent/workflows/bmad-review-adversarial-general.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
name: 'review-adversarial-general'
|
||||||
|
description: 'Cynically review content and produce findings'
|
||||||
|
---
|
||||||
|
|
||||||
|
# review-adversarial-general
|
||||||
|
|
||||||
|
Read the entire task file at: {project-root}/_bmad/core/tasks/review-adversarial-general.xml
|
||||||
|
|
||||||
|
Follow all instructions in the task file exactly as written.
|
||||||
10
.agent/workflows/bmad-shard-doc.md
Normal file
10
.agent/workflows/bmad-shard-doc.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
name: 'shard-doc'
|
||||||
|
description: 'Splits large markdown documents into smaller, organized files based on level 2 (default) sections'
|
||||||
|
---
|
||||||
|
|
||||||
|
# shard-doc
|
||||||
|
|
||||||
|
Read the entire task file at: {project-root}/_bmad/core/tasks/shard-doc.xml
|
||||||
|
|
||||||
|
Follow all instructions in the task file exactly as written.
|
||||||
16
.cursor/commands/bmad-agent-bmad-master.md
Normal file
16
.cursor/commands/bmad-agent-bmad-master.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'bmad-master'
|
||||||
|
description: 'bmad-master agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/core/agents/bmad-master.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-bmb-agent-builder.md
Normal file
16
.cursor/commands/bmad-agent-bmb-agent-builder.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'agent-builder'
|
||||||
|
description: 'agent-builder agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/agent-builder.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-bmb-module-builder.md
Normal file
16
.cursor/commands/bmad-agent-bmb-module-builder.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'module-builder'
|
||||||
|
description: 'module-builder agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/module-builder.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-bmb-workflow-builder.md
Normal file
16
.cursor/commands/bmad-agent-bmb-workflow-builder.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'workflow-builder'
|
||||||
|
description: 'workflow-builder agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmb/agents/workflow-builder.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-bmm-analyst.md
Normal file
16
.cursor/commands/bmad-agent-bmm-analyst.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'analyst'
|
||||||
|
description: 'analyst agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/analyst.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-bmm-architect.md
Normal file
16
.cursor/commands/bmad-agent-bmm-architect.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'architect'
|
||||||
|
description: 'architect agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/architect.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-bmm-dev.md
Normal file
16
.cursor/commands/bmad-agent-bmm-dev.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'dev'
|
||||||
|
description: 'dev agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/dev.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-bmm-pm.md
Normal file
16
.cursor/commands/bmad-agent-bmm-pm.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'pm'
|
||||||
|
description: 'pm agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/pm.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-bmm-qa.md
Normal file
16
.cursor/commands/bmad-agent-bmm-qa.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'qa'
|
||||||
|
description: 'qa agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/qa.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-bmm-quick-flow-solo-dev.md
Normal file
16
.cursor/commands/bmad-agent-bmm-quick-flow-solo-dev.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'quick-flow-solo-dev'
|
||||||
|
description: 'quick-flow-solo-dev agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/quick-flow-solo-dev.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-bmm-sm.md
Normal file
16
.cursor/commands/bmad-agent-bmm-sm.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'sm'
|
||||||
|
description: 'sm agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/sm.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-bmm-tech-writer.md
Normal file
16
.cursor/commands/bmad-agent-bmm-tech-writer.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'tech-writer'
|
||||||
|
description: 'tech-writer agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-bmm-ux-designer.md
Normal file
16
.cursor/commands/bmad-agent-bmm-ux-designer.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'ux-designer'
|
||||||
|
description: 'ux-designer agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/ux-designer.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-cis-brainstorming-coach.md
Normal file
16
.cursor/commands/bmad-agent-cis-brainstorming-coach.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'brainstorming-coach'
|
||||||
|
description: 'brainstorming-coach agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/brainstorming-coach.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-cis-creative-problem-solver.md
Normal file
16
.cursor/commands/bmad-agent-cis-creative-problem-solver.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'creative-problem-solver'
|
||||||
|
description: 'creative-problem-solver agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/creative-problem-solver.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-cis-design-thinking-coach.md
Normal file
16
.cursor/commands/bmad-agent-cis-design-thinking-coach.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'design-thinking-coach'
|
||||||
|
description: 'design-thinking-coach agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/design-thinking-coach.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-cis-innovation-strategist.md
Normal file
16
.cursor/commands/bmad-agent-cis-innovation-strategist.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'innovation-strategist'
|
||||||
|
description: 'innovation-strategist agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/innovation-strategist.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-cis-presentation-master.md
Normal file
16
.cursor/commands/bmad-agent-cis-presentation-master.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'presentation-master'
|
||||||
|
description: 'presentation-master agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/presentation-master.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
16
.cursor/commands/bmad-agent-cis-storyteller.md
Normal file
16
.cursor/commands/bmad-agent-cis-storyteller.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: 'storyteller'
|
||||||
|
description: 'storyteller agent'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||||
|
|
||||||
|
<agent-activation CRITICAL="TRUE">
|
||||||
|
1. LOAD the FULL agent file from {project-root}/_bmad/cis/agents/storyteller/storyteller.md
|
||||||
|
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||||
|
3. FOLLOW every step in the <activation> section precisely
|
||||||
|
4. DISPLAY the welcome/greeting as instructed
|
||||||
|
5. PRESENT the numbered menu
|
||||||
|
6. WAIT for user input before proceeding
|
||||||
|
</agent-activation>
|
||||||
7
.cursor/commands/bmad-bmb-create-agent.md
Normal file
7
.cursor/commands/bmad-bmb-create-agent.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-agent'
|
||||||
|
description: 'Create a new BMAD agent with best practices and compliance'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/agent/workflow-create-agent.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.cursor/commands/bmad-bmb-create-module-brief.md
Normal file
7
.cursor/commands/bmad-bmb-create-module-brief.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-module-brief'
|
||||||
|
description: 'Create product brief for BMAD module development'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/module/workflow-create-module-brief.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.cursor/commands/bmad-bmb-create-module.md
Normal file
7
.cursor/commands/bmad-bmb-create-module.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-module'
|
||||||
|
description: 'Create a complete BMAD module with agents, workflows, and infrastructure'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/module/workflow-create-module.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.cursor/commands/bmad-bmb-create-workflow.md
Normal file
7
.cursor/commands/bmad-bmb-create-workflow.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'create-workflow'
|
||||||
|
description: 'Create a new BMAD workflow with proper structure and best practices'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/workflow/workflow-create-workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.cursor/commands/bmad-bmb-edit-agent.md
Normal file
7
.cursor/commands/bmad-bmb-edit-agent.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'edit-agent'
|
||||||
|
description: 'Edit existing BMAD agents while maintaining compliance'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/agent/workflow-edit-agent.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.cursor/commands/bmad-bmb-edit-module.md
Normal file
7
.cursor/commands/bmad-bmb-edit-module.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'edit-module'
|
||||||
|
description: 'Edit existing BMAD modules while maintaining coherence'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/module/workflow-edit-module.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.cursor/commands/bmad-bmb-edit-workflow.md
Normal file
7
.cursor/commands/bmad-bmb-edit-workflow.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'edit-workflow'
|
||||||
|
description: 'Edit existing BMAD workflows while maintaining integrity'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/workflow/workflow-edit-workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.cursor/commands/bmad-bmb-rework-workflow.md
Normal file
7
.cursor/commands/bmad-bmb-rework-workflow.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'rework-workflow'
|
||||||
|
description: 'Rework a Workflow to a V6 Compliant Version'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/workflow/workflow-rework-workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.cursor/commands/bmad-bmb-validate-agent.md
Normal file
7
.cursor/commands/bmad-bmb-validate-agent.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'validate-agent'
|
||||||
|
description: 'Validate existing BMAD agents and offer to improve deficiencies'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/agent/workflow-validate-agent.md, READ its entire contents and follow its directions exactly!
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'validate-max-parallel-workflow'
|
||||||
|
description: 'Run validation checks in MAX-PARALLEL mode against a workflow requires a tool that supports Parallel Sub-Processes'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.cursor/commands/bmad-bmb-validate-module.md
Normal file
7
.cursor/commands/bmad-bmb-validate-module.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'validate-module'
|
||||||
|
description: 'Run compliance check on BMAD modules against best practices'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/module/workflow-validate-module.md, READ its entire contents and follow its directions exactly!
|
||||||
7
.cursor/commands/bmad-bmb-validate-workflow.md
Normal file
7
.cursor/commands/bmad-bmb-validate-workflow.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'validate-workflow'
|
||||||
|
description: 'Run validation check on BMAD workflows against best practices'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmb/workflows/workflow/workflow-validate-workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
name: 'check-implementation-readiness'
|
||||||
|
description: 'Critical validation workflow that assesses PRD, Architecture, and Epics & Stories for completeness and alignment before implementation. Uses adversarial review approach to find gaps and issues.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @{project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md, READ its entire contents and follow its directions exactly!
|
||||||
15
.cursor/commands/bmad-bmm-code-review.md
Normal file
15
.cursor/commands/bmad-bmm-code-review.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'code-review'
|
||||||
|
description: 'Perform an ADVERSARIAL Senior Developer code review that finds 3-10 specific problems in every story. Challenges everything: code quality, test coverage, architecture compliance, security, performance. NEVER accepts `looks good` - must find minimum issues and can auto-fix with user approval.'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
15
.cursor/commands/bmad-bmm-correct-course.md
Normal file
15
.cursor/commands/bmad-bmm-correct-course.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: 'correct-course'
|
||||||
|
description: 'Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation'
|
||||||
|
disable-model-invocation: true
|
||||||
|
---
|
||||||
|
|
||||||
|
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||||
|
|
||||||
|
<steps CRITICAL="TRUE">
|
||||||
|
1. Always LOAD the FULL @{project-root}/_bmad/core/tasks/workflow.xml
|
||||||
|
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
|
||||||
|
3. Pass the yaml path @{project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||||
|
4. Follow workflow.xml instructions EXACTLY as written to process and follow the specific workflow config and its instructions
|
||||||
|
5. Save outputs after EACH section when generating any documents from templates
|
||||||
|
</steps>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user