minor fixes
This commit is contained in:
57
.claude/commands/bmad/bmb/workflows/README.md
Normal file
57
.claude/commands/bmad/bmb/workflows/README.md
Normal file
@@ -0,0 +1,57 @@
|
||||
# BMB Workflows
|
||||
|
||||
## Available Workflows in bmb
|
||||
|
||||
**audit-workflow**
|
||||
|
||||
- Path: `bmad/bmb/workflows/audit-workflow/workflow.yaml`
|
||||
- Comprehensive workflow quality audit - validates structure, config standards, variable usage, bloat detection, and web_bundle completeness. Performs deep analysis of workflow.yaml, instructions.md, template.md, and web_bundle configuration against BMAD v6 standards.
|
||||
|
||||
**convert-legacy**
|
||||
|
||||
- Path: `bmad/bmb/workflows/convert-legacy/workflow.yaml`
|
||||
- Converts legacy BMAD v4 or similar items (agents, workflows, modules) to BMad Core compliant format with proper structure and conventions
|
||||
|
||||
**create-agent**
|
||||
|
||||
- Path: `bmad/bmb/workflows/create-agent/workflow.yaml`
|
||||
- Interactive workflow to build BMAD Core compliant agents (YAML source compiled to .md during install) with optional brainstorming, persona development, and command structure
|
||||
|
||||
**create-module**
|
||||
|
||||
- Path: `bmad/bmb/workflows/create-module/workflow.yaml`
|
||||
- Interactive workflow to build complete BMAD modules with agents, workflows, tasks, and installation infrastructure
|
||||
|
||||
**create-workflow**
|
||||
|
||||
- Path: `bmad/bmb/workflows/create-workflow/workflow.yaml`
|
||||
- Interactive workflow builder that guides creation of new BMAD workflows with proper structure and validation for optimal human-AI collaboration. Includes optional brainstorming phase for workflow ideas and design.
|
||||
|
||||
**edit-workflow**
|
||||
|
||||
- Path: `bmad/bmb/workflows/edit-workflow/workflow.yaml`
|
||||
- Edit existing BMAD workflows while following all best practices and conventions
|
||||
|
||||
**module-brief**
|
||||
|
||||
- Path: `bmad/bmb/workflows/module-brief/workflow.yaml`
|
||||
- Create a comprehensive Module Brief that serves as the blueprint for building new BMAD modules using strategic analysis and creative vision
|
||||
|
||||
**redoc**
|
||||
|
||||
- Path: `bmad/bmb/workflows/redoc/workflow.yaml`
|
||||
- Autonomous documentation system that maintains module, workflow, and agent documentation using a reverse-tree approach (leaf folders first, then parents). Understands BMAD conventions and produces technical writer quality output.
|
||||
|
||||
## Execution
|
||||
|
||||
When running any workflow:
|
||||
|
||||
1. LOAD {project-root}/bmad/core/tasks/workflow.xml
|
||||
2. Pass the workflow path as 'workflow-config' parameter
|
||||
3. Follow workflow.xml instructions EXACTLY
|
||||
4. Save outputs after EACH section
|
||||
|
||||
## Modes
|
||||
|
||||
- Normal: Full interaction
|
||||
- #yolo: Skip optional steps
|
||||
11
.claude/commands/bmad/bmb/workflows/audit-workflow.md
Normal file
11
.claude/commands/bmad/bmb/workflows/audit-workflow.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# audit-workflow
|
||||
|
||||
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||
|
||||
<steps CRITICAL="TRUE">
|
||||
1. Always LOAD the FULL {project-root}/bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmb/workflows/audit-workflow/workflow.yaml
|
||||
3. Pass the yaml path bmad/bmb/workflows/audit-workflow/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||
4. Follow workflow.xml instructions EXACTLY as written
|
||||
5. Save outputs after EACH section when generating any documents from templates
|
||||
</steps>
|
||||
11
.claude/commands/bmad/bmb/workflows/convert-legacy.md
Normal file
11
.claude/commands/bmad/bmb/workflows/convert-legacy.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# convert-legacy
|
||||
|
||||
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||
|
||||
<steps CRITICAL="TRUE">
|
||||
1. Always LOAD the FULL {project-root}/bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmb/workflows/convert-legacy/workflow.yaml
|
||||
3. Pass the yaml path bmad/bmb/workflows/convert-legacy/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||
4. Follow workflow.xml instructions EXACTLY as written
|
||||
5. Save outputs after EACH section when generating any documents from templates
|
||||
</steps>
|
||||
11
.claude/commands/bmad/bmb/workflows/create-agent.md
Normal file
11
.claude/commands/bmad/bmb/workflows/create-agent.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# create-agent
|
||||
|
||||
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||
|
||||
<steps CRITICAL="TRUE">
|
||||
1. Always LOAD the FULL {project-root}/bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmb/workflows/create-agent/workflow.yaml
|
||||
3. Pass the yaml path bmad/bmb/workflows/create-agent/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||
4. Follow workflow.xml instructions EXACTLY as written
|
||||
5. Save outputs after EACH section when generating any documents from templates
|
||||
</steps>
|
||||
11
.claude/commands/bmad/bmb/workflows/create-module.md
Normal file
11
.claude/commands/bmad/bmb/workflows/create-module.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# create-module
|
||||
|
||||
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||
|
||||
<steps CRITICAL="TRUE">
|
||||
1. Always LOAD the FULL {project-root}/bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmb/workflows/create-module/workflow.yaml
|
||||
3. Pass the yaml path bmad/bmb/workflows/create-module/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||
4. Follow workflow.xml instructions EXACTLY as written
|
||||
5. Save outputs after EACH section when generating any documents from templates
|
||||
</steps>
|
||||
11
.claude/commands/bmad/bmb/workflows/create-workflow.md
Normal file
11
.claude/commands/bmad/bmb/workflows/create-workflow.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# create-workflow
|
||||
|
||||
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||
|
||||
<steps CRITICAL="TRUE">
|
||||
1. Always LOAD the FULL {project-root}/bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmb/workflows/create-workflow/workflow.yaml
|
||||
3. Pass the yaml path bmad/bmb/workflows/create-workflow/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||
4. Follow workflow.xml instructions EXACTLY as written
|
||||
5. Save outputs after EACH section when generating any documents from templates
|
||||
</steps>
|
||||
11
.claude/commands/bmad/bmb/workflows/edit-workflow.md
Normal file
11
.claude/commands/bmad/bmb/workflows/edit-workflow.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# edit-workflow
|
||||
|
||||
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||
|
||||
<steps CRITICAL="TRUE">
|
||||
1. Always LOAD the FULL {project-root}/bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmb/workflows/edit-workflow/workflow.yaml
|
||||
3. Pass the yaml path bmad/bmb/workflows/edit-workflow/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||
4. Follow workflow.xml instructions EXACTLY as written
|
||||
5. Save outputs after EACH section when generating any documents from templates
|
||||
</steps>
|
||||
11
.claude/commands/bmad/bmb/workflows/module-brief.md
Normal file
11
.claude/commands/bmad/bmb/workflows/module-brief.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# module-brief
|
||||
|
||||
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||
|
||||
<steps CRITICAL="TRUE">
|
||||
1. Always LOAD the FULL {project-root}/bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmb/workflows/module-brief/workflow.yaml
|
||||
3. Pass the yaml path bmad/bmb/workflows/module-brief/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||
4. Follow workflow.xml instructions EXACTLY as written
|
||||
5. Save outputs after EACH section when generating any documents from templates
|
||||
</steps>
|
||||
11
.claude/commands/bmad/bmb/workflows/redoc.md
Normal file
11
.claude/commands/bmad/bmb/workflows/redoc.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# redoc
|
||||
|
||||
IT IS CRITICAL THAT YOU FOLLOW THESE STEPS - while staying in character as the current agent persona you may have loaded:
|
||||
|
||||
<steps CRITICAL="TRUE">
|
||||
1. Always LOAD the FULL {project-root}/bmad/core/tasks/workflow.xml
|
||||
2. READ its entire contents - this is the CORE OS for EXECUTING the specific workflow-config bmad/bmb/workflows/redoc/workflow.yaml
|
||||
3. Pass the yaml path bmad/bmb/workflows/redoc/workflow.yaml as 'workflow-config' parameter to the workflow.xml instructions
|
||||
4. Follow workflow.xml instructions EXACTLY as written
|
||||
5. Save outputs after EACH section when generating any documents from templates
|
||||
</steps>
|
||||
Reference in New Issue
Block a user