Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/workflows/module/steps-b/step-13-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'step-13-review'
description: 'Read through the brief together, "Does this excite you?"'

nextStepFile: './step-14-finalize.md'
briefTemplateFile: '../../templates/brief-template.md'
briefTemplateFile: '../templates/brief-template.md'
---

# Step 13: Review
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/module/steps-b/step-14-finalize.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: 'step-14-finalize'
description: 'Final polish, output the brief document'

briefTemplateFile: '../../templates/brief-template.md'
briefTemplateFile: '../templates/brief-template.md'
bmbCreationsOutputFolder: '{bmb_creations_output_folder}'
---

Expand Down
8 changes: 4 additions & 4 deletions src/workflows/module/steps-c/step-01-load-brief.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: 'Load brief or user write-up, validate completeness'

nextStepFile: './step-02-structure.md'
continueFile: './step-01b-continue.md'
agentSpecTemplate: '../../templates/agent-spec-template.md'
workflowSpecTemplate: '../../templates/workflow-spec-template.md'
moduleStandardsFile: '../../data/module-standards.md'
moduleYamlConventionsFile: '../../data/module-yaml-conventions.md'
agentSpecTemplate: '../data/agent-spec-template.md'
workflowSpecTemplate: '../templates/workflow-spec-template.md'
moduleStandardsFile: '../data/module-standards.md'
moduleYamlConventionsFile: '../data/module-yaml-conventions.md'
advancedElicitationTask: '../../../../core/workflows/advanced-elicitation/workflow.xml'
partyModeWorkflow: '../../../../core/workflows/party-mode/workflow.md'
---
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/module/steps-c/step-02-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'step-02-structure'
description: 'Create directory structure based on module type'

nextStepFile: './step-03-config.md'
moduleStandardsFile: '../../data/module-standards.md'
moduleStandardsFile: '../data/module-standards.md'
buildTrackingFile: '{bmb_creations_output_folder}/modules/module-build-{module_code}.md'
---

Expand Down
2 changes: 1 addition & 1 deletion src/workflows/module/steps-c/step-03-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'step-03-config'
description: 'Generate module.yaml with install questions'

nextStepFile: './step-04-agents.md'
moduleYamlConventionsFile: '../../data/module-yaml-conventions.md'
moduleYamlConventionsFile: '../data/module-yaml-conventions.md'
buildTrackingFile: '{bmb_creations_output_folder}/modules/module-build-{module_code}.md'
targetLocation: '{build_tracking_targetLocation}'
---
Expand Down
4 changes: 2 additions & 2 deletions src/workflows/module/steps-c/step-04-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: 'step-04-agents'
description: 'Create agent placeholder/spec files'

nextStepFile: './step-05-workflows.md'
agentSpecTemplate: '../../templates/agent-spec-template.md'
agentArchitectureFile: '../../data/agent-architecture.md'
agentSpecTemplate: '../data/agent-spec-template.md'
agentArchitectureFile: '../data/agent-architecture.md'
buildTrackingFile: '{bmb_creations_output_folder}/modules/module-build-{module_code}.md'
targetLocation: '{build_tracking_targetLocation}'
---
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/module/steps-c/step-05-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'step-05-workflows'
description: 'Create workflow placeholder/spec files'

nextStepFile: './step-06-docs.md'
workflowSpecTemplate: '../../templates/workflow-spec-template.md'
workflowSpecTemplate: '../templates/workflow-spec-template.md'
buildTrackingFile: '{bmad_creations_output_folder}/modules/module-build-{module_code}.md'
targetLocation: '{build_tracking_targetLocation}'
---
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/module/steps-e/step-01-load-target.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'step-01-load-target'
description: 'Load target for editing'

nextStepFile: './step-02-select-edit.md'
moduleStandardsFile: '../../data/module-standards.md'
moduleStandardsFile: '../data/module-standards.md'
---

# Step 1: Load Target (Edit Mode)
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/module/steps-v/step-02-file-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'step-02-file-structure'
description: 'Validate file structure compliance'

nextStepFile: './step-03-module-yaml.md'
moduleStandardsFile: '../../data/module-standards.md'
moduleStandardsFile: '../data/module-standards.md'
validationReportOutput: '{validation_report_output}'
---

Expand Down
2 changes: 1 addition & 1 deletion src/workflows/module/steps-v/step-03-module-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'step-03-module-yaml'
description: 'Validate module.yaml against conventions'

nextStepFile: './step-04-agent-specs.md'
moduleYamlConventionsFile: '../../data/module-yaml-conventions.md'
moduleYamlConventionsFile: '../data/module-yaml-conventions.md'
validationReportOutput: '{validation_report_output}'
targetPath: '{validation_target_path}'
---
Expand Down
4 changes: 2 additions & 2 deletions src/workflows/module/steps-v/step-04-agent-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: 'step-04-agent-specs'
description: 'Validate agent specifications and built agents'

nextStepFile: './step-05-workflow-specs.md'
agentSpecTemplate: '../../templates/agent-spec-template.md'
agentArchitectureFile: '../../data/agent-architecture.md'
agentSpecTemplate: '../data/agent-spec-template.md'
agentArchitectureFile: '../data/agent-architecture.md'
agentValidationWorkflow: '{project-root}/_bmad/bmb/workflows/agent/steps-v/step-01-validate.md'
validationReportOutput: '{validation_report_output}'
targetPath: '{validation_target_path}'
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/module/steps-v/step-05-workflow-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'step-05-workflow-specs'
description: 'Validate workflow specifications and built workflows'

nextStepFile: './step-06-documentation.md'
workflowSpecTemplate: '../../templates/workflow-spec-template.md'
workflowSpecTemplate: '../templates/workflow-spec-template.md'
workflowValidationWorkflow: '{project-root}/_bmad/bmb/workflows/workflow/steps-v/step-01-validate.md'
validationReportOutput: '{validation_report_output}'
targetPath: '{validation_target_path}'
Expand Down