feat(components): add ThermoState generators and Eurovent backend demo
This commit is contained in:
parent
375d288950
commit
4a40fddfe3
16
.clinerules/workflows/bmad-agent-bmad-master.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-bmb-agent-builder.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-bmb-module-builder.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-bmb-workflow-builder.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-bmm-analyst.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-bmm-architect.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-bmm-dev.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-bmm-pm.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-bmm-qa.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-bmm-quick-flow-solo-dev.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-bmm-sm.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-bmm-tech-writer.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-bmm-ux-designer.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-cis-brainstorming-coach.md
Normal file
16
.clinerules/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>
|
||||||
@ -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>
|
||||||
@ -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>
|
||||||
@ -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
.clinerules/workflows/bmad-agent-cis-presentation-master.md
Normal file
16
.clinerules/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
.clinerules/workflows/bmad-agent-cis-storyteller.md
Normal file
16
.clinerules/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>
|
||||||
10
.clinerules/workflows/bmad-bmb-create-agent.md
Normal file
10
.clinerules/workflows/bmad-bmb-create-agent.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Create a new BMAD agent with best practices and compliance'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# create-agent
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmb/workflows/agent/workflow-create-agent.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmb-create-module-brief.md
Normal file
10
.clinerules/workflows/bmad-bmb-create-module-brief.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Create product brief for BMAD module development'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# create-module-brief
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmb/workflows/module/workflow-create-module-brief.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmb-create-module.md
Normal file
10
.clinerules/workflows/bmad-bmb-create-module.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Create a complete BMAD module with agents, workflows, and infrastructure'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# create-module
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmb/workflows/module/workflow-create-module.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmb-create-workflow.md
Normal file
10
.clinerules/workflows/bmad-bmb-create-workflow.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Create a new BMAD workflow with proper structure and best practices'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# create-workflow
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmb/workflows/workflow/workflow-create-workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmb-edit-agent.md
Normal file
10
.clinerules/workflows/bmad-bmb-edit-agent.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Edit existing BMAD agents while maintaining compliance'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# edit-agent
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmb/workflows/agent/workflow-edit-agent.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmb-edit-module.md
Normal file
10
.clinerules/workflows/bmad-bmb-edit-module.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Edit existing BMAD modules while maintaining coherence'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# edit-module
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmb/workflows/module/workflow-edit-module.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmb-edit-workflow.md
Normal file
10
.clinerules/workflows/bmad-bmb-edit-workflow.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Edit existing BMAD workflows while maintaining integrity'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# edit-workflow
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmb/workflows/workflow/workflow-edit-workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmb-rework-workflow.md
Normal file
10
.clinerules/workflows/bmad-bmb-rework-workflow.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Rework a Workflow to a V6 Compliant Version'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# rework-workflow
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmb/workflows/workflow/workflow-rework-workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmb-validate-agent.md
Normal file
10
.clinerules/workflows/bmad-bmb-validate-agent.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Validate existing BMAD agents and offer to improve deficiencies'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# validate-agent
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmb/workflows/agent/workflow-validate-agent.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Run validation checks in MAX-PARALLEL mode against a workflow requires a tool that supports Parallel Sub-Processes'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# validate-max-parallel-workflow
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmb-validate-module.md
Normal file
10
.clinerules/workflows/bmad-bmb-validate-module.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Run compliance check on BMAD modules against best practices'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# validate-module
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmb/workflows/module/workflow-validate-module.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmb-validate-workflow.md
Normal file
10
.clinerules/workflows/bmad-bmb-validate-workflow.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Run validation check on BMAD workflows against best practices'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# validate-workflow
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmb/workflows/workflow/workflow-validate-workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
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.'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# check-implementation-readiness
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
15
.clinerules/workflows/bmad-bmm-code-review.md
Normal file
15
.clinerules/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
.clinerules/workflows/bmad-bmm-correct-course.md
Normal file
15
.clinerules/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>
|
||||||
10
.clinerules/workflows/bmad-bmm-create-architecture.md
Normal file
10
.clinerules/workflows/bmad-bmm-create-architecture.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
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.'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# create-architecture
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmm-create-epics-and-stories.md
Normal file
10
.clinerules/workflows/bmad-bmm-create-epics-and-stories.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
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.'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# create-epics-and-stories
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmm-create-prd.md
Normal file
10
.clinerules/workflows/bmad-bmm-create-prd.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Create a comprehensive PRD (Product Requirements Document) through structured workflow facilitation'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# create-prd
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmm-create-product-brief.md
Normal file
10
.clinerules/workflows/bmad-bmm-create-product-brief.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Create comprehensive product briefs through collaborative step-by-step discovery as creative Business Analyst working with the user as peers.'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# create-product-brief
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
15
.clinerules/workflows/bmad-bmm-create-story.md
Normal file
15
.clinerules/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>
|
||||||
10
.clinerules/workflows/bmad-bmm-create-ux-design.md
Normal file
10
.clinerules/workflows/bmad-bmm-create-ux-design.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Work with a peer UX Design expert to plan your applications UX patterns, look and feel.'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# create-ux-design
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
15
.clinerules/workflows/bmad-bmm-dev-story.md
Normal file
15
.clinerules/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
.clinerules/workflows/bmad-bmm-document-project.md
Normal file
15
.clinerules/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>
|
||||||
10
.clinerules/workflows/bmad-bmm-domain-research.md
Normal file
10
.clinerules/workflows/bmad-bmm-domain-research.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Conduct domain research covering industry analysis, regulations, technology trends, and ecosystem dynamics using current web data and verified sources.'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# domain-research
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmm-edit-prd.md
Normal file
10
.clinerules/workflows/bmad-bmm-edit-prd.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Edit and improve an existing PRD - enhance clarity, completeness, and quality'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# edit-prd
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmm-generate-project-context.md
Normal file
10
.clinerules/workflows/bmad-bmm-generate-project-context.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
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.'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# generate-project-context
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/generate-project-context/workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmm-market-research.md
Normal file
10
.clinerules/workflows/bmad-bmm-market-research.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Conduct market research covering market size, growth, competition, and customer insights using current web data and verified sources.'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# market-research
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
15
.clinerules/workflows/bmad-bmm-qa-automate.md
Normal file
15
.clinerules/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>
|
||||||
10
.clinerules/workflows/bmad-bmm-quick-dev.md
Normal file
10
.clinerules/workflows/bmad-bmm-quick-dev.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Flexible development - execute tech-specs OR direct instructions with optional planning.'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# quick-dev
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmm-quick-spec.md
Normal file
10
.clinerules/workflows/bmad-bmm-quick-spec.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Conversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec.'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# quick-spec
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
15
.clinerules/workflows/bmad-bmm-retrospective.md
Normal file
15
.clinerules/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
.clinerules/workflows/bmad-bmm-sprint-planning.md
Normal file
15
.clinerules/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
.clinerules/workflows/bmad-bmm-sprint-status.md
Normal file
15
.clinerules/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>
|
||||||
10
.clinerules/workflows/bmad-bmm-technical-research.md
Normal file
10
.clinerules/workflows/bmad-bmm-technical-research.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Conduct technical research covering technology evaluation, architecture decisions, and implementation approaches using current web data and verified sources.'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# technical-research
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-bmm-validate-prd.md
Normal file
10
.clinerules/workflows/bmad-bmm-validate-prd.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Validate an existing PRD against BMAD standards - comprehensive review for completeness, clarity, and quality'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# validate-prd
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-brainstorming.md
Normal file
10
.clinerules/workflows/bmad-brainstorming.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# brainstorming
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/core/workflows/brainstorming/workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
15
.clinerules/workflows/bmad-cis-design-thinking.md
Normal file
15
.clinerules/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
.clinerules/workflows/bmad-cis-innovation-strategy.md
Normal file
15
.clinerules/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
.clinerules/workflows/bmad-cis-problem-solving.md
Normal file
15
.clinerules/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
.clinerules/workflows/bmad-cis-storytelling.md
Normal file
15
.clinerules/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
.clinerules/workflows/bmad-editorial-review-prose.md
Normal file
10
.clinerules/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
.clinerules/workflows/bmad-editorial-review-structure.md
Normal file
10
.clinerules/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
.clinerules/workflows/bmad-help.md
Normal file
10
.clinerules/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
.clinerules/workflows/bmad-index-docs.md
Normal file
10
.clinerules/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.
|
||||||
10
.clinerules/workflows/bmad-party-mode.md
Normal file
10
.clinerules/workflows/bmad-party-mode.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
description: 'Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations'
|
||||||
|
auto_execution_mode: "iterate"
|
||||||
|
---
|
||||||
|
|
||||||
|
# party-mode
|
||||||
|
|
||||||
|
Read the entire workflow file at {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
||||||
|
|
||||||
|
Follow all instructions in the workflow file exactly as written.
|
||||||
10
.clinerules/workflows/bmad-review-adversarial-general.md
Normal file
10
.clinerules/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
.clinerules/workflows/bmad-shard-doc.md
Normal file
10
.clinerules/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.
|
||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'bmad-master'
|
||||||
description: 'bmad-master agent'
|
description: 'bmad-master agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'agent-builder'
|
||||||
description: 'agent-builder agent'
|
description: 'agent-builder agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'module-builder'
|
||||||
description: 'module-builder agent'
|
description: 'module-builder agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'workflow-builder'
|
||||||
description: 'workflow-builder agent'
|
description: 'workflow-builder agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'analyst'
|
||||||
description: 'analyst agent'
|
description: 'analyst agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'architect'
|
||||||
description: 'architect agent'
|
description: 'architect agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'dev'
|
||||||
description: 'dev agent'
|
description: 'dev agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'pm'
|
||||||
description: 'pm agent'
|
description: 'pm agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'qa'
|
||||||
description: 'qa agent'
|
description: 'qa agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'quick-flow-solo-dev'
|
||||||
description: 'quick-flow-solo-dev agent'
|
description: 'quick-flow-solo-dev agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'sm'
|
||||||
description: 'sm agent'
|
description: 'sm agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'tech-writer'
|
||||||
description: 'tech-writer agent'
|
description: 'tech-writer agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'ux-designer'
|
||||||
description: 'ux-designer agent'
|
description: 'ux-designer agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'brainstorming-coach'
|
||||||
description: 'brainstorming-coach agent'
|
description: 'brainstorming-coach agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'creative-problem-solver'
|
||||||
description: 'creative-problem-solver agent'
|
description: 'creative-problem-solver agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'design-thinking-coach'
|
||||||
description: 'design-thinking-coach agent'
|
description: 'design-thinking-coach agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'innovation-strategist'
|
||||||
description: 'innovation-strategist agent'
|
description: 'innovation-strategist agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'presentation-master'
|
||||||
description: 'presentation-master agent'
|
description: 'presentation-master agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
mode: primary
|
name: 'storyteller'
|
||||||
description: 'storyteller agent'
|
description: 'storyteller agent'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'create-agent'
|
||||||
description: 'Create a new BMAD agent with best practices and compliance'
|
description: 'Create a new BMAD agent with best practices and compliance'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'create-agent' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/agent/workflow-create-agent.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/agent/workflow-create-agent.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'create-module-brief'
|
||||||
description: 'Create product brief for BMAD module development'
|
description: 'Create product brief for BMAD module development'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'create-module-brief' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/module/workflow-create-module-brief.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/module/workflow-create-module-brief.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'create-module'
|
||||||
description: 'Create a complete BMAD module with agents, workflows, and infrastructure'
|
description: 'Create a complete BMAD module with agents, workflows, and infrastructure'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'create-module' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/module/workflow-create-module.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/module/workflow-create-module.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'create-workflow'
|
||||||
description: 'Create a new BMAD workflow with proper structure and best practices'
|
description: 'Create a new BMAD workflow with proper structure and best practices'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'create-workflow' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-create-workflow.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-create-workflow.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'edit-agent'
|
||||||
description: 'Edit existing BMAD agents while maintaining compliance'
|
description: 'Edit existing BMAD agents while maintaining compliance'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'edit-agent' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/agent/workflow-edit-agent.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/agent/workflow-edit-agent.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'edit-module'
|
||||||
description: 'Edit existing BMAD modules while maintaining coherence'
|
description: 'Edit existing BMAD modules while maintaining coherence'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'edit-module' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/module/workflow-edit-module.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/module/workflow-edit-module.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'edit-workflow'
|
||||||
description: 'Edit existing BMAD workflows while maintaining integrity'
|
description: 'Edit existing BMAD workflows while maintaining integrity'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'edit-workflow' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-edit-workflow.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-edit-workflow.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'rework-workflow'
|
||||||
description: 'Rework a Workflow to a V6 Compliant Version'
|
description: 'Rework a Workflow to a V6 Compliant Version'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'rework-workflow' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-rework-workflow.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-rework-workflow.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'validate-agent'
|
||||||
description: 'Validate existing BMAD agents and offer to improve deficiencies'
|
description: 'Validate existing BMAD agents and offer to improve deficiencies'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'validate-agent' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/agent/workflow-validate-agent.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/agent/workflow-validate-agent.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'validate-max-parallel-workflow'
|
||||||
description: 'Run validation checks in MAX-PARALLEL mode against a workflow requires a tool that supports Parallel Sub-Processes'
|
description: 'Run validation checks in MAX-PARALLEL mode against a workflow requires a tool that supports Parallel Sub-Processes'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'validate-max-parallel-workflow' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'validate-module'
|
||||||
description: 'Run compliance check on BMAD modules against best practices'
|
description: 'Run compliance check on BMAD modules against best practices'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'validate-module' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/module/workflow-validate-module.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/module/workflow-validate-module.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'validate-workflow'
|
||||||
description: 'Run validation check on BMAD workflows against best practices'
|
description: 'Run validation check on BMAD workflows against best practices'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'validate-workflow' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-validate-workflow.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-validate-workflow.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
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.'
|
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.'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'check-implementation-readiness' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md
|
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
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.'
|
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.'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'code-review' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
|
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: 'correct-course'
|
||||||
description: 'Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation'
|
description: 'Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation'
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -7,6 +8,7 @@ Execute the BMAD 'correct-course' workflow.
|
|||||||
CRITICAL: You must load and follow the workflow definition exactly.
|
CRITICAL: You must load and follow the workflow definition exactly.
|
||||||
|
|
||||||
WORKFLOW INSTRUCTIONS:
|
WORKFLOW INSTRUCTIONS:
|
||||||
|
|
||||||
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
|
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
|
||||||
2. READ its entire contents
|
2. READ its entire contents
|
||||||
3. FOLLOW every step precisely as specified
|
3. FOLLOW every step precisely as specified
|
||||||
|
|||||||
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