feat(python): implement python bindings for all components and solvers

This commit is contained in:
Sepehr
2026-02-21 20:34:56 +01:00
parent 8ef8cd2eba
commit 4440132b0a
310 changed files with 11577 additions and 397 deletions

View File

@@ -0,0 +1,14 @@
description = "Activates the bmad-master agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'bmad-master' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/core/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/core/agents/bmad-master.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/core/agents/bmad-master.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the agent-builder agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'agent-builder' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/bmb/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/bmb/agents/agent-builder.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/bmb/agents/agent-builder.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the module-builder agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'module-builder' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/bmb/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/bmb/agents/module-builder.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/bmb/agents/module-builder.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the workflow-builder agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'workflow-builder' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/bmb/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/bmb/agents/workflow-builder.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/bmb/agents/workflow-builder.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the analyst agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'analyst' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/bmm/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/bmm/agents/analyst.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/bmm/agents/analyst.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the architect agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'architect' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/bmm/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/bmm/agents/architect.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/bmm/agents/architect.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the dev agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'dev' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/bmm/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/bmm/agents/dev.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/bmm/agents/dev.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the pm agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'pm' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/bmm/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/bmm/agents/pm.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/bmm/agents/pm.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the qa agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'qa' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/bmm/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/bmm/agents/qa.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/bmm/agents/qa.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the quick-flow-solo-dev agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'quick-flow-solo-dev' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/bmm/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/bmm/agents/quick-flow-solo-dev.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/bmm/agents/quick-flow-solo-dev.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the sm agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'sm' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/bmm/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/bmm/agents/sm.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/bmm/agents/sm.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the tech-writer agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'tech-writer' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/bmm/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/bmm/agents/tech-writer/tech-writer.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the ux-designer agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'ux-designer' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/bmm/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/bmm/agents/ux-designer.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/bmm/agents/ux-designer.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the brainstorming-coach agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'brainstorming-coach' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/cis/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/cis/agents/brainstorming-coach.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/cis/agents/brainstorming-coach.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the creative-problem-solver agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'creative-problem-solver' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/cis/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/cis/agents/creative-problem-solver.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/cis/agents/creative-problem-solver.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the design-thinking-coach agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'design-thinking-coach' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/cis/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/cis/agents/design-thinking-coach.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/cis/agents/design-thinking-coach.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the innovation-strategist agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'innovation-strategist' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/cis/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/cis/agents/innovation-strategist.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/cis/agents/innovation-strategist.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the presentation-master agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'presentation-master' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/cis/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/cis/agents/presentation-master.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/cis/agents/presentation-master.md
"""

View File

@@ -0,0 +1,14 @@
description = "Activates the storyteller agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'storyteller' agent.
PRE-FLIGHT CHECKLIST:
1. [ ] IMMEDIATE ACTION: Load and parse {project-root}/_bmad/cis/config.yaml - store ALL config values in memory for use throughout the session.
2. [ ] IMMEDIATE ACTION: Read and internalize the full agent definition at {project-root}/_bmad/cis/agents/storyteller/storyteller.md.
3. [ ] CONFIRM: The user's name from config is {user_name}.
Only after all checks are complete, greet the user by name and display the menu.
Acknowledge this checklist is complete in your first response.
AGENT DEFINITION: {project-root}/_bmad/cis/agents/storyteller/storyteller.md
"""

View File

@@ -0,0 +1,14 @@
description = """Create a new BMAD agent with best practices and compliance"""
prompt = """
Execute the BMAD 'create-agent' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/agent/workflow-create-agent.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmb/workflows/agent/workflow-create-agent.md
"""

View File

@@ -0,0 +1,14 @@
description = """Create product brief for BMAD module development"""
prompt = """
Execute the BMAD 'create-module-brief' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/module/workflow-create-module-brief.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmb/workflows/module/workflow-create-module-brief.md
"""

View File

@@ -0,0 +1,14 @@
description = """Create a complete BMAD module with agents, workflows, and infrastructure"""
prompt = """
Execute the BMAD 'create-module' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/module/workflow-create-module.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmb/workflows/module/workflow-create-module.md
"""

