fix: update masonry grid sizing logic and notebook list padding
This commit is contained in:
14
.gemini/commands/bmad-agent-bmad-master.toml
Normal file
14
.gemini/commands/bmad-agent-bmad-master.toml
Normal 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
|
||||
"""
|
||||
@@ -1,12 +1,14 @@
|
||||
description = "BMAD BMM Agent: Analyst"
|
||||
description = "Activates the analyst agent from the BMad Method."
|
||||
prompt = """
|
||||
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||
CRITICAL: You are now the BMad 'analyst' agent.
|
||||
|
||||
<agent-activation CRITICAL="TRUE">
|
||||
1. LOAD the FULL agent file from @_bmad/bmm/agents/analyst.md
|
||||
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||
3. Execute ALL activation steps exactly as written in the agent file
|
||||
4. Follow the agent's persona and menu system precisely
|
||||
5. Stay in character throughout the session
|
||||
</agent-activation>
|
||||
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
|
||||
"""
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
description = "BMAD BMM Agent: Architect"
|
||||
description = "Activates the architect agent from the BMad Method."
|
||||
prompt = """
|
||||
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||
CRITICAL: You are now the BMad 'architect' agent.
|
||||
|
||||
<agent-activation CRITICAL="TRUE">
|
||||
1. LOAD the FULL agent file from @_bmad/bmm/agents/architect.md
|
||||
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||
3. Execute ALL activation steps exactly as written in the agent file
|
||||
4. Follow the agent's persona and menu system precisely
|
||||
5. Stay in character throughout the session
|
||||
</agent-activation>
|
||||
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
|
||||
"""
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
description = "BMAD BMM Agent: Dev"
|
||||
description = "Activates the dev agent from the BMad Method."
|
||||
prompt = """
|
||||
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||
CRITICAL: You are now the BMad 'dev' agent.
|
||||
|
||||
<agent-activation CRITICAL="TRUE">
|
||||
1. LOAD the FULL agent file from @_bmad/bmm/agents/dev.md
|
||||
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||
3. Execute ALL activation steps exactly as written in the agent file
|
||||
4. Follow the agent's persona and menu system precisely
|
||||
5. Stay in character throughout the session
|
||||
</agent-activation>
|
||||
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
|
||||
"""
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
description = "BMAD BMM Agent: Pm"
|
||||
description = "Activates the pm agent from the BMad Method."
|
||||
prompt = """
|
||||
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||
CRITICAL: You are now the BMad 'pm' agent.
|
||||
|
||||
<agent-activation CRITICAL="TRUE">
|
||||
1. LOAD the FULL agent file from @_bmad/bmm/agents/pm.md
|
||||
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||
3. Execute ALL activation steps exactly as written in the agent file
|
||||
4. Follow the agent's persona and menu system precisely
|
||||
5. Stay in character throughout the session
|
||||
</agent-activation>
|
||||
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
|
||||
"""
|
||||
|
||||
14
.gemini/commands/bmad-agent-bmm-qa.toml
Normal file
14
.gemini/commands/bmad-agent-bmm-qa.toml
Normal 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
|
||||
"""
|
||||
@@ -1,12 +1,14 @@
|
||||
description = "BMAD BMM Agent: Quick Flow Solo Dev"
|
||||
description = "Activates the quick-flow-solo-dev agent from the BMad Method."
|
||||
prompt = """
|
||||
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||
CRITICAL: You are now the BMad 'quick-flow-solo-dev' agent.
|
||||
|
||||
<agent-activation CRITICAL="TRUE">
|
||||
1. LOAD the FULL agent file from @_bmad/bmm/agents/quick-flow-solo-dev.md
|
||||
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||
3. Execute ALL activation steps exactly as written in the agent file
|
||||
4. Follow the agent's persona and menu system precisely
|
||||
5. Stay in character throughout the session
|
||||
</agent-activation>
|
||||
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
|
||||
"""
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
description = "BMAD BMM Agent: Sm"
|
||||
description = "Activates the sm agent from the BMad Method."
|
||||
prompt = """
|
||||
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||
CRITICAL: You are now the BMad 'sm' agent.
|
||||
|
||||
<agent-activation CRITICAL="TRUE">
|
||||
1. LOAD the FULL agent file from @_bmad/bmm/agents/sm.md
|
||||
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||
3. Execute ALL activation steps exactly as written in the agent file
|
||||
4. Follow the agent's persona and menu system precisely
|
||||
5. Stay in character throughout the session
|
||||
</agent-activation>
|
||||
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
|
||||
"""
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Agent: Tea"
|
||||
prompt = """
|
||||
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 @_bmad/bmm/agents/tea.md
|
||||
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||
3. Execute ALL activation steps exactly as written in the agent file
|
||||
4. Follow the agent's persona and menu system precisely
|
||||
5. Stay in character throughout the session
|
||||
</agent-activation>
|
||||
"""
|
||||
@@ -1,12 +1,14 @@
|
||||
description = "BMAD BMM Agent: Tech Writer"
|
||||
description = "Activates the tech-writer agent from the BMad Method."
|
||||
prompt = """
|
||||
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||
CRITICAL: You are now the BMad 'tech-writer' agent.
|
||||
|
||||
<agent-activation CRITICAL="TRUE">
|
||||
1. LOAD the FULL agent file from @_bmad/bmm/agents/tech-writer.md
|
||||
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||
3. Execute ALL activation steps exactly as written in the agent file
|
||||
4. Follow the agent's persona and menu system precisely
|
||||
5. Stay in character throughout the session
|
||||
</agent-activation>
|
||||
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
|
||||
"""
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
description = "BMAD BMM Agent: Ux Designer"
|
||||
description = "Activates the ux-designer agent from the BMad Method."
|
||||
prompt = """
|
||||
You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
|
||||
CRITICAL: You are now the BMad 'ux-designer' agent.
|
||||
|
||||
<agent-activation CRITICAL="TRUE">
|
||||
1. LOAD the FULL agent file from @_bmad/bmm/agents/ux-designer.md
|
||||
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||
3. Execute ALL activation steps exactly as written in the agent file
|
||||
4. Follow the agent's persona and menu system precisely
|
||||
5. Stay in character throughout the session
|
||||
</agent-activation>
|
||||
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
|
||||
"""
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD CORE Agent: Bmad Master"
|
||||
prompt = """
|
||||
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 @_bmad/core/agents/bmad-master.md
|
||||
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
|
||||
3. Execute ALL activation steps exactly as written in the agent file
|
||||
4. Follow the agent's persona and menu system precisely
|
||||
5. Stay in character throughout the session
|
||||
</agent-activation>
|
||||
"""
|
||||
@@ -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
|
||||
"""
|
||||
16
.gemini/commands/bmad-bmm-code-review.toml
Normal file
16
.gemini/commands/bmad-bmm-code-review.toml
Normal 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
|
||||
"""
|
||||
16
.gemini/commands/bmad-bmm-correct-course.toml
Normal file
16
.gemini/commands/bmad-bmm-correct-course.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-create-architecture.toml
Normal file
14
.gemini/commands/bmad-bmm-create-architecture.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-create-epics-and-stories.toml
Normal file
14
.gemini/commands/bmad-bmm-create-epics-and-stories.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-create-prd.toml
Normal file
14
.gemini/commands/bmad-bmm-create-prd.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-create-product-brief.toml
Normal file
14
.gemini/commands/bmad-bmm-create-product-brief.toml
Normal 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
|
||||
"""
|
||||
16
.gemini/commands/bmad-bmm-create-story.toml
Normal file
16
.gemini/commands/bmad-bmm-create-story.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-create-ux-design.toml
Normal file
14
.gemini/commands/bmad-bmm-create-ux-design.toml
Normal 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
|
||||
"""
|
||||
16
.gemini/commands/bmad-bmm-dev-story.toml
Normal file
16
.gemini/commands/bmad-bmm-dev-story.toml
Normal 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
|
||||
"""
|
||||
16
.gemini/commands/bmad-bmm-document-project.toml
Normal file
16
.gemini/commands/bmad-bmm-document-project.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-domain-research.toml
Normal file
14
.gemini/commands/bmad-bmm-domain-research.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-edit-prd.toml
Normal file
14
.gemini/commands/bmad-bmm-edit-prd.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-generate-project-context.toml
Normal file
14
.gemini/commands/bmad-bmm-generate-project-context.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-market-research.toml
Normal file
14
.gemini/commands/bmad-bmm-market-research.toml
Normal 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
|
||||
"""
|
||||
16
.gemini/commands/bmad-bmm-qa-automate.toml
Normal file
16
.gemini/commands/bmad-bmm-qa-automate.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-quick-dev.toml
Normal file
14
.gemini/commands/bmad-bmm-quick-dev.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-quick-spec.toml
Normal file
14
.gemini/commands/bmad-bmm-quick-spec.toml
Normal 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
|
||||
"""
|
||||
16
.gemini/commands/bmad-bmm-retrospective.toml
Normal file
16
.gemini/commands/bmad-bmm-retrospective.toml
Normal 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
|
||||
"""
|
||||
16
.gemini/commands/bmad-bmm-sprint-planning.toml
Normal file
16
.gemini/commands/bmad-bmm-sprint-planning.toml
Normal 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
|
||||
"""
|
||||
16
.gemini/commands/bmad-bmm-sprint-status.toml
Normal file
16
.gemini/commands/bmad-bmm-sprint-status.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-technical-research.toml
Normal file
14
.gemini/commands/bmad-bmm-technical-research.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-bmm-validate-prd.toml
Normal file
14
.gemini/commands/bmad-bmm-validate-prd.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-brainstorming.toml
Normal file
14
.gemini/commands/bmad-brainstorming.toml
Normal 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
|
||||
"""
|
||||
11
.gemini/commands/bmad-editorial-review-prose.toml
Normal file
11
.gemini/commands/bmad-editorial-review-prose.toml
Normal 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
|
||||
"""
|
||||
11
.gemini/commands/bmad-editorial-review-structure.toml
Normal file
11
.gemini/commands/bmad-editorial-review-structure.toml
Normal 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
|
||||
"""
|
||||
11
.gemini/commands/bmad-help.toml
Normal file
11
.gemini/commands/bmad-help.toml
Normal 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
|
||||
"""
|
||||
11
.gemini/commands/bmad-index-docs.toml
Normal file
11
.gemini/commands/bmad-index-docs.toml
Normal 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
|
||||
"""
|
||||
14
.gemini/commands/bmad-party-mode.toml
Normal file
14
.gemini/commands/bmad-party-mode.toml
Normal 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
|
||||
"""
|
||||
11
.gemini/commands/bmad-review-adversarial-general.toml
Normal file
11
.gemini/commands/bmad-review-adversarial-general.toml
Normal 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
|
||||
"""
|
||||
11
.gemini/commands/bmad-shard-doc.toml
Normal file
11
.gemini/commands/bmad-shard-doc.toml
Normal 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
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "Executes the Index Docs task from the BMad Method."
|
||||
prompt = """
|
||||
Execute the following BMad Method task workflow:
|
||||
|
||||
PRE-FLIGHT CHECKLIST:
|
||||
1. [ ] IMMEDIATE ACTION: Load and parse @_bmad/core/config.yaml.
|
||||
2. [ ] IMMEDIATE ACTION: Read and load the task definition at @_bmad/core/tasks/index-docs.xml.
|
||||
|
||||
Follow all instructions and complete the task as defined.
|
||||
|
||||
TASK DEFINITION: @_bmad/core/tasks/index-docs.xml
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "Executes the Review Adversarial General task from the BMad Method."
|
||||
prompt = """
|
||||
Execute the following BMad Method task workflow:
|
||||
|
||||
PRE-FLIGHT CHECKLIST:
|
||||
1. [ ] IMMEDIATE ACTION: Load and parse @_bmad/core/config.yaml.
|
||||
2. [ ] IMMEDIATE ACTION: Read and load the task definition at @_bmad/core/tasks/review-adversarial-general.xml.
|
||||
|
||||
Follow all instructions and complete the task as defined.
|
||||
|
||||
TASK DEFINITION: @_bmad/core/tasks/review-adversarial-general.xml
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "Executes the Shard Doc task from the BMad Method."
|
||||
prompt = """
|
||||
Execute the following BMad Method task workflow:
|
||||
|
||||
PRE-FLIGHT CHECKLIST:
|
||||
1. [ ] IMMEDIATE ACTION: Load and parse @_bmad/core/config.yaml.
|
||||
2. [ ] IMMEDIATE ACTION: Read and load the task definition at @_bmad/core/tasks/shard-doc.xml.
|
||||
|
||||
Follow all instructions and complete the task as defined.
|
||||
|
||||
TASK DEFINITION: @_bmad/core/tasks/shard-doc.xml
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "Executes the Validate Workflow task from the BMad Method."
|
||||
prompt = """
|
||||
Execute the following BMad Method task workflow:
|
||||
|
||||
PRE-FLIGHT CHECKLIST:
|
||||
1. [ ] IMMEDIATE ACTION: Load and parse @_bmad/core/config.yaml.
|
||||
2. [ ] IMMEDIATE ACTION: Read and load the task definition at @_bmad/core/tasks/validate-workflow.xml.
|
||||
|
||||
Follow all instructions and complete the task as defined.
|
||||
|
||||
TASK DEFINITION: @_bmad/core/tasks/validate-workflow.xml
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "Executes the Workflow task from the BMad Method."
|
||||
prompt = """
|
||||
Execute the following BMad Method task workflow:
|
||||
|
||||
PRE-FLIGHT CHECKLIST:
|
||||
1. [ ] IMMEDIATE ACTION: Load and parse @_bmad/core/config.yaml.
|
||||
2. [ ] IMMEDIATE ACTION: Read and load the task definition at @_bmad/core/tasks/workflow.xml.
|
||||
|
||||
Follow all instructions and complete the task as defined.
|
||||
|
||||
TASK DEFINITION: @_bmad/core/tasks/workflow.xml
|
||||
"""
|
||||
11
.gemini/commands/bmad-validate-workflow.toml
Normal file
11
.gemini/commands/bmad-validate-workflow.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
description = "Executes the validate-workflow task from the BMAD Method."
|
||||
prompt = """
|
||||
Execute the BMAD 'validate-workflow' task.
|
||||
|
||||
TASK INSTRUCTIONS:
|
||||
1. LOAD the task file from {project-root}/_bmad/core/tasks/validate-workflow.xml
|
||||
2. READ its entire contents
|
||||
3. FOLLOW every instruction precisely as specified
|
||||
|
||||
TASK FILE: {project-root}/_bmad/core/tasks/validate-workflow.xml
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD BMM Workflow: check-implementation-readiness"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: code-review"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml
|
||||
3. Pass the yaml path _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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: correct-course"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml
|
||||
3. Pass the yaml path _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>
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD BMM Workflow: create-architecture"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD BMM Workflow: create-epics-and-stories"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: create-excalidraw-dataflow"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: create-excalidraw-diagram"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/excalidraw-diagrams/create-diagram/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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: create-excalidraw-flowchart"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: create-excalidraw-wireframe"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/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>
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD BMM Workflow: create-prd"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD BMM Workflow: create-product-brief"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: create-story"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml
|
||||
3. Pass the yaml path _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>
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD BMM Workflow: create-tech-spec"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/bmad-quick-flow/create-tech-spec/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD BMM Workflow: create-ux-design"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: dev-story"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml
|
||||
3. Pass the yaml path _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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: document-project"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/document-project/workflow.yaml
|
||||
3. Pass the yaml path _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>
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD BMM Workflow: generate-project-context"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/generate-project-context/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD BMM Workflow: prd"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD BMM Workflow: quick-dev"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD BMM Workflow: quick-spec"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD BMM Workflow: research"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/bmm/workflows/1-analysis/research/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: retrospective"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml
|
||||
3. Pass the yaml path _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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: sprint-planning"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml
|
||||
3. Pass the yaml path _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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: sprint-status"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml
|
||||
3. Pass the yaml path _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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: testarch-atdd"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/testarch/atdd/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/testarch/atdd/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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: testarch-automate"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/testarch/automate/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/testarch/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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: testarch-ci"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/testarch/ci/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/testarch/ci/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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: testarch-framework"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/testarch/framework/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/testarch/framework/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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: testarch-nfr"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/testarch/nfr-assess/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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: testarch-test-design"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/testarch/test-design/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/testarch/test-design/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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: testarch-test-review"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/testarch/test-review/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/testarch/test-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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: testarch-trace"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/testarch/trace/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/testarch/trace/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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: workflow-init"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/workflow-status/init/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/workflow-status/init/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>
|
||||
"""
|
||||
@@ -1,12 +0,0 @@
|
||||
description = "BMAD BMM Workflow: workflow-status"
|
||||
prompt = """
|
||||
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 @_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config @_bmad/bmm/workflows/workflow-status/workflow.yaml
|
||||
3. Pass the yaml path _bmad/bmm/workflows/workflow-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>
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD CORE Workflow: brainstorming"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/core/workflows/brainstorming/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
@@ -1,4 +0,0 @@
|
||||
description = "BMAD CORE Workflow: party-mode"
|
||||
prompt = """
|
||||
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL @_bmad/core/workflows/party-mode/workflow.md, READ its entire contents and follow its directions exactly!
|
||||
"""
|
||||
11
.gemini/commands/bmad-workflow.toml
Normal file
11
.gemini/commands/bmad-workflow.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
description = "Executes the workflow task from the BMAD Method."
|
||||
prompt = """
|
||||
Execute the BMAD 'workflow' task.
|
||||
|
||||
TASK INSTRUCTIONS:
|
||||
1. LOAD the task file from {project-root}/_bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents
|
||||
3. FOLLOW every instruction precisely as specified
|
||||
|
||||
TASK FILE: {project-root}/_bmad/core/tasks/workflow.xml
|
||||
"""
|
||||
Reference in New Issue
Block a user