View File

@@ -0,0 +1,14 @@
description = """Create a new BMAD workflow with proper structure and best practices"""
prompt = """
Execute the BMAD 'create-workflow' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-create-workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmb/workflows/workflow/workflow-create-workflow.md
"""

View File

@@ -0,0 +1,14 @@
description = """Edit existing BMAD agents while maintaining compliance"""
prompt = """
Execute the BMAD 'edit-agent' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/agent/workflow-edit-agent.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmb/workflows/agent/workflow-edit-agent.md
"""

View File

@@ -0,0 +1,14 @@
description = """Edit existing BMAD modules while maintaining coherence"""
prompt = """
Execute the BMAD 'edit-module' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/module/workflow-edit-module.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmb/workflows/module/workflow-edit-module.md
"""

View File

@@ -0,0 +1,14 @@
description = """Edit existing BMAD workflows while maintaining integrity"""
prompt = """
Execute the BMAD 'edit-workflow' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-edit-workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmb/workflows/workflow/workflow-edit-workflow.md
"""

View File

@@ -0,0 +1,14 @@
description = """Rework a Workflow to a V6 Compliant Version"""
prompt = """
Execute the BMAD 'rework-workflow' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-rework-workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmb/workflows/workflow/workflow-rework-workflow.md
"""

View File

@@ -0,0 +1,14 @@
description = """Validate existing BMAD agents and offer to improve deficiencies"""
prompt = """
Execute the BMAD 'validate-agent' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/agent/workflow-validate-agent.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmb/workflows/agent/workflow-validate-agent.md
"""

View File

@@ -0,0 +1,14 @@
description = """Run validation checks in MAX-PARALLEL mode against a workflow requires a tool that supports Parallel Sub-Processes"""
prompt = """
Execute the BMAD 'validate-max-parallel-workflow' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmb/workflows/workflow/workflow-validate-max-parallel-workflow.md
"""

View File

@@ -0,0 +1,14 @@
description = """Run compliance check on BMAD modules against best practices"""
prompt = """
Execute the BMAD 'validate-module' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/module/workflow-validate-module.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmb/workflows/module/workflow-validate-module.md
"""

View File

@@ -0,0 +1,14 @@
description = """Run validation check on BMAD workflows against best practices"""
prompt = """
Execute the BMAD 'validate-workflow' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmb/workflows/workflow/workflow-validate-workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmb/workflows/workflow/workflow-validate-workflow.md
"""

View File

@@ -0,0 +1,14 @@
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."""
prompt = """
Execute the BMAD 'check-implementation-readiness' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md
"""

View File

@@ -0,0 +1,16 @@
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."""
prompt = """
Execute the BMAD 'code-review' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
"""

View File

@@ -0,0 +1,16 @@
description = """Navigate significant changes during sprint execution by analyzing impact, proposing solutions, and routing for implementation"""
prompt = """
Execute the BMAD 'correct-course' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
"""

View File

@@ -0,0 +1,14 @@
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."""
prompt = """
Execute the BMAD 'create-architecture' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md
"""

View File

@@ -0,0 +1,14 @@
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."""
prompt = """
Execute the BMAD 'create-epics-and-stories' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md
"""

View File

@@ -0,0 +1,14 @@
description = """Create a comprehensive PRD (Product Requirements Document) through structured workflow facilitation"""
prompt = """
Execute the BMAD 'create-prd' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-create-prd.md
"""

View File

@@ -0,0 +1,14 @@
description = """Create comprehensive product briefs through collaborative step-by-step discovery as creative Business Analyst working with the user as peers."""
prompt = """
Execute the BMAD 'create-product-brief' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md
"""

View File

@@ -0,0 +1,16 @@
description = """Create the next user story from epics+stories with enhanced context analysis and direct ready-for-dev marking"""
prompt = """
Execute the BMAD 'create-story' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml
"""

View File

@@ -0,0 +1,14 @@
description = """Work with a peer UX Design expert to plan your applications UX patterns, look and feel."""
prompt = """
Execute the BMAD 'create-ux-design' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md
"""

View File

@@ -0,0 +1,16 @@
description = """Execute a story by implementing tasks/subtasks, writing tests, validating, and updating the story file per acceptance criteria"""
prompt = """
Execute the BMAD 'dev-story' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml
"""

View File

@@ -0,0 +1,16 @@
description = """Analyzes and documents brownfield projects by scanning codebase, architecture, and patterns to create comprehensive reference documentation for AI-assisted development"""
prompt = """
Execute the BMAD 'document-project' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/bmm/workflows/document-project/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/document-project/workflow.yaml
"""

View File

@@ -0,0 +1,14 @@
description = """Conduct domain research covering industry analysis, regulations, technology trends, and ecosystem dynamics using current web data and verified sources."""
prompt = """
Execute the BMAD 'domain-research' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-domain-research.md
"""

View File

@@ -0,0 +1,14 @@
description = """Edit and improve an existing PRD - enhance clarity, completeness, and quality"""
prompt = """
Execute the BMAD 'edit-prd' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-edit-prd.md
"""

View File

@@ -0,0 +1,14 @@
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."""
prompt = """
Execute the BMAD 'generate-project-context' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/generate-project-context/workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/generate-project-context/workflow.md
"""

View File

@@ -0,0 +1,14 @@
description = """Conduct market research covering market size, growth, competition, and customer insights using current web data and verified sources."""
prompt = """
Execute the BMAD 'market-research' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-market-research.md
"""

View File

@@ -0,0 +1,16 @@
description = """Generate tests quickly for existing features using standard test patterns"""
prompt = """
Execute the BMAD 'qa-automate' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/bmm/workflows/qa/automate/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/qa/automate/workflow.yaml
"""

View File

@@ -0,0 +1,14 @@
description = """Flexible development - execute tech-specs OR direct instructions with optional planning."""
prompt = """
Execute the BMAD 'quick-dev' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md
"""

View File

@@ -0,0 +1,14 @@
description = """Conversational spec engineering - ask questions, investigate code, produce implementation-ready tech-spec."""
prompt = """
Execute the BMAD 'quick-spec' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md
"""

View File

@@ -0,0 +1,16 @@
description = """Run after epic completion to review overall success, extract lessons learned, and explore if new information emerged that might impact the next epic"""
prompt = """
Execute the BMAD 'retrospective' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml
"""

View File

@@ -0,0 +1,16 @@
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"""
prompt = """
Execute the BMAD 'sprint-planning' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml
"""

View File

@@ -0,0 +1,16 @@
description = """Summarize sprint-status.yaml, surface risks, and route to the right implementation workflow."""
prompt = """
Execute the BMAD 'sprint-status' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml
"""

View File

@@ -0,0 +1,14 @@
description = """Conduct technical research covering technology evaluation, architecture decisions, and implementation approaches using current web data and verified sources."""
prompt = """
Execute the BMAD 'technical-research' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/1-analysis/research/workflow-technical-research.md
"""

View File

@@ -0,0 +1,14 @@
description = """Validate an existing PRD against BMAD standards - comprehensive review for completeness, clarity, and quality"""
prompt = """
Execute the BMAD 'validate-prd' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/bmm/workflows/2-plan-workflows/create-prd/workflow-validate-prd.md
"""

View File

@@ -0,0 +1,14 @@
description = """Facilitate interactive brainstorming sessions using diverse creative techniques and ideation methods"""
prompt = """
Execute the BMAD 'brainstorming' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/core/workflows/brainstorming/workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/core/workflows/brainstorming/workflow.md
"""

View File

@@ -0,0 +1,16 @@
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."""
prompt = """
Execute the BMAD 'design-thinking' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/cis/workflows/design-thinking/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/cis/workflows/design-thinking/workflow.yaml
"""

View File

@@ -0,0 +1,16 @@
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."""
prompt = """
Execute the BMAD 'innovation-strategy' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/cis/workflows/innovation-strategy/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/cis/workflows/innovation-strategy/workflow.yaml
"""

View File

@@ -0,0 +1,16 @@
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."""
prompt = """
Execute the BMAD 'problem-solving' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/cis/workflows/problem-solving/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/cis/workflows/problem-solving/workflow.yaml
"""

View File

@@ -0,0 +1,16 @@
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."""
prompt = """
Execute the BMAD 'storytelling' workflow.
CRITICAL: This is a structured YAML workflow. Follow these steps precisely:
1. LOAD the workflow definition from {project-root}/_bmad/cis/workflows/storytelling/workflow.yaml
2. PARSE the YAML structure to understand:
- Workflow phases and steps
- Required inputs and outputs
- Dependencies between steps
3. EXECUTE each step in order
4. VALIDATE outputs before proceeding to next step
WORKFLOW FILE: {project-root}/_bmad/cis/workflows/storytelling/workflow.yaml
"""

View File

@@ -0,0 +1,11 @@
description = "Executes the editorial-review-prose task from the BMAD Method."
prompt = """
Execute the BMAD 'editorial-review-prose' task.
TASK INSTRUCTIONS:
1. LOAD the task file from {project-root}/_bmad/core/tasks/editorial-review-prose.xml
2. READ its entire contents
3. FOLLOW every instruction precisely as specified
TASK FILE: {project-root}/_bmad/core/tasks/editorial-review-prose.xml
"""

View File

@@ -0,0 +1,11 @@
description = "Executes the editorial-review-structure task from the BMAD Method."
prompt = """
Execute the BMAD 'editorial-review-structure' task.
TASK INSTRUCTIONS:
1. LOAD the task file from {project-root}/_bmad/core/tasks/editorial-review-structure.xml
2. READ its entire contents
3. FOLLOW every instruction precisely as specified
TASK FILE: {project-root}/_bmad/core/tasks/editorial-review-structure.xml
"""

View File

@@ -0,0 +1,11 @@
description = "Executes the help task from the BMAD Method."
prompt = """
Execute the BMAD 'help' task.
TASK INSTRUCTIONS:
1. LOAD the task file from {project-root}/_bmad/core/tasks/help.md
2. READ its entire contents
3. FOLLOW every instruction precisely as specified
TASK FILE: {project-root}/_bmad/core/tasks/help.md
"""

View File

@@ -0,0 +1,11 @@
description = "Executes the index-docs task from the BMAD Method."
prompt = """
Execute the BMAD 'index-docs' task.
TASK INSTRUCTIONS:
1. LOAD the task file from {project-root}/_bmad/core/tasks/index-docs.xml
2. READ its entire contents
3. FOLLOW every instruction precisely as specified
TASK FILE: {project-root}/_bmad/core/tasks/index-docs.xml
"""

View File

@@ -0,0 +1,14 @@
description = """Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations"""
prompt = """
Execute the BMAD 'party-mode' workflow.
CRITICAL: You must load and follow the workflow definition exactly.
WORKFLOW INSTRUCTIONS:
1. LOAD the workflow file from {project-root}/_bmad/core/workflows/party-mode/workflow.md
2. READ its entire contents
3. FOLLOW every step precisely as specified
4. DO NOT skip or modify any steps
WORKFLOW FILE: {project-root}/_bmad/core/workflows/party-mode/workflow.md
"""

View File

@@ -0,0 +1,11 @@
description = "Executes the review-adversarial-general task from the BMAD Method."
prompt = """
Execute the BMAD 'review-adversarial-general' task.
TASK INSTRUCTIONS:
1. LOAD the task file from {project-root}/_bmad/core/tasks/review-adversarial-general.xml
2. READ its entire contents
3. FOLLOW every instruction precisely as specified
TASK FILE: {project-root}/_bmad/core/tasks/review-adversarial-general.xml
"""

View File

@@ -0,0 +1,11 @@
description = "Executes the shard-doc task from the BMAD Method."
prompt = """
Execute the BMAD 'shard-doc' task.
TASK INSTRUCTIONS:
1. LOAD the task file from {project-root}/_bmad/core/tasks/shard-doc.xml
2. READ its entire contents
3. FOLLOW every instruction precisely as specified
TASK FILE: {project-root}/_bmad/core/tasks/shard-doc.xml
"